ros-drivers / ros2_ouster_drivers

ROS2 Drivers for the Ouster OS-0, OS-1, and OS-2 Lidars
https://ouster.com/
Apache License 2.0
136 stars 79 forks source link

Use of diagnostic aggregator package #11

Closed SteveMacenski closed 4 years ago

SteveMacenski commented 4 years ago

Use the ROS diagnostics to give info about the sensor on the diagnostics topic for debug. This is common for drivers to use to report issues for later debugging and error handling.

The original ROS1 drivers and the CPFL fork didnt implement them, but this would be a good feature for someone to add.

windelbouwman commented 2 years ago

Using the diagnostic_updater seems the way to go here, refer to this example for ideas on usage:

https://github.com/ros/diagnostics/blob/galactic/diagnostic_updater/src/example.cpp

vinnnyr commented 1 year ago

@SteveMacenski is this implemented? Maybe I am just having trouble finding it :thinking: