driver_common: driver_base | dynamic_reconfigure | timestamp_tools

Stack Summary

The driver_common stack contains classes and tools that are useful throughout the driver stacks. It currently contains:

  • dynamic_reconfigure: A dynamic reconfiguration system to allow node parameters to be changed without restarting the node.
  • driver_base: A base class for sensors to provide a consistent state machine (retries, error handling, etc.) and interface.
  • timestamp_tools: Classes to help timestamp hardware events.

Stability

This stack is currently in a very immature state. Except where explicitly indicated, it should be expected that APIs and tools will change without notice.

The only stable, supported parts of this stack are in dynamic_reconfigure:

Report a Bug

Use trac to report bugs or request features

Wiki: driver_common (last edited 2010-01-18 22:17:57 by BrianGerkey)