Skip to content
wmeeusse edited this page Jan 6, 2014 · 1 revision

This page collects ideas and suggestions we want to look at when designing ros_control 2.0.

  • HardwareResourceManager seems like a perfect candidate for a singleton design pattern. Hands down, there should just only be one hardware interface instance for each type. If the changes were made to make this happen, then get() will always return the interface shared by all RobotHW.
Clone this wiki locally