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'm trying to use your package for a SLAM project, but I'm running into a weird issue when launching the localization node.
The drl_localization_node starts up but remains stuck in a loop, posting the message "Waiting for valid time...", which corresponds to this loop:
Have you ever run into this problem before? If so, could you be so kind as to provide some information in order to solve it?
Thanks!
The text was updated successfully, but these errors were encountered:
That happens when drl is waiting for valid time or waiting for a valid map / reference point cloud.
The reason for that part of the code was to allow the loading of the map / occupancy grid (in the message handler) while a rosbag is paused (and that way, allowing drl to be ready to process the sensor data when you start playing the rosbag).
If you did not set the parameter use_sim_time to true and do not have a rosbag paused, then drl is waiting for a valid map in the configured topics. http://wiki.ros.org/Clock
Hi,
I'm trying to use your package for a SLAM project, but I'm running into a weird issue when launching the localization node.
The drl_localization_node starts up but remains stuck in a loop, posting the message "Waiting for valid time...", which corresponds to this loop:
Have you ever run into this problem before? If so, could you be so kind as to provide some information in order to solve it?
Thanks!
The text was updated successfully, but these errors were encountered: