cpp对齐官方
This commit is contained in:
11
include/unitree_legged_sdk/b1_const.h
Normal file
11
include/unitree_legged_sdk/b1_const.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef GO1_PRO_UNITREE_LEGGED_B1_CONST_H_
|
||||
#define GO1_PRO_UNITREE_LEGGED_B1_CONST_H_
|
||||
namespace UNITREE_LEGGED_SDK {
|
||||
constexpr double b1_Hip_max = 0.75;
|
||||
constexpr double b1_Hip_min = -0.75;
|
||||
constexpr double b1_Thigh_max = 3.5;
|
||||
constexpr double b1_Thigh_min = -1.0;
|
||||
constexpr double b1_Calf_max = -0.6;
|
||||
constexpr double b1_Calf_min = -2.6;
|
||||
} // namespace UNITREE_LEGGED_SDK
|
||||
#endif
|
||||
Reference in New Issue
Block a user