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
Is your feature request related to a problem? Please describe.
For an actuator, often the actuator reports more values that just the measured one. For example current power consumed. It would be nice to have this information available on the /diagnostics topic.
Describe the solution you'd like
A way to easily supply diagnostics from a hardware_interface. For example:
Is your feature request related to a problem? Please describe.
For an actuator, often the actuator reports more values that just the measured one. For example current power consumed. It would be nice to have this information available on the
/diagnostics
topic.Describe the solution you'd like
A way to easily supply diagnostics from a hardware_interface. For example:
Or:
Describe alternatives you've considered
Creating a
diagnostic_updater_
class member. Which also needs anode_
and then spin an executor. Like this: https://github.com/nicklgw/bdrive_hardware_interface/blob/f557bf1111f6ecc2df0389d25c7e73225e294a61/src/bdrive_hardware_interface.cpp#L93Additional context
The text was updated successfully, but these errors were encountered: