rtabmap_ros icon indicating copy to clipboard operation
rtabmap_ros copied to clipboard

Build VSLAM occupancy grid with sensor data

Open Ganishk opened this issue 8 months ago • 1 comments

I'm currently transmitting camera image and IMU data from my robot to the ROS, but don't know what is wrong in there, the rtabmap_launch file says for 5 seconds there is no data that was transmitted.

Topic type information:

sensor_msgs/msg/CompressedImage

/client_count:
std_msgs/msg/Int32

/connected_clients:
rosbridge_msgs/msg/ConnectedClients

/imu/data:
sensor_msgs/msg/Imu

/parameter_events:
rcl_interfaces/msg/ParameterEvent

/rosout:
rcl_interfaces/msg/Log

/tf:
tf2_msgs/msg/TFMessage

/tf_static:
tf2_msgs/msg/TFMessage

Please guide me.

Ganishk avatar Apr 28 '25 22:04 Ganishk

says for 5 seconds there is no data that was transmitted.

There should be a list of topics in that warning message, please check with ros2 topic hz if the topic is published and if they all published at the same rate.

matlabbe avatar May 02 '25 04:05 matlabbe