[D435i] ROS2 Diagnostic messages catalogue
I would like to know if there is any "catalogue" or a list with all the warning/error messages that the ROS Wrapper publishes on /diagnostics topic for the D435i and D455
-
Hi Jesus Dovale There is not such a list available for the /diagnostics topic. The only contents of the topic referred to in the ROS2 wrapper's release notes are frequency monitoring and ASIC & projector temperatures.
-
The link below highlights the section of the ROS2 wrapper's base_realsense_node.cpp file that handles diagnostics publishing, including temperature.
The temperature related message that is most likely to be published in the log is the following error, which may occur if the camera was polled for its temperature in a moment when it was not ready to return the temperature value.
ERROR [545922212224] (ds5-options.cpp:88) Asic Temperature value is not valid!
/diagnostics is a topic that is published by default when the wrapper is launched and does not have to be manually subscribed to. Its information can be accessed by performing a ros2 topic echo of the topic's messages.
The temperature is checked around every 10 seconds, as confirmed at the link below by the Intel developer who created the original ROS1 RealSense wrapper.
https://github.com/IntelRealSense/realsense-ros/issues/894#issuecomment-527315705
Please sign in to leave a comment.

Comments
7 comments