/rtabmap/rtabmapviz: Did not receive data since 5 seconds!

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

/rtabmap/rtabmapviz: Did not receive data since 5 seconds!

abdelkrim
i have looking for a solution to my issue but no result i try several solution
after all attempts no solution
this the error which i got
[ WARN] [1516811641.128767290]: /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 "queue_size" parameter (current=10).
/rtabmap/rtabmap subscribed to (approx sync):
   /rtabmap/odom,
   /camera/rgb/image_rect_color,
   /camera/depth/image_rect_color,
   /camera/rgb/camera_info
[ WARN] [1516811643.943488900]: /rtabmap/rtabmapviz: 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 "queue_size" parameter (current=10).
/rtabmap/rtabmapviz subscribed to (approx sync):
   /rtabmap/odom,
   /camera/rgb/image_rect_color,
   /camera/depth/image_rect_color,
   /camera/rgb/camera_info,
   /rtabmap/odom_info

Reply | Threaded
Open this post in threaded view
|

Re: /rtabmap/rtabmapviz: Did not receive data since 5 seconds!

matlabbe
Administrator
Hi,

as the warning says, did you try:
$ rostopic hz /rtabmap/odom
$ rostopic hz /camera/rgb/image_rect_color
$ rostopic hz /camera/depth/image_rect_color 
$ rostopic hz /camera/rgb/camera_info 
to see if all topics are actually published? If not, the problem is thus why they are not published (maybe wrong topic name).

cheers,
Mathieu
Reply | Threaded
Open this post in threaded view
|

Re: /rtabmap/rtabmapviz: Did not receive data since 5 seconds!

abdelkrim
rostopic hz /rtabmap/odom:
subscribed to [/rtabmap/odom]
no new message
rostopic hz /camera/rgb/image_rect_color
subscribed to [/camera/rgb/image_rect_color]
no new messages
rostopic hz /camera/depth/image_rect_color
WARNING: topic [/camera/depth/image_rect_color] does not appear to be published yet


so what i can do to resole this issues
Reply | Threaded
Open this post in threaded view
|

Re: /rtabmap/rtabmapviz: Did not receive data since 5 seconds!

abdelkrim
i resoled the issue i forgot to put export ROS_NAMESPACE=camera
befor runung zed_wrapper