Skip to content

Latest commit

 

History

History

pluginlib_example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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