graiola / wolf-setup

WoLF: Whole-body Locomotion Framework for quadruped robots
GNU General Public License v3.0
114 stars 15 forks source link

Changing initial stand_down pose #36

Closed elpimous closed 1 year ago

elpimous commented 1 year ago

Hey, where to change the initial robot joints pose ? Could it be possible to integrate it into robot_name_description/params/robot_name_params.xml ?

robolableonardo commented 1 year ago

Hello, to change the stand down posture you can edit this file:

https://github.com/graiola/wolf_descriptions/blob/master/ylo2_description/robots/ylo2.srdf.xacro#L66-L78

elpimous commented 1 year ago

Thanks friend