wired up voice and vision, testing motion

This commit is contained in:
Jaroslav Vizner
2026-08-28 11:26:40 +02:00
parent 8d88495f6f
commit 3982c6fb6b
84 changed files with 7696 additions and 8984 deletions
+166 -82
View File
@@ -63,6 +63,9 @@ CMAKE_BINARY_DIR = /home/jvizner/esarobotech/r1/build
# Directory level rules for the build root directory
# The main recursive "all" target.
all: CMakeFiles/r1_vision_node.dir/all
all: CMakeFiles/r1_motion_node.dir/all
all: CMakeFiles/r1_hand_calibrate.dir/all
all: CMakeFiles/r1_voice.dir/all
all: CMakeFiles/r1_mic_test.dir/all
.PHONY : all
@@ -72,6 +75,9 @@ preinstall:
.PHONY : preinstall
# The main recursive "clean" target.
clean: CMakeFiles/r1_vision_node.dir/clean
clean: CMakeFiles/r1_motion_node.dir/clean
clean: CMakeFiles/r1_hand_calibrate.dir/clean
clean: CMakeFiles/r1_voice.dir/clean
clean: CMakeFiles/r1_mic_test.dir/clean
clean: unitree_sdk2/clean
@@ -454,6 +460,84 @@ unitree_sdk2/thirdparty/preinstall:
unitree_sdk2/thirdparty/clean:
.PHONY : unitree_sdk2/thirdparty/clean
#=============================================================================
# Target rules for target CMakeFiles/r1_vision_node.dir
# All Build rule for target.
CMakeFiles/r1_vision_node.dir/all:
$(MAKE) $(MAKESILENT) -f CMakeFiles/r1_vision_node.dir/build.make CMakeFiles/r1_vision_node.dir/depend
$(MAKE) $(MAKESILENT) -f CMakeFiles/r1_vision_node.dir/build.make CMakeFiles/r1_vision_node.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=76 "Built target r1_vision_node"
.PHONY : CMakeFiles/r1_vision_node.dir/all
# Build rule for subdir invocation for target.
CMakeFiles/r1_vision_node.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 1
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/r1_vision_node.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 0
.PHONY : CMakeFiles/r1_vision_node.dir/rule
# Convenience name for target.
r1_vision_node: CMakeFiles/r1_vision_node.dir/rule
.PHONY : r1_vision_node
# clean rule for target.
CMakeFiles/r1_vision_node.dir/clean:
$(MAKE) $(MAKESILENT) -f CMakeFiles/r1_vision_node.dir/build.make CMakeFiles/r1_vision_node.dir/clean
.PHONY : CMakeFiles/r1_vision_node.dir/clean
#=============================================================================
# Target rules for target CMakeFiles/r1_motion_node.dir
# All Build rule for target.
CMakeFiles/r1_motion_node.dir/all:
$(MAKE) $(MAKESILENT) -f CMakeFiles/r1_motion_node.dir/build.make CMakeFiles/r1_motion_node.dir/depend
$(MAKE) $(MAKESILENT) -f CMakeFiles/r1_motion_node.dir/build.make CMakeFiles/r1_motion_node.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=74,75 "Built target r1_motion_node"
.PHONY : CMakeFiles/r1_motion_node.dir/all
# Build rule for subdir invocation for target.
CMakeFiles/r1_motion_node.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 2
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/r1_motion_node.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 0
.PHONY : CMakeFiles/r1_motion_node.dir/rule
# Convenience name for target.
r1_motion_node: CMakeFiles/r1_motion_node.dir/rule
.PHONY : r1_motion_node
# clean rule for target.
CMakeFiles/r1_motion_node.dir/clean:
$(MAKE) $(MAKESILENT) -f CMakeFiles/r1_motion_node.dir/build.make CMakeFiles/r1_motion_node.dir/clean
.PHONY : CMakeFiles/r1_motion_node.dir/clean
#=============================================================================
# Target rules for target CMakeFiles/r1_hand_calibrate.dir
# All Build rule for target.
CMakeFiles/r1_hand_calibrate.dir/all:
$(MAKE) $(MAKESILENT) -f CMakeFiles/r1_hand_calibrate.dir/build.make CMakeFiles/r1_hand_calibrate.dir/depend
$(MAKE) $(MAKESILENT) -f CMakeFiles/r1_hand_calibrate.dir/build.make CMakeFiles/r1_hand_calibrate.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=69,70 "Built target r1_hand_calibrate"
.PHONY : CMakeFiles/r1_hand_calibrate.dir/all
# Build rule for subdir invocation for target.
CMakeFiles/r1_hand_calibrate.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 2
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/r1_hand_calibrate.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 0
.PHONY : CMakeFiles/r1_hand_calibrate.dir/rule
# Convenience name for target.
r1_hand_calibrate: CMakeFiles/r1_hand_calibrate.dir/rule
.PHONY : r1_hand_calibrate
# clean rule for target.
CMakeFiles/r1_hand_calibrate.dir/clean:
$(MAKE) $(MAKESILENT) -f CMakeFiles/r1_hand_calibrate.dir/build.make CMakeFiles/r1_hand_calibrate.dir/clean
.PHONY : CMakeFiles/r1_hand_calibrate.dir/clean
#=============================================================================
# Target rules for target CMakeFiles/r1_voice.dir
@@ -461,12 +545,12 @@ unitree_sdk2/thirdparty/clean:
CMakeFiles/r1_voice.dir/all:
$(MAKE) $(MAKESILENT) -f CMakeFiles/r1_voice.dir/build.make CMakeFiles/r1_voice.dir/depend
$(MAKE) $(MAKESILENT) -f CMakeFiles/r1_voice.dir/build.make CMakeFiles/r1_voice.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=77,78,79,80,81 "Built target r1_voice"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=77,78,79,80,81,82 "Built target r1_voice"
.PHONY : CMakeFiles/r1_voice.dir/all
# Build rule for subdir invocation for target.
CMakeFiles/r1_voice.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 5
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 6
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/r1_voice.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 0
.PHONY : CMakeFiles/r1_voice.dir/rule
@@ -487,12 +571,12 @@ CMakeFiles/r1_voice.dir/clean:
CMakeFiles/r1_mic_test.dir/all:
$(MAKE) $(MAKESILENT) -f CMakeFiles/r1_mic_test.dir/build.make CMakeFiles/r1_mic_test.dir/depend
$(MAKE) $(MAKESILENT) -f CMakeFiles/r1_mic_test.dir/build.make CMakeFiles/r1_mic_test.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=75,76 "Built target r1_mic_test"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=73 "Built target r1_mic_test"
.PHONY : CMakeFiles/r1_mic_test.dir/all
# Build rule for subdir invocation for target.
CMakeFiles/r1_mic_test.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 2
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 1
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/r1_mic_test.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 0
.PHONY : CMakeFiles/r1_mic_test.dir/rule
@@ -513,12 +597,12 @@ CMakeFiles/r1_mic_test.dir/clean:
unitree_sdk2/example/helloworld/CMakeFiles/test_publisher.dir/all:
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/helloworld/CMakeFiles/test_publisher.dir/build.make unitree_sdk2/example/helloworld/CMakeFiles/test_publisher.dir/depend
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/helloworld/CMakeFiles/test_publisher.dir/build.make unitree_sdk2/example/helloworld/CMakeFiles/test_publisher.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=89,90 "Built target test_publisher"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=89,90,91 "Built target test_publisher"
.PHONY : unitree_sdk2/example/helloworld/CMakeFiles/test_publisher.dir/all
# Build rule for subdir invocation for target.
unitree_sdk2/example/helloworld/CMakeFiles/test_publisher.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 2
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 3
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unitree_sdk2/example/helloworld/CMakeFiles/test_publisher.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 0
.PHONY : unitree_sdk2/example/helloworld/CMakeFiles/test_publisher.dir/rule
@@ -539,12 +623,12 @@ unitree_sdk2/example/helloworld/CMakeFiles/test_publisher.dir/clean:
unitree_sdk2/example/helloworld/CMakeFiles/test_subscriber.dir/all:
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/helloworld/CMakeFiles/test_subscriber.dir/build.make unitree_sdk2/example/helloworld/CMakeFiles/test_subscriber.dir/depend
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/helloworld/CMakeFiles/test_subscriber.dir/build.make unitree_sdk2/example/helloworld/CMakeFiles/test_subscriber.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=91,92,93 "Built target test_subscriber"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=92,93 "Built target test_subscriber"
.PHONY : unitree_sdk2/example/helloworld/CMakeFiles/test_subscriber.dir/all
# Build rule for subdir invocation for target.
unitree_sdk2/example/helloworld/CMakeFiles/test_subscriber.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 3
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 2
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unitree_sdk2/example/helloworld/CMakeFiles/test_subscriber.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 0
.PHONY : unitree_sdk2/example/helloworld/CMakeFiles/test_subscriber.dir/rule
@@ -565,12 +649,12 @@ unitree_sdk2/example/helloworld/CMakeFiles/test_subscriber.dir/clean:
unitree_sdk2/example/wireless_controller/CMakeFiles/advanced_gamepad.dir/all:
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/wireless_controller/CMakeFiles/advanced_gamepad.dir/build.make unitree_sdk2/example/wireless_controller/CMakeFiles/advanced_gamepad.dir/depend
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/wireless_controller/CMakeFiles/advanced_gamepad.dir/build.make unitree_sdk2/example/wireless_controller/CMakeFiles/advanced_gamepad.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=6 "Built target advanced_gamepad"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=5,6 "Built target advanced_gamepad"
.PHONY : unitree_sdk2/example/wireless_controller/CMakeFiles/advanced_gamepad.dir/all
# Build rule for subdir invocation for target.
unitree_sdk2/example/wireless_controller/CMakeFiles/advanced_gamepad.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 1
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 2
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unitree_sdk2/example/wireless_controller/CMakeFiles/advanced_gamepad.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 0
.PHONY : unitree_sdk2/example/wireless_controller/CMakeFiles/advanced_gamepad.dir/rule
@@ -591,12 +675,12 @@ unitree_sdk2/example/wireless_controller/CMakeFiles/advanced_gamepad.dir/clean:
unitree_sdk2/example/jsonize/CMakeFiles/test_jsonize.dir/all:
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/jsonize/CMakeFiles/test_jsonize.dir/build.make unitree_sdk2/example/jsonize/CMakeFiles/test_jsonize.dir/depend
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/jsonize/CMakeFiles/test_jsonize.dir/build.make unitree_sdk2/example/jsonize/CMakeFiles/test_jsonize.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=87,88 "Built target test_jsonize"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=88 "Built target test_jsonize"
.PHONY : unitree_sdk2/example/jsonize/CMakeFiles/test_jsonize.dir/all
# Build rule for subdir invocation for target.
unitree_sdk2/example/jsonize/CMakeFiles/test_jsonize.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 2
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 1
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unitree_sdk2/example/jsonize/CMakeFiles/test_jsonize.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 0
.PHONY : unitree_sdk2/example/jsonize/CMakeFiles/test_jsonize.dir/rule
@@ -617,7 +701,7 @@ unitree_sdk2/example/jsonize/CMakeFiles/test_jsonize.dir/clean:
unitree_sdk2/example/state_machine/CMakeFiles/state_machine_example.dir/all:
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/state_machine/CMakeFiles/state_machine_example.dir/build.make unitree_sdk2/example/state_machine/CMakeFiles/state_machine_example.dir/depend
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/state_machine/CMakeFiles/state_machine_example.dir/build.make unitree_sdk2/example/state_machine/CMakeFiles/state_machine_example.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=84 "Built target state_machine_example"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=85 "Built target state_machine_example"
.PHONY : unitree_sdk2/example/state_machine/CMakeFiles/state_machine_example.dir/all
# Build rule for subdir invocation for target.
@@ -643,12 +727,12 @@ unitree_sdk2/example/state_machine/CMakeFiles/state_machine_example.dir/clean:
unitree_sdk2/example/go2/CMakeFiles/go2_sport_client.dir/all:
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/go2/CMakeFiles/go2_sport_client.dir/build.make unitree_sdk2/example/go2/CMakeFiles/go2_sport_client.dir/depend
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/go2/CMakeFiles/go2_sport_client.dir/build.make unitree_sdk2/example/go2/CMakeFiles/go2_sport_client.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=43,44 "Built target go2_sport_client"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=41 "Built target go2_sport_client"
.PHONY : unitree_sdk2/example/go2/CMakeFiles/go2_sport_client.dir/all
# Build rule for subdir invocation for target.
unitree_sdk2/example/go2/CMakeFiles/go2_sport_client.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 2
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 1
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unitree_sdk2/example/go2/CMakeFiles/go2_sport_client.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 0
.PHONY : unitree_sdk2/example/go2/CMakeFiles/go2_sport_client.dir/rule
@@ -669,7 +753,7 @@ unitree_sdk2/example/go2/CMakeFiles/go2_sport_client.dir/clean:
unitree_sdk2/example/go2/CMakeFiles/go2_low_level.dir/all:
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/go2/CMakeFiles/go2_low_level.dir/build.make unitree_sdk2/example/go2/CMakeFiles/go2_low_level.dir/depend
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/go2/CMakeFiles/go2_low_level.dir/build.make unitree_sdk2/example/go2/CMakeFiles/go2_low_level.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=39,40 "Built target go2_low_level"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=37,38 "Built target go2_low_level"
.PHONY : unitree_sdk2/example/go2/CMakeFiles/go2_low_level.dir/all
# Build rule for subdir invocation for target.
@@ -695,12 +779,12 @@ unitree_sdk2/example/go2/CMakeFiles/go2_low_level.dir/clean:
unitree_sdk2/example/go2/CMakeFiles/go2_stand_example.dir/all:
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/go2/CMakeFiles/go2_stand_example.dir/build.make unitree_sdk2/example/go2/CMakeFiles/go2_stand_example.dir/depend
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/go2/CMakeFiles/go2_stand_example.dir/build.make unitree_sdk2/example/go2/CMakeFiles/go2_stand_example.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=45 "Built target go2_stand_example"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=42,43 "Built target go2_stand_example"
.PHONY : unitree_sdk2/example/go2/CMakeFiles/go2_stand_example.dir/all
# Build rule for subdir invocation for target.
unitree_sdk2/example/go2/CMakeFiles/go2_stand_example.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 1
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 2
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unitree_sdk2/example/go2/CMakeFiles/go2_stand_example.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 0
.PHONY : unitree_sdk2/example/go2/CMakeFiles/go2_stand_example.dir/rule
@@ -721,7 +805,7 @@ unitree_sdk2/example/go2/CMakeFiles/go2_stand_example.dir/clean:
unitree_sdk2/example/go2/CMakeFiles/go2_robot_state_client.dir/all:
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/go2/CMakeFiles/go2_robot_state_client.dir/build.make unitree_sdk2/example/go2/CMakeFiles/go2_robot_state_client.dir/depend
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/go2/CMakeFiles/go2_robot_state_client.dir/build.make unitree_sdk2/example/go2/CMakeFiles/go2_robot_state_client.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=41,42 "Built target go2_robot_state_client"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=39,40 "Built target go2_robot_state_client"
.PHONY : unitree_sdk2/example/go2/CMakeFiles/go2_robot_state_client.dir/all
# Build rule for subdir invocation for target.
@@ -747,12 +831,12 @@ unitree_sdk2/example/go2/CMakeFiles/go2_robot_state_client.dir/clean:
unitree_sdk2/example/go2/CMakeFiles/go2_video_client.dir/all:
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/go2/CMakeFiles/go2_video_client.dir/build.make unitree_sdk2/example/go2/CMakeFiles/go2_video_client.dir/depend
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/go2/CMakeFiles/go2_video_client.dir/build.make unitree_sdk2/example/go2/CMakeFiles/go2_video_client.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=46,47 "Built target go2_video_client"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=44 "Built target go2_video_client"
.PHONY : unitree_sdk2/example/go2/CMakeFiles/go2_video_client.dir/all
# Build rule for subdir invocation for target.
unitree_sdk2/example/go2/CMakeFiles/go2_video_client.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 2
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 1
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unitree_sdk2/example/go2/CMakeFiles/go2_video_client.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 0
.PHONY : unitree_sdk2/example/go2/CMakeFiles/go2_video_client.dir/rule
@@ -773,7 +857,7 @@ unitree_sdk2/example/go2/CMakeFiles/go2_video_client.dir/clean:
unitree_sdk2/example/go2/CMakeFiles/go2_vui_client.dir/all:
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/go2/CMakeFiles/go2_vui_client.dir/build.make unitree_sdk2/example/go2/CMakeFiles/go2_vui_client.dir/depend
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/go2/CMakeFiles/go2_vui_client.dir/build.make unitree_sdk2/example/go2/CMakeFiles/go2_vui_client.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=48,49 "Built target go2_vui_client"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=45,46 "Built target go2_vui_client"
.PHONY : unitree_sdk2/example/go2/CMakeFiles/go2_vui_client.dir/all
# Build rule for subdir invocation for target.
@@ -799,12 +883,12 @@ unitree_sdk2/example/go2/CMakeFiles/go2_vui_client.dir/clean:
unitree_sdk2/example/b2/CMakeFiles/b2_sport_client.dir/all:
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/b2/CMakeFiles/b2_sport_client.dir/build.make unitree_sdk2/example/b2/CMakeFiles/b2_sport_client.dir/depend
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/b2/CMakeFiles/b2_sport_client.dir/build.make unitree_sdk2/example/b2/CMakeFiles/b2_sport_client.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=11 "Built target b2_sport_client"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=10,11 "Built target b2_sport_client"
.PHONY : unitree_sdk2/example/b2/CMakeFiles/b2_sport_client.dir/all
# Build rule for subdir invocation for target.
unitree_sdk2/example/b2/CMakeFiles/b2_sport_client.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 1
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 2
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unitree_sdk2/example/b2/CMakeFiles/b2_sport_client.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 0
.PHONY : unitree_sdk2/example/b2/CMakeFiles/b2_sport_client.dir/rule
@@ -825,12 +909,12 @@ unitree_sdk2/example/b2/CMakeFiles/b2_sport_client.dir/clean:
unitree_sdk2/example/b2/CMakeFiles/b2_stand_example.dir/all:
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/b2/CMakeFiles/b2_stand_example.dir/build.make unitree_sdk2/example/b2/CMakeFiles/b2_stand_example.dir/depend
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/b2/CMakeFiles/b2_stand_example.dir/build.make unitree_sdk2/example/b2/CMakeFiles/b2_stand_example.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=12,13 "Built target b2_stand_example"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=12 "Built target b2_stand_example"
.PHONY : unitree_sdk2/example/b2/CMakeFiles/b2_stand_example.dir/all
# Build rule for subdir invocation for target.
unitree_sdk2/example/b2/CMakeFiles/b2_stand_example.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 2
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 1
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unitree_sdk2/example/b2/CMakeFiles/b2_stand_example.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 0
.PHONY : unitree_sdk2/example/b2/CMakeFiles/b2_stand_example.dir/rule
@@ -851,12 +935,12 @@ unitree_sdk2/example/b2/CMakeFiles/b2_stand_example.dir/clean:
unitree_sdk2/example/h1/CMakeFiles/h1_loco_client.dir/all:
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/h1/CMakeFiles/h1_loco_client.dir/build.make unitree_sdk2/example/h1/CMakeFiles/h1_loco_client.dir/depend
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/h1/CMakeFiles/h1_loco_client.dir/build.make unitree_sdk2/example/h1/CMakeFiles/h1_loco_client.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=60,61 "Built target h1_loco_client"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=57 "Built target h1_loco_client"
.PHONY : unitree_sdk2/example/h1/CMakeFiles/h1_loco_client.dir/all
# Build rule for subdir invocation for target.
unitree_sdk2/example/h1/CMakeFiles/h1_loco_client.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 2
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 1
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unitree_sdk2/example/h1/CMakeFiles/h1_loco_client.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 0
.PHONY : unitree_sdk2/example/h1/CMakeFiles/h1_loco_client.dir/rule
@@ -877,12 +961,12 @@ unitree_sdk2/example/h1/CMakeFiles/h1_loco_client.dir/clean:
unitree_sdk2/example/h1/CMakeFiles/h1_low_level_example.dir/all:
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/h1/CMakeFiles/h1_low_level_example.dir/build.make unitree_sdk2/example/h1/CMakeFiles/h1_low_level_example.dir/depend
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/h1/CMakeFiles/h1_low_level_example.dir/build.make unitree_sdk2/example/h1/CMakeFiles/h1_low_level_example.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=62 "Built target h1_low_level_example"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=58,59 "Built target h1_low_level_example"
.PHONY : unitree_sdk2/example/h1/CMakeFiles/h1_low_level_example.dir/all
# Build rule for subdir invocation for target.
unitree_sdk2/example/h1/CMakeFiles/h1_low_level_example.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 1
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 2
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unitree_sdk2/example/h1/CMakeFiles/h1_low_level_example.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 0
.PHONY : unitree_sdk2/example/h1/CMakeFiles/h1_low_level_example.dir/rule
@@ -903,7 +987,7 @@ unitree_sdk2/example/h1/CMakeFiles/h1_low_level_example.dir/clean:
unitree_sdk2/example/h1/CMakeFiles/h1_27dof_example.dir/all:
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/h1/CMakeFiles/h1_27dof_example.dir/build.make unitree_sdk2/example/h1/CMakeFiles/h1_27dof_example.dir/depend
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/h1/CMakeFiles/h1_27dof_example.dir/build.make unitree_sdk2/example/h1/CMakeFiles/h1_27dof_example.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=53,54 "Built target h1_27dof_example"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=50,51 "Built target h1_27dof_example"
.PHONY : unitree_sdk2/example/h1/CMakeFiles/h1_27dof_example.dir/all
# Build rule for subdir invocation for target.
@@ -929,7 +1013,7 @@ unitree_sdk2/example/h1/CMakeFiles/h1_27dof_example.dir/clean:
unitree_sdk2/example/h1/CMakeFiles/h1_2_ankle_track.dir/all:
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/h1/CMakeFiles/h1_2_ankle_track.dir/build.make unitree_sdk2/example/h1/CMakeFiles/h1_2_ankle_track.dir/depend
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/h1/CMakeFiles/h1_2_ankle_track.dir/build.make unitree_sdk2/example/h1/CMakeFiles/h1_2_ankle_track.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=55 "Built target h1_2_ankle_track"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=52 "Built target h1_2_ankle_track"
.PHONY : unitree_sdk2/example/h1/CMakeFiles/h1_2_ankle_track.dir/all
# Build rule for subdir invocation for target.
@@ -955,7 +1039,7 @@ unitree_sdk2/example/h1/CMakeFiles/h1_2_ankle_track.dir/clean:
unitree_sdk2/example/h1/CMakeFiles/h1_arm_sdk_dds_example.dir/all:
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/h1/CMakeFiles/h1_arm_sdk_dds_example.dir/build.make unitree_sdk2/example/h1/CMakeFiles/h1_arm_sdk_dds_example.dir/depend
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/h1/CMakeFiles/h1_arm_sdk_dds_example.dir/build.make unitree_sdk2/example/h1/CMakeFiles/h1_arm_sdk_dds_example.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=58,59 "Built target h1_arm_sdk_dds_example"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=55,56 "Built target h1_arm_sdk_dds_example"
.PHONY : unitree_sdk2/example/h1/CMakeFiles/h1_arm_sdk_dds_example.dir/all
# Build rule for subdir invocation for target.
@@ -981,7 +1065,7 @@ unitree_sdk2/example/h1/CMakeFiles/h1_arm_sdk_dds_example.dir/clean:
unitree_sdk2/example/h1/CMakeFiles/h1_2_arm_sdk_dds_example.dir/all:
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/h1/CMakeFiles/h1_2_arm_sdk_dds_example.dir/build.make unitree_sdk2/example/h1/CMakeFiles/h1_2_arm_sdk_dds_example.dir/depend
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/h1/CMakeFiles/h1_2_arm_sdk_dds_example.dir/build.make unitree_sdk2/example/h1/CMakeFiles/h1_2_arm_sdk_dds_example.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=56,57 "Built target h1_2_arm_sdk_dds_example"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=53,54 "Built target h1_2_arm_sdk_dds_example"
.PHONY : unitree_sdk2/example/h1/CMakeFiles/h1_2_arm_sdk_dds_example.dir/all
# Build rule for subdir invocation for target.
@@ -1007,7 +1091,7 @@ unitree_sdk2/example/h1/CMakeFiles/h1_2_arm_sdk_dds_example.dir/clean:
unitree_sdk2/example/g1/CMakeFiles/g1_loco_client.dir/all:
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/g1/CMakeFiles/g1_loco_client.dir/build.make unitree_sdk2/example/g1/CMakeFiles/g1_loco_client.dir/depend
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/g1/CMakeFiles/g1_loco_client.dir/build.make unitree_sdk2/example/g1/CMakeFiles/g1_loco_client.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=31,32 "Built target g1_loco_client"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=29,30 "Built target g1_loco_client"
.PHONY : unitree_sdk2/example/g1/CMakeFiles/g1_loco_client.dir/all
# Build rule for subdir invocation for target.
@@ -1033,12 +1117,12 @@ unitree_sdk2/example/g1/CMakeFiles/g1_loco_client.dir/clean:
unitree_sdk2/example/g1/CMakeFiles/g1_arm5_sdk_dds_example.dir/all:
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/g1/CMakeFiles/g1_arm5_sdk_dds_example.dir/build.make unitree_sdk2/example/g1/CMakeFiles/g1_arm5_sdk_dds_example.dir/depend
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/g1/CMakeFiles/g1_arm5_sdk_dds_example.dir/build.make unitree_sdk2/example/g1/CMakeFiles/g1_arm5_sdk_dds_example.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=21,22 "Built target g1_arm5_sdk_dds_example"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=20 "Built target g1_arm5_sdk_dds_example"
.PHONY : unitree_sdk2/example/g1/CMakeFiles/g1_arm5_sdk_dds_example.dir/all
# Build rule for subdir invocation for target.
unitree_sdk2/example/g1/CMakeFiles/g1_arm5_sdk_dds_example.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 2
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 1
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unitree_sdk2/example/g1/CMakeFiles/g1_arm5_sdk_dds_example.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 0
.PHONY : unitree_sdk2/example/g1/CMakeFiles/g1_arm5_sdk_dds_example.dir/rule
@@ -1059,12 +1143,12 @@ unitree_sdk2/example/g1/CMakeFiles/g1_arm5_sdk_dds_example.dir/clean:
unitree_sdk2/example/g1/CMakeFiles/g1_arm7_sdk_dds_example.dir/all:
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/g1/CMakeFiles/g1_arm7_sdk_dds_example.dir/build.make unitree_sdk2/example/g1/CMakeFiles/g1_arm7_sdk_dds_example.dir/depend
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/g1/CMakeFiles/g1_arm7_sdk_dds_example.dir/build.make unitree_sdk2/example/g1/CMakeFiles/g1_arm7_sdk_dds_example.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=23 "Built target g1_arm7_sdk_dds_example"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=21,22 "Built target g1_arm7_sdk_dds_example"
.PHONY : unitree_sdk2/example/g1/CMakeFiles/g1_arm7_sdk_dds_example.dir/all
# Build rule for subdir invocation for target.
unitree_sdk2/example/g1/CMakeFiles/g1_arm7_sdk_dds_example.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 1
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 2
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unitree_sdk2/example/g1/CMakeFiles/g1_arm7_sdk_dds_example.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 0
.PHONY : unitree_sdk2/example/g1/CMakeFiles/g1_arm7_sdk_dds_example.dir/rule
@@ -1085,7 +1169,7 @@ unitree_sdk2/example/g1/CMakeFiles/g1_arm7_sdk_dds_example.dir/clean:
unitree_sdk2/example/g1/CMakeFiles/g1_ankle_swing_example.dir/all:
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/g1/CMakeFiles/g1_ankle_swing_example.dir/build.make unitree_sdk2/example/g1/CMakeFiles/g1_ankle_swing_example.dir/depend
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/g1/CMakeFiles/g1_ankle_swing_example.dir/build.make unitree_sdk2/example/g1/CMakeFiles/g1_ankle_swing_example.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=19,20 "Built target g1_ankle_swing_example"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=18,19 "Built target g1_ankle_swing_example"
.PHONY : unitree_sdk2/example/g1/CMakeFiles/g1_ankle_swing_example.dir/all
# Build rule for subdir invocation for target.
@@ -1111,12 +1195,12 @@ unitree_sdk2/example/g1/CMakeFiles/g1_ankle_swing_example.dir/clean:
unitree_sdk2/example/g1/CMakeFiles/g1_audio_client_example.dir/all:
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/g1/CMakeFiles/g1_audio_client_example.dir/build.make unitree_sdk2/example/g1/CMakeFiles/g1_audio_client_example.dir/depend
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/g1/CMakeFiles/g1_audio_client_example.dir/build.make unitree_sdk2/example/g1/CMakeFiles/g1_audio_client_example.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=26,27 "Built target g1_audio_client_example"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=25 "Built target g1_audio_client_example"
.PHONY : unitree_sdk2/example/g1/CMakeFiles/g1_audio_client_example.dir/all
# Build rule for subdir invocation for target.
unitree_sdk2/example/g1/CMakeFiles/g1_audio_client_example.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 2
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 1
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unitree_sdk2/example/g1/CMakeFiles/g1_audio_client_example.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 0
.PHONY : unitree_sdk2/example/g1/CMakeFiles/g1_audio_client_example.dir/rule
@@ -1137,12 +1221,12 @@ unitree_sdk2/example/g1/CMakeFiles/g1_audio_client_example.dir/clean:
unitree_sdk2/example/g1/CMakeFiles/g1_dex3_example.dir/all:
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/g1/CMakeFiles/g1_dex3_example.dir/build.make unitree_sdk2/example/g1/CMakeFiles/g1_dex3_example.dir/depend
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/g1/CMakeFiles/g1_dex3_example.dir/build.make unitree_sdk2/example/g1/CMakeFiles/g1_dex3_example.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=28 "Built target g1_dex3_example"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=26,27 "Built target g1_dex3_example"
.PHONY : unitree_sdk2/example/g1/CMakeFiles/g1_dex3_example.dir/all
# Build rule for subdir invocation for target.
unitree_sdk2/example/g1/CMakeFiles/g1_dex3_example.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 1
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 2
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unitree_sdk2/example/g1/CMakeFiles/g1_dex3_example.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 0
.PHONY : unitree_sdk2/example/g1/CMakeFiles/g1_dex3_example.dir/rule
@@ -1163,12 +1247,12 @@ unitree_sdk2/example/g1/CMakeFiles/g1_dex3_example.dir/clean:
unitree_sdk2/example/g1/CMakeFiles/g1_userctrl_dds_example.dir/all:
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/g1/CMakeFiles/g1_userctrl_dds_example.dir/build.make unitree_sdk2/example/g1/CMakeFiles/g1_userctrl_dds_example.dir/depend
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/g1/CMakeFiles/g1_userctrl_dds_example.dir/build.make unitree_sdk2/example/g1/CMakeFiles/g1_userctrl_dds_example.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=34,35 "Built target g1_userctrl_dds_example"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=33 "Built target g1_userctrl_dds_example"
.PHONY : unitree_sdk2/example/g1/CMakeFiles/g1_userctrl_dds_example.dir/all
# Build rule for subdir invocation for target.
unitree_sdk2/example/g1/CMakeFiles/g1_userctrl_dds_example.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 2
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 1
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unitree_sdk2/example/g1/CMakeFiles/g1_userctrl_dds_example.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 0
.PHONY : unitree_sdk2/example/g1/CMakeFiles/g1_userctrl_dds_example.dir/rule
@@ -1189,12 +1273,12 @@ unitree_sdk2/example/g1/CMakeFiles/g1_userctrl_dds_example.dir/clean:
unitree_sdk2/example/g1/CMakeFiles/g1_termination.dir/all:
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/g1/CMakeFiles/g1_termination.dir/build.make unitree_sdk2/example/g1/CMakeFiles/g1_termination.dir/depend
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/g1/CMakeFiles/g1_termination.dir/build.make unitree_sdk2/example/g1/CMakeFiles/g1_termination.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=33 "Built target g1_termination"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=31,32 "Built target g1_termination"
.PHONY : unitree_sdk2/example/g1/CMakeFiles/g1_termination.dir/all
# Build rule for subdir invocation for target.
unitree_sdk2/example/g1/CMakeFiles/g1_termination.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 1
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 2
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unitree_sdk2/example/g1/CMakeFiles/g1_termination.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 0
.PHONY : unitree_sdk2/example/g1/CMakeFiles/g1_termination.dir/rule
@@ -1215,7 +1299,7 @@ unitree_sdk2/example/g1/CMakeFiles/g1_termination.dir/clean:
unitree_sdk2/example/g1/CMakeFiles/g1_arm_action_example.dir/all:
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/g1/CMakeFiles/g1_arm_action_example.dir/build.make unitree_sdk2/example/g1/CMakeFiles/g1_arm_action_example.dir/depend
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/g1/CMakeFiles/g1_arm_action_example.dir/build.make unitree_sdk2/example/g1/CMakeFiles/g1_arm_action_example.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=24,25 "Built target g1_arm_action_example"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=23,24 "Built target g1_arm_action_example"
.PHONY : unitree_sdk2/example/g1/CMakeFiles/g1_arm_action_example.dir/all
# Build rule for subdir invocation for target.
@@ -1241,12 +1325,12 @@ unitree_sdk2/example/g1/CMakeFiles/g1_arm_action_example.dir/clean:
unitree_sdk2/example/g1/CMakeFiles/g1_agv_client_example.dir/all:
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/g1/CMakeFiles/g1_agv_client_example.dir/build.make unitree_sdk2/example/g1/CMakeFiles/g1_agv_client_example.dir/depend
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/g1/CMakeFiles/g1_agv_client_example.dir/build.make unitree_sdk2/example/g1/CMakeFiles/g1_agv_client_example.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=17,18 "Built target g1_agv_client_example"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=17 "Built target g1_agv_client_example"
.PHONY : unitree_sdk2/example/g1/CMakeFiles/g1_agv_client_example.dir/all
# Build rule for subdir invocation for target.
unitree_sdk2/example/g1/CMakeFiles/g1_agv_client_example.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 2
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 1
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unitree_sdk2/example/g1/CMakeFiles/g1_agv_client_example.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 0
.PHONY : unitree_sdk2/example/g1/CMakeFiles/g1_agv_client_example.dir/rule
@@ -1267,7 +1351,7 @@ unitree_sdk2/example/g1/CMakeFiles/g1_agv_client_example.dir/clean:
unitree_sdk2/example/g1/CMakeFiles/g1d_arm_example.dir/all:
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/g1/CMakeFiles/g1d_arm_example.dir/build.make unitree_sdk2/example/g1/CMakeFiles/g1d_arm_example.dir/depend
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/g1/CMakeFiles/g1d_arm_example.dir/build.make unitree_sdk2/example/g1/CMakeFiles/g1d_arm_example.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=36,37 "Built target g1d_arm_example"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=34,35 "Built target g1d_arm_example"
.PHONY : unitree_sdk2/example/g1/CMakeFiles/g1d_arm_example.dir/all
# Build rule for subdir invocation for target.
@@ -1293,7 +1377,7 @@ unitree_sdk2/example/g1/CMakeFiles/g1d_arm_example.dir/clean:
unitree_sdk2/example/g1/CMakeFiles/g1d_height_control.dir/all:
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/g1/CMakeFiles/g1d_height_control.dir/build.make unitree_sdk2/example/g1/CMakeFiles/g1d_height_control.dir/depend
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/g1/CMakeFiles/g1d_height_control.dir/build.make unitree_sdk2/example/g1/CMakeFiles/g1d_height_control.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=38 "Built target g1d_height_control"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=36 "Built target g1d_height_control"
.PHONY : unitree_sdk2/example/g1/CMakeFiles/g1d_height_control.dir/all
# Build rule for subdir invocation for target.
@@ -1319,12 +1403,12 @@ unitree_sdk2/example/g1/CMakeFiles/g1d_height_control.dir/clean:
unitree_sdk2/example/g1/CMakeFiles/g1_hand_sdk_example.dir/all:
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/g1/CMakeFiles/g1_hand_sdk_example.dir/build.make unitree_sdk2/example/g1/CMakeFiles/g1_hand_sdk_example.dir/depend
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/g1/CMakeFiles/g1_hand_sdk_example.dir/build.make unitree_sdk2/example/g1/CMakeFiles/g1_hand_sdk_example.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=29,30 "Built target g1_hand_sdk_example"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=28 "Built target g1_hand_sdk_example"
.PHONY : unitree_sdk2/example/g1/CMakeFiles/g1_hand_sdk_example.dir/all
# Build rule for subdir invocation for target.
unitree_sdk2/example/g1/CMakeFiles/g1_hand_sdk_example.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 2
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 1
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unitree_sdk2/example/g1/CMakeFiles/g1_hand_sdk_example.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 0
.PHONY : unitree_sdk2/example/g1/CMakeFiles/g1_hand_sdk_example.dir/rule
@@ -1345,12 +1429,12 @@ unitree_sdk2/example/g1/CMakeFiles/g1_hand_sdk_example.dir/clean:
unitree_sdk2/example/go2w/CMakeFiles/go2w_sport_client.dir/all:
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/go2w/CMakeFiles/go2w_sport_client.dir/build.make unitree_sdk2/example/go2w/CMakeFiles/go2w_sport_client.dir/depend
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/go2w/CMakeFiles/go2w_sport_client.dir/build.make unitree_sdk2/example/go2w/CMakeFiles/go2w_sport_client.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=50 "Built target go2w_sport_client"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=47,48 "Built target go2w_sport_client"
.PHONY : unitree_sdk2/example/go2w/CMakeFiles/go2w_sport_client.dir/all
# Build rule for subdir invocation for target.
unitree_sdk2/example/go2w/CMakeFiles/go2w_sport_client.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 1
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 2
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unitree_sdk2/example/go2w/CMakeFiles/go2w_sport_client.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 0
.PHONY : unitree_sdk2/example/go2w/CMakeFiles/go2w_sport_client.dir/rule
@@ -1371,12 +1455,12 @@ unitree_sdk2/example/go2w/CMakeFiles/go2w_sport_client.dir/clean:
unitree_sdk2/example/go2w/CMakeFiles/go2w_stand_example.dir/all:
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/go2w/CMakeFiles/go2w_stand_example.dir/build.make unitree_sdk2/example/go2w/CMakeFiles/go2w_stand_example.dir/depend
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/go2w/CMakeFiles/go2w_stand_example.dir/build.make unitree_sdk2/example/go2w/CMakeFiles/go2w_stand_example.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=51,52 "Built target go2w_stand_example"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=49 "Built target go2w_stand_example"
.PHONY : unitree_sdk2/example/go2w/CMakeFiles/go2w_stand_example.dir/all
# Build rule for subdir invocation for target.
unitree_sdk2/example/go2w/CMakeFiles/go2w_stand_example.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 2
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 1
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unitree_sdk2/example/go2w/CMakeFiles/go2w_stand_example.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 0
.PHONY : unitree_sdk2/example/go2w/CMakeFiles/go2w_stand_example.dir/rule
@@ -1397,7 +1481,7 @@ unitree_sdk2/example/go2w/CMakeFiles/go2w_stand_example.dir/clean:
unitree_sdk2/example/b2w/CMakeFiles/b2w_sport_client.dir/all:
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/b2w/CMakeFiles/b2w_sport_client.dir/build.make unitree_sdk2/example/b2w/CMakeFiles/b2w_sport_client.dir/depend
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/b2w/CMakeFiles/b2w_sport_client.dir/build.make unitree_sdk2/example/b2w/CMakeFiles/b2w_sport_client.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=14,15 "Built target b2w_sport_client"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=13,14 "Built target b2w_sport_client"
.PHONY : unitree_sdk2/example/b2w/CMakeFiles/b2w_sport_client.dir/all
# Build rule for subdir invocation for target.
@@ -1423,12 +1507,12 @@ unitree_sdk2/example/b2w/CMakeFiles/b2w_sport_client.dir/clean:
unitree_sdk2/example/b2w/CMakeFiles/b2w_stand_example.dir/all:
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/b2w/CMakeFiles/b2w_stand_example.dir/build.make unitree_sdk2/example/b2w/CMakeFiles/b2w_stand_example.dir/depend
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/b2w/CMakeFiles/b2w_stand_example.dir/build.make unitree_sdk2/example/b2w/CMakeFiles/b2w_stand_example.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=16 "Built target b2w_stand_example"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=15,16 "Built target b2w_stand_example"
.PHONY : unitree_sdk2/example/b2w/CMakeFiles/b2w_stand_example.dir/all
# Build rule for subdir invocation for target.
unitree_sdk2/example/b2w/CMakeFiles/b2w_stand_example.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 1
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 2
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unitree_sdk2/example/b2w/CMakeFiles/b2w_stand_example.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 0
.PHONY : unitree_sdk2/example/b2w/CMakeFiles/b2w_stand_example.dir/rule
@@ -1475,12 +1559,12 @@ unitree_sdk2/example/a2/CMakeFiles/a2_sport_client.dir/clean:
unitree_sdk2/example/a2/CMakeFiles/a2_sport_state.dir/all:
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/a2/CMakeFiles/a2_sport_state.dir/build.make unitree_sdk2/example/a2/CMakeFiles/a2_sport_state.dir/depend
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/a2/CMakeFiles/a2_sport_state.dir/build.make unitree_sdk2/example/a2/CMakeFiles/a2_sport_state.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=4,5 "Built target a2_sport_state"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=4 "Built target a2_sport_state"
.PHONY : unitree_sdk2/example/a2/CMakeFiles/a2_sport_state.dir/all
# Build rule for subdir invocation for target.
unitree_sdk2/example/a2/CMakeFiles/a2_sport_state.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 2
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 1
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unitree_sdk2/example/a2/CMakeFiles/a2_sport_state.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 0
.PHONY : unitree_sdk2/example/a2/CMakeFiles/a2_sport_state.dir/rule
@@ -1527,7 +1611,7 @@ unitree_sdk2/example/a2/CMakeFiles/a2_audio_client_example.dir/clean:
unitree_sdk2/example/r1/CMakeFiles/r1_loco_client.dir/all:
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/r1/CMakeFiles/r1_loco_client.dir/build.make unitree_sdk2/example/r1/CMakeFiles/r1_loco_client.dir/depend
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/r1/CMakeFiles/r1_loco_client.dir/build.make unitree_sdk2/example/r1/CMakeFiles/r1_loco_client.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=73,74 "Built target r1_loco_client"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=71,72 "Built target r1_loco_client"
.PHONY : unitree_sdk2/example/r1/CMakeFiles/r1_loco_client.dir/all
# Build rule for subdir invocation for target.
@@ -1553,12 +1637,12 @@ unitree_sdk2/example/r1/CMakeFiles/r1_loco_client.dir/clean:
unitree_sdk2/example/r1/CMakeFiles/r1_ankle_swing_example.dir/all:
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/r1/CMakeFiles/r1_ankle_swing_example.dir/build.make unitree_sdk2/example/r1/CMakeFiles/r1_ankle_swing_example.dir/depend
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/r1/CMakeFiles/r1_ankle_swing_example.dir/build.make unitree_sdk2/example/r1/CMakeFiles/r1_ankle_swing_example.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=68,69 "Built target r1_ankle_swing_example"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=65 "Built target r1_ankle_swing_example"
.PHONY : unitree_sdk2/example/r1/CMakeFiles/r1_ankle_swing_example.dir/all
# Build rule for subdir invocation for target.
unitree_sdk2/example/r1/CMakeFiles/r1_ankle_swing_example.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 2
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 1
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unitree_sdk2/example/r1/CMakeFiles/r1_ankle_swing_example.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 0
.PHONY : unitree_sdk2/example/r1/CMakeFiles/r1_ankle_swing_example.dir/rule
@@ -1579,7 +1663,7 @@ unitree_sdk2/example/r1/CMakeFiles/r1_ankle_swing_example.dir/clean:
unitree_sdk2/example/r1/CMakeFiles/r1_audio_client_example.dir/all:
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/r1/CMakeFiles/r1_audio_client_example.dir/build.make unitree_sdk2/example/r1/CMakeFiles/r1_audio_client_example.dir/depend
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/r1/CMakeFiles/r1_audio_client_example.dir/build.make unitree_sdk2/example/r1/CMakeFiles/r1_audio_client_example.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=72 "Built target r1_audio_client_example"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=68 "Built target r1_audio_client_example"
.PHONY : unitree_sdk2/example/r1/CMakeFiles/r1_audio_client_example.dir/all
# Build rule for subdir invocation for target.
@@ -1605,12 +1689,12 @@ unitree_sdk2/example/r1/CMakeFiles/r1_audio_client_example.dir/clean:
unitree_sdk2/example/r1/CMakeFiles/r1A_wrist_swing_example.dir/all:
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/r1/CMakeFiles/r1A_wrist_swing_example.dir/build.make unitree_sdk2/example/r1/CMakeFiles/r1A_wrist_swing_example.dir/depend
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/r1/CMakeFiles/r1A_wrist_swing_example.dir/build.make unitree_sdk2/example/r1/CMakeFiles/r1A_wrist_swing_example.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=67 "Built target r1A_wrist_swing_example"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=63,64 "Built target r1A_wrist_swing_example"
.PHONY : unitree_sdk2/example/r1/CMakeFiles/r1A_wrist_swing_example.dir/all
# Build rule for subdir invocation for target.
unitree_sdk2/example/r1/CMakeFiles/r1A_wrist_swing_example.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 1
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 2
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unitree_sdk2/example/r1/CMakeFiles/r1A_wrist_swing_example.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 0
.PHONY : unitree_sdk2/example/r1/CMakeFiles/r1A_wrist_swing_example.dir/rule
@@ -1631,7 +1715,7 @@ unitree_sdk2/example/r1/CMakeFiles/r1A_wrist_swing_example.dir/clean:
unitree_sdk2/example/r1/CMakeFiles/r1_arm_sdk_dds_example.dir/all:
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/r1/CMakeFiles/r1_arm_sdk_dds_example.dir/build.make unitree_sdk2/example/r1/CMakeFiles/r1_arm_sdk_dds_example.dir/depend
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/r1/CMakeFiles/r1_arm_sdk_dds_example.dir/build.make unitree_sdk2/example/r1/CMakeFiles/r1_arm_sdk_dds_example.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=70,71 "Built target r1_arm_sdk_dds_example"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=66,67 "Built target r1_arm_sdk_dds_example"
.PHONY : unitree_sdk2/example/r1/CMakeFiles/r1_arm_sdk_dds_example.dir/all
# Build rule for subdir invocation for target.
@@ -1683,12 +1767,12 @@ unitree_sdk2/example/r1/CMakeFiles/walk.dir/clean:
unitree_sdk2/example/r1/CMakeFiles/test_urdf.dir/all:
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/r1/CMakeFiles/test_urdf.dir/build.make unitree_sdk2/example/r1/CMakeFiles/test_urdf.dir/depend
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/r1/CMakeFiles/test_urdf.dir/build.make unitree_sdk2/example/r1/CMakeFiles/test_urdf.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=94 "Built target test_urdf"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=94,95 "Built target test_urdf"
.PHONY : unitree_sdk2/example/r1/CMakeFiles/test_urdf.dir/all
# Build rule for subdir invocation for target.
unitree_sdk2/example/r1/CMakeFiles/test_urdf.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 1
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 2
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unitree_sdk2/example/r1/CMakeFiles/test_urdf.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 0
.PHONY : unitree_sdk2/example/r1/CMakeFiles/test_urdf.dir/rule
@@ -1709,7 +1793,7 @@ unitree_sdk2/example/r1/CMakeFiles/test_urdf.dir/clean:
unitree_sdk2/example/r1/CMakeFiles/test_ik.dir/all:
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/r1/CMakeFiles/test_ik.dir/build.make unitree_sdk2/example/r1/CMakeFiles/test_ik.dir/depend
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/r1/CMakeFiles/test_ik.dir/build.make unitree_sdk2/example/r1/CMakeFiles/test_ik.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=85,86 "Built target test_ik"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=86,87 "Built target test_ik"
.PHONY : unitree_sdk2/example/r1/CMakeFiles/test_ik.dir/all
# Build rule for subdir invocation for target.
@@ -1735,7 +1819,7 @@ unitree_sdk2/example/r1/CMakeFiles/test_ik.dir/clean:
unitree_sdk2/example/r1/CMakeFiles/scoop_test.dir/all:
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/r1/CMakeFiles/scoop_test.dir/build.make unitree_sdk2/example/r1/CMakeFiles/scoop_test.dir/depend
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/r1/CMakeFiles/scoop_test.dir/build.make unitree_sdk2/example/r1/CMakeFiles/scoop_test.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=82,83 "Built target scoop_test"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=83,84 "Built target scoop_test"
.PHONY : unitree_sdk2/example/r1/CMakeFiles/scoop_test.dir/all
# Build rule for subdir invocation for target.
@@ -1761,12 +1845,12 @@ unitree_sdk2/example/r1/CMakeFiles/scoop_test.dir/clean:
unitree_sdk2/example/r1/CMakeFiles/vision_node.dir/all:
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/r1/CMakeFiles/vision_node.dir/build.make unitree_sdk2/example/r1/CMakeFiles/vision_node.dir/depend
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/r1/CMakeFiles/vision_node.dir/build.make unitree_sdk2/example/r1/CMakeFiles/vision_node.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=95,96 "Built target vision_node"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=96 "Built target vision_node"
.PHONY : unitree_sdk2/example/r1/CMakeFiles/vision_node.dir/all
# Build rule for subdir invocation for target.
unitree_sdk2/example/r1/CMakeFiles/vision_node.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 2
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 1
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unitree_sdk2/example/r1/CMakeFiles/vision_node.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 0
.PHONY : unitree_sdk2/example/r1/CMakeFiles/vision_node.dir/rule
@@ -1813,7 +1897,7 @@ unitree_sdk2/example/r1/CMakeFiles/visual_jacobian_test.dir/clean:
unitree_sdk2/example/h2/CMakeFiles/h2_loco_client.dir/all:
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/h2/CMakeFiles/h2_loco_client.dir/build.make unitree_sdk2/example/h2/CMakeFiles/h2_loco_client.dir/depend
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/h2/CMakeFiles/h2_loco_client.dir/build.make unitree_sdk2/example/h2/CMakeFiles/h2_loco_client.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=65,66 "Built target h2_loco_client"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=61,62 "Built target h2_loco_client"
.PHONY : unitree_sdk2/example/h2/CMakeFiles/h2_loco_client.dir/all
# Build rule for subdir invocation for target.
@@ -1839,12 +1923,12 @@ unitree_sdk2/example/h2/CMakeFiles/h2_loco_client.dir/clean:
unitree_sdk2/example/h2/CMakeFiles/h2_ankle_swing_example.dir/all:
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/h2/CMakeFiles/h2_ankle_swing_example.dir/build.make unitree_sdk2/example/h2/CMakeFiles/h2_ankle_swing_example.dir/depend
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/h2/CMakeFiles/h2_ankle_swing_example.dir/build.make unitree_sdk2/example/h2/CMakeFiles/h2_ankle_swing_example.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=63,64 "Built target h2_ankle_swing_example"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=60 "Built target h2_ankle_swing_example"
.PHONY : unitree_sdk2/example/h2/CMakeFiles/h2_ankle_swing_example.dir/all
# Build rule for subdir invocation for target.
unitree_sdk2/example/h2/CMakeFiles/h2_ankle_swing_example.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 2
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 1
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unitree_sdk2/example/h2/CMakeFiles/h2_ankle_swing_example.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 0
.PHONY : unitree_sdk2/example/h2/CMakeFiles/h2_ankle_swing_example.dir/rule
@@ -1891,12 +1975,12 @@ unitree_sdk2/example/as2/CMakeFiles/as2_sport_client.dir/clean:
unitree_sdk2/example/as2/CMakeFiles/as2_sport_state.dir/all:
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/as2/CMakeFiles/as2_sport_state.dir/build.make unitree_sdk2/example/as2/CMakeFiles/as2_sport_state.dir/depend
$(MAKE) $(MAKESILENT) -f unitree_sdk2/example/as2/CMakeFiles/as2_sport_state.dir/build.make unitree_sdk2/example/as2/CMakeFiles/as2_sport_state.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=9,10 "Built target as2_sport_state"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/jvizner/esarobotech/r1/build/CMakeFiles --progress-num=9 "Built target as2_sport_state"
.PHONY : unitree_sdk2/example/as2/CMakeFiles/as2_sport_state.dir/all
# Build rule for subdir invocation for target.
unitree_sdk2/example/as2/CMakeFiles/as2_sport_state.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 2
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 1
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unitree_sdk2/example/as2/CMakeFiles/as2_sport_state.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/jvizner/esarobotech/r1/build/CMakeFiles 0
.PHONY : unitree_sdk2/example/as2/CMakeFiles/as2_sport_state.dir/rule