Skip to content

Commit a5df2e4

Browse files
authored
Merge pull request #31 from sktometometo/PR/fix-typo
Fix postion -> position in HighCmd
2 parents 376b4f7 + af4bbd3 commit a5df2e4

File tree

1 file changed

+1
-1
lines changed
  • include/unitree_legged_sdk

1 file changed

+1
-1
lines changed

include/unitree_legged_sdk/comm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ namespace UNITREE_LEGGED_SDK
186186
uint8_t speedLevel; // 0. default low speed. 1. medium speed 2. high speed. during walking, only respond MODE 3
187187
float footRaiseHeight; // (unit: m, default: 0.08m), foot up height while walking, delta value
188188
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
190190
std::array<float, 3> euler; // (unit: rad), roll pitch yaw in stand mode
191191
std::array<float, 2> velocity; // (unit: m/s), forwardSpeed, sideSpeed in body frame
192192
float yawSpeed; // (unit: rad/s), rotateSpeed in body frame

0 commit comments

Comments
 (0)