Hi everyone,
I am creating a node that has to publish the pose (and if possible twist) of the end effector. My robot publishes a tf which I think could be used in this fashion. But I would also like to benefit from MoveIt's high-level API which allows to give names to the end effectors.
Additional question: if you have anything for the end effector twist, that would be very helpful.
F
It would indeed be useful if there was some way to start the state monitor via the MoveGroup class interface, yes. It would be neater than having to call the getCurrentPose first.
Is there a drawback to just startingthe state monitor on construction of the MoveGroup object directly? Perhaps there is something I'm overlooking.