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
I have added a feature in diff_drive_controller to publish "diagnostics" messages, This helped
me immensely in debugging my robot. I would to like feed this back in the hope it will help others debug
their robots. The code is available at https://github.com/sandeepdutta/diff_drive_controller , derived from
the humble branch.
Thank you
Sandeep
The text was updated successfully, but these errors were encountered:
I haven't used diagnostics messages in ROS 2, and it doesn't seem to be very common having in mind that there isn't even a single mention on docs.ros.org
But as we have this inside the controller manager as well, I guess it's adding value to the controllers as well.
Would you mind creating a PR with your addition targeting the rolling branch?
This issue is being labeled as stale because it has been open 45 days with no activity. It will be automatically closed after another 45 days without follow-ups.
Hello All,
I have added a feature in diff_drive_controller to publish "diagnostics" messages, This helped
me immensely in debugging my robot. I would to like feed this back in the hope it will help others debug
their robots. The code is available at https://github.com/sandeepdutta/diff_drive_controller , derived from
the humble branch.
Thank you
Sandeep
The text was updated successfully, but these errors were encountered: