Open apalapramanik opened 1 year ago
Hi @apalapramanik Can i ask you which launch commanded used? I assume that you used slam for made map and navigation launch.
First, global cost map which you created by slam can't show any new obstacle that did not already exist. It is pre - made map by slam. Local cost map is a map created in real time by your Tuttlebot recognizing it as a sensor. So it can show new obstacle that did not already exist. When you command navigation, you can see only global map. You can see global costmap and local costmap at the same frame as soon as you do 2D Pose Estimate
And that local map show new obstacle.
If it doesn't work even though you did it like above, tell me whether lidar data is updating during turtlebot is moving.
ISSUE TEMPLATE ver. 0.4.0
Which TurtleBot3 platform do you use?
Which ROS is working with TurtleBot3?
Which SBC(Single Board Computer) is working on TurtleBot3?
Which OS you installed on SBC?
Which OS you installed on Remote PC?
Specify the software and firmware version(Can be found from Bringup messages)
Specify the commands or instructions to reproduce the issue.
Copy and Paste the error messages on terminal.
Please describe the issue in detail.
I am using Turtlebot 3 waffle simulation. I have a building environment on the gazebo and a map file for Rviz. The laser scan in rviz does not show any new obstacle added to the environment in a gazebo that did not already exist on the map. No objects are shown in costmap either. Objects can be seen in depth camera point cloud but not in laser scan. Laser scan only detects the obstacles in the saved map. PLease help!!