fix go2 config
This commit is contained in:
parent
f127ff144f
commit
687d549a18
|
@ -10,7 +10,6 @@
|
|||
#include <kdl/chainiksolverpos_lma.hpp>
|
||||
#include <kdl/chainjnttojacsolver.hpp>
|
||||
#include <kdl_parser/kdl_parser.hpp>
|
||||
#include <kdl/chainidsolver_recursive_newton_euler.hpp>
|
||||
#include <unitree_guide_controller/common/mathTypes.h>
|
||||
|
||||
class RobotLeg {
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue