File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
include/unitree_legged_sdk Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ namespace UNITREE_LEGGED_SDK
186
186
uint8_t speedLevel; // 0. default low speed. 1. medium speed 2. high speed. during walking, only respond MODE 3
187
187
float footRaiseHeight; // (unit: m, default: 0.08m), foot up height while walking, delta value
188
188
float bodyHeight; // (unit: m, default: 0.28m), delta value
189
- std::array<float , 2 > postion ; // (unit: m), desired position in inertial frame
189
+ std::array<float , 2 > position ; // (unit: m), desired position in inertial frame
190
190
std::array<float , 3 > euler; // (unit: rad), roll pitch yaw in stand mode
191
191
std::array<float , 2 > velocity; // (unit: m/s), forwardSpeed, sideSpeed in body frame
192
192
float yawSpeed; // (unit: rad/s), rotateSpeed in body frame
You can’t perform that action at this time.
0 commit comments