ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Hello,

You could use the "userData" field (byte array) of SensorData to put the image. This way, it will be automatically saved in the database and transferred to GUI.

For ROS, you may need to add a new callback to synchronize the topic of your thermal image in CoreWrapper.cpp and add the thermal image to SensorData. You don't have to modify RGBDOdometryNode.cpp.

cheers