How to implement a MoveGroupCapability

asked 2021-11-04 09:11:47 -0500

zahid990170 gravatar image

updated 2022-05-01 13:04:26 -0500

lucasw gravatar image

Hi,

I would like to know how to implement a MoveGroupCapability. There is some documentation available here. As I understand by implementing MoveGroupCapability, we gain access to the move group context. Basically, we need to implement the move_group_capability.h interface. How do we use this in our nodes. Is there some example, that illustrates how to implement and use a capability within a user node. Is there some version specific limitation to the use of this feature. I am using ros-melodic and ubuntu 18.04.

thanks,

Zahid

edit retag flag offensive close merge delete

Comments

Hi @zahid990170 interesting question. I found this example, not sure if you have seen it: https://ros-planning.github.io/moveit...

with the following implementation: https://github.com/PilzDE/pilz_indust...

It happens to be implemented for Melodic as well. Hope it helps. Couldn't find much info, so if it's helpful let me know and we can draft an answer for others to benefit.

osilva gravatar image osilva  ( 2021-11-07 08:03:41 -0500 )edit