Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.94 KB

File metadata and controls

27 lines (18 loc) · 1.94 KB

Pluginlib Example

A working example showcasing the pluginlib feature of ROS, simular to what is used between the ControlManager and the trackers and controllers within the MRS UAV System.

example_plugin_manager package

example_plugins package

  • defines a plugin complying with the interface
  • the plugin loads its params and prepares itself for activation
  • it calculates results in its update() method and returns them to the manager

How to start it?

roslaunch example_plugin_manager example_plugin_manager.launch

Dependencies

  • mrs_lib for param loading and mutexing