SteveMacenski / slam_toolbox

Slam Toolbox for lifelong mapping and localization in potentially massive maps with ROS
GNU Lesser General Public License v2.1
1.65k stars 519 forks source link

No pose topic published from slam_toobox #559

Closed GregoireScf closed 1 year ago

GregoireScf commented 1 year ago

Required Info:

Steps to reproduce issue

I'm trying to use slam_toolbox in localization mode to get the pose topic published from the package as it is specified in the documentation. Basically, after successfully mapped and save my environment, I tried to run all 3 differents launch files in localization mode and everything work super good but the position is not published from slam_toolbox

Expected behavior

/pose should be published as geometry_msgs/PoseWithCovarianceStamped message

Actual behavior

no pose topic is published

Additional information

I noted that some of my lidar frame are dropped when I launch the nodes but my guess was that my laser scan rate was too high and that it should not be a problem make things work, right ?

SteveMacenski commented 1 year ago

Please ask on Ros answers

PallottaEnrico commented 1 year ago

Did you find a solution?

GregoireScf commented 1 year ago

I've explain my workaround here