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
solved: in simulation, robot already has a tf tree that links lidar and base_link, so we should make lio-sam stop publishing transform between odom and lidar.
I run lio_sam in ros2 humble simulation, and I find lio_sam always brakes tf tree of robot.
Lets say I have a simple robot with a tf tree being
After running lio_sam, I get a new tf tree
and robot in Rviz
This is because LIO-SAM always pubs tf transform between odom and lidar, even they are not connected.
The text was updated successfully, but these errors were encountered: