You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, the robot has only 12 motors and why the length of motorState is 20? std::array<MotorState, 20> motorState; How do I know which joint motor's state corresponds to each part in the motorState? Is their order the same as in quadruped.h? What are the remaining eight variables in motorState? After starting the robot, I control it to move backward, but the position[0] is showing a positive value. What may cause this problem?
The text was updated successfully, but these errors were encountered:
Hello, the robot has only 12 motors and why the length of motorState is 20? std::array<MotorState, 20> motorState; How do I know which joint motor's state corresponds to each part in the motorState? Is their order the same as in quadruped.h? What are the remaining eight variables in motorState? After starting the robot, I control it to move backward, but the position[0] is showing a positive value. What may cause this problem?
The text was updated successfully, but these errors were encountered: