How to force set robot arm joint values?
In order to test my motion planning, I wish to test from various starting positions in gazebo. In order to do that, I need to be able to programmatically set the joint values. How can this be done?
The closest thing I found is the service /gazebo/set_link_state
but that requires manually specifying the transform of each individual link which seems unintuitive. Is there a better way?
See whether the approach taken in #q352226 works for you.
This won't work if you really depend on the state of the Gazebo simulation though. Or at least it may not work as well.