From 687d549a18ceeb179603b3cc4b014d22482a3517 Mon Sep 17 00:00:00 2001 From: Huang Zhenbiao Date: Fri, 20 Sep 2024 13:07:59 +0800 Subject: [PATCH] fix go2 config --- .../include/unitree_guide_controller/robot/RobotLeg.h | 1 - descriptions/go2_description/config/robot_control.yaml | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/controllers/unitree_guide_controller/include/unitree_guide_controller/robot/RobotLeg.h b/controllers/unitree_guide_controller/include/unitree_guide_controller/robot/RobotLeg.h index 885dad7..27cd6a6 100644 --- a/controllers/unitree_guide_controller/include/unitree_guide_controller/robot/RobotLeg.h +++ b/controllers/unitree_guide_controller/include/unitree_guide_controller/robot/RobotLeg.h @@ -10,7 +10,6 @@ #include #include #include -#include #include class RobotLeg { diff --git a/descriptions/go2_description/config/robot_control.yaml b/descriptions/go2_description/config/robot_control.yaml index da609d8..af3529e 100644 --- a/descriptions/go2_description/config/robot_control.yaml +++ b/descriptions/go2_description/config/robot_control.yaml @@ -48,10 +48,10 @@ unitree_guide_controller: - velocity feet_names: - - FR_FOOT - - FL_FOOT - - RR_FOOT - - RL_FOOT + - FR_foot + - FL_foot + - RR_foot + - RL_foot imu_name: "imu_sensor"