conman
conman copied to clipboard
Conman is a Robot State Estimator and Controller Manager for use in Orocos RTT and ROS
Hello, I need help to transform a node ros into a component orocos. Why I need is turn this ros node file to a component orocos. ``` cpp #include #include...
When build with toolchain-2.8 conman crash (segmentation fault) when switchController is called from ROS. deployer output : 34.172 [ ERROR ][ScriptingService] You're using call() an OwnThread operation or collect() on...
Add an option to the actionlib actions so that they can be long-running. In this way, they will claim "ownership" of a set of blocks until the action is cancelled....
Add the option of designating some blocks as dependent on others. Allow for cyclic dependencies, i.e. if two blocks are dependent on each-other, they must both either be active or...
For ports which may both play the same role for a component, but might have different types. They should be treated like a single resource when connecting to other components.
An atomic group is one where all member components are always required to be in the same state.
Currently i'm thinking about having "run-counter" for every block.