Open
Description
Right now ROSMOD Actors cannot run actionlib Action Clients
or Action Servers
- because they require a nodehandle. With our current design we'd have to have our own version of them which uses rosmod::NodeHandle
and such - this is not maintainable. We should look into how we can strip down or rewrite the rosmod-comm and rosmod-actor code to support coexistence with such library code while still providing:
- queue control (PFIFO, EDF)
- deadline control and violation monitoring
- Automatic trace logging (which we could mostly replicate with trace logs in the generated callbacks)