Robotics StackExchange | Archived questions

Best Practices and Recommendations for Creating Moveit2-based ROS2 Actions

Hello Everyone,

I was wondering if there are any guideline or best practices that are known when creating ROS actions specially if they are based on other actions, if that is even acceptable. I'll elaborate a bit more on what am I trying to achieve and I'm looking up for your answers.

I currently packed some skills into functions to control a robot arm using the MoveGroupInterface but now instead of having a node that takes some commands and accordingly call the relevant function I want to pack this into ROS actions.

For that I have two options, at least those are what I know about;

So regarding the second point, is it okay/logical to create a node inside an action?

I'd really appreciate knowing what do you think about that.

Asked by hossamamr on 2023-03-14 05:27:43 UTC

Comments

Answers