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
I can't get my rtabmap to run on ROS with this particular setup: an OAK-D with depth (and later with scan, but does not work even without it). It says that some of the topics are not posted even though I can clearly see them firing regularly.
[ WARN] [1730659037.448505914]: /rtabmap/rtabmap: Did not receive data since 5 seconds! Make sure the input topics are published ("$ rostopic hz my_topic") and the timestamps in their header are set. If topics are coming from different computers, make sure the clocks of the computers are synchronized ("ntpdate"). If topics are not published at the same rate, you could increase "sync_queue_size" and/or "topic_queue_size" parameters (current=10 and 1 respectively).
/rtabmap/rtabmap subscribed to (approx sync):
/rtabmap/odom \
/oak_d_node/rgb_image \
/oak_d_node/depth_image \
/oak_d_node/camera_info
and giventhat /rtabmap/odom was not posted, I renamed my /odom to /rtabmap/odom. I know it's janky and maybe the source of the error comes from here, but I'm not sure what to try now
The text was updated successfully, but these errors were encountered:
Hi!
I can't get my rtabmap to run on ROS with this particular setup: an OAK-D with depth (and later with scan, but does not work even without it). It says that some of the topics are not posted even though I can clearly see them firing regularly.
Here's the launch file:
and giventhat /rtabmap/odom was not posted, I renamed my /odom to /rtabmap/odom. I know it's janky and maybe the source of the error comes from here, but I'm not sure what to try now
The text was updated successfully, but these errors were encountered: