Can this be used in combination with MoveIt? #54
-
I've looked at this repository, as well as the ros_industrial industrial_robot_client but I'm having trouble seeing if this can practically be used in combination with MoveIt. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Just about anything which exposes a That includes the driver in this repository -- although the action server used is the one in That's MoveIt and ROS 1 btw. Not 2. |
Beta Was this translation helpful? Give feedback.
-
Hi, thanks for your answer @maxdgaa. |
Beta Was this translation helpful? Give feedback.
Just about anything which exposes a
FollowJointTrajectory
action interface can be used with MoveIt.That includes the driver in this repository -- although the action server used is the one in
industrial_robot_client
.That's MoveIt and ROS 1 btw. Not 2.