You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a lot of design patterns that we've started to use in lcsr_controllers in the context of conman.
Maybe create a base package called rosoro_controllers
flag to use rosparam
flag to use rostopic
flag to use conman
flag for verbose debug output
input port clearing
Ports are assumed to be continuously fed until the component is stopped, and then they're cleared. We could query and clear all input ports for a given component when the component is stopped. Alternatively, this could be provided as a static function which operates on the TaskContext
The text was updated successfully, but these errors were encountered:
There are a lot of design patterns that we've started to use in lcsr_controllers in the context of conman.
Maybe create a base package called rosoro_controllers
The text was updated successfully, but these errors were encountered: