-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Decide how to publish non-trajectory information #21
Comments
Here I am more fan of multiple controller creation which would be based on controller_interface.
Other option is to hold onto ROS1 approach and spin multiple threads and callbacks within hardware interface to register topics. |
^that's my understanding from ros2_control meetings, as well |
I would say "officially", drivers should always have used the It's just that it was so easy to do it with realtime publishers from the ps: I really don't like to use the |
Unfortunately, we still have it... I agree fully with you....
I think we can solve this issue by creating a few general controllers/publishers. Basically, we need only GPIOController and an extension of the I think this is the most general approach and could make many people happy :) |
Mid-term improvements on the ros2_control side as discussed in today's meeting: |
Decide how to publish additional info to ROS side, tool state, digital I/O, robot mode, safety mode, and tcp pose. Do we create controllers or to spin another thread to publish this stuff
The text was updated successfully, but these errors were encountered: