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! 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
The text was updated successfully, but these errors were encountered:
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 commandrostopic 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
The text was updated successfully, but these errors were encountered: