From 3a86893a576aacc6c4297e8c2b2dd4c3c8b6ade3 Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Wed, 24 Aug 2022 12:46:44 -0400 Subject: [PATCH] refactor: target simplified cmu-sod --- tests/cmu-sod/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cmu-sod/Makefile b/tests/cmu-sod/Makefile index b94769d..8d71ae6 100644 --- a/tests/cmu-sod/Makefile +++ b/tests/cmu-sod/Makefile @@ -28,4 +28,4 @@ valgrind: .PHONY: client client: - cat ./0_rgb.png ./0_depth.png | http "${HOSTNAME}:10000/depth_to_xyz?3011515&620608" > ./out.png + cat ./0_depth.png | http "${HOSTNAME}:10000/depth_to_xyz" > ./out.png