I have a robot whose driver gets a `JointStates` message and immediately brings the robot to that pose. In order to be able to use it with ***moveit*** I need a node converting the `FollowJointTrajectoryAction` ***moveit*** expects into `JointStates` messages sent at the correct times.
Is there any package available to perform this action?
↧