Navigation not update map
When i using this commend
roslaunch turtlebot3_slam turtlebot3_slam.launch
moving the robot will update the map
but i using this commend
roslaunch turtlebot3_navigation turtlebot3_navigation.launch
i change the base_scan to my laser, but i don't know why still here The robot move to the target , map not update Anyone can tall what i am missing?
By reading documentation for SLAM launcher and for navigation launcher you can see, that only the first one launches SLAM. Second one only navigates TB3 on the map. As I understood, you want to have SLAM and navigation at the same time, right?
very close, but I mean when the robot turns around and the lidar will follow the robot turns. The lidar will not match the map. However, thank for your help