moveit / moveit2

:robot: MoveIt for ROS 2
https://moveit.ai/
BSD 3-Clause "New" or "Revised" License
982 stars 492 forks source link

Ros services and topics interface deprecated ? #2890

Open pmirabel opened 1 week ago

pmirabel commented 1 week ago

Hello !

With MoveIt!1 it was possible to plan and execute through a service server and get feedback through a topic.
I can see that it has been replaced by an action interface here .

I was wondering if it is still possible to interface my nodes with moveit2 through topics/services only ? Would it be a huge work ?

Thank you all !