Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Boilerplate Example for ROS2 #133

Open
davetcoleman opened this issue Dec 5, 2018 · 2 comments
Open

Boilerplate Example for ROS2 #133

davetcoleman opened this issue Dec 5, 2018 · 2 comments

Comments

@davetcoleman
Copy link
Contributor

Is there a simple boilerplate example of creating and using pluginlib in ROS2? I think this would help everyone in various ROS2 migrations. I know MoveIt! is full of pluginlib usage and we need more documentation on how to use it around ament.

@SteveMacenski
Copy link
Member

SteveMacenski commented Oct 22, 2019

@davetcoleman I know this is ancient and you've probably figured it out by now, but here's some examples from navigation2 I've made

https://github.com/ros-planning/navigation2/tree/master/nav2_navfn_planner

That is a planning plugin, see Cmakelists for the magic you need for that, otherwise it looks more or less as you'd expect in ROS1.

https://github.com/ros-planning/navigation2/blob/master/nav2_planner/src/planner_server.cpp

That is the action server hosting said plugin, its an incredibly simple server so its a good example of both pluginlib and action servers in ROS2

Does that meet the scope of your wants?

@ruffsl
Copy link

ruffsl commented Oct 22, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants