ROBOTIS-GIT / ROBOTIS-OP3

ROS packages for the ROBOTIS OP3
http://emanual.robotis.com/docs/en/platform/op3/introduction/
Apache License 2.0
114 stars 56 forks source link

How to let the op3 raise raise hand when walking. #120

Open leongsheng opened 2 years ago

leongsheng commented 2 years ago

How can I change the parameter of sho_pitch in walking module. Since I would like to let the op3 raise hand when walking. Or it's have another easier way to do this?

ROBOTIS-Will commented 2 years ago

Hi @leongsheng

The robot walking requires well balanced motion. Raising arm while walking could shift the CoG of the robot that may critical in balanced walking. The easiest approach to create a specific motion is to use the action editor. This allows you to create motions for demo.

Otherwise, you may need to heavily modify and tune the walking algorithm which we are not able to provide technical support.

Thank you.