Unable to change the default pose of human actors when using talk_a.dae or talk_b.dae
Below is a section of my code: <actor name="actor3"> <pose>-2 -4 0.2 0 0 1.57</pose> <skin> <filename>talk_a.dae</filename> <scale>1.0</scale> </skin> <animation name="talk_a"> <filename>talk_a.dae</filename> </animation> </actor>
I am using Gazebo 9. I would like to load this actor at a specified pose but the pose does not seem to be applied even if I specify in the code. Any help would be appreciated. Thanks.