qiayuanl/legged_control

The gait is somehow strange.

Opened this issue · 0 comments

Hello! Thanks a lot with this wonderful project. However, when I run with robot type A1, I find the gait of "pace" is very strange. The thigh joint seems to be inward and the robot is not stable. For the step I run the code, I first use command rostopic pub -1 /cmd_vel geometry_msgs/Twist "linear: x: 0.0 y: 0.0 z: 0.2 angular: x: 0.0 y: 0.0 z: 0.0" to let the robot stand up, and change the gait to the "pace", then use command rostopic pub -1 /cmd_vel geometry_msgs/Twist "linear: x: 0.5 y: 0.0 z: 0.0 angular: x: 0.0 y: 0.0 z: 0.0" to let robot move forward. However, I notice the pace gait as the video:

pace.mp4

and also, the trot gait is better, but seems also thigh joint inward and the gait is unnatural. Anyone know why?

trot gait:

trot.mp4