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
Hi, all
I have been trying to navigate pedsim_ros built-in diff-robot in environment created pedsim_similator
I have been able to navigate robot to desirable goal by navigation stack:
But as you seen, robot can't avoid obstacles (men) because I think that local costmap didn't update obstacles
To update obstacles to local costmap, I have done as following:
I don't use static map for global map
In local_costmap_params.yaml, I place two layers obstacle_layer and inflation_layer, obstacle_layer updated from pedsim_people_sensor/point_cloud_local topic:
I checked pedsim_people_sensor/point_cloud_local topic, it is ok and can view it in rviz
--
I already have tried to solve this issue by:
Method 1: set min_obstacle_height to 0.0 cm as suggestion at here
Method 2: convert pedsim_people_sensor/point_cloud_local(PointCloud) to PointCloud2 (by point_cloud_converter package), then convert PointCloud2 to LaserScan (by pointcloud_to_laserscan package), finally use LaserScan to update local costmap
With two methods I failed.
I don't know misunderstand or make mistakes at any place, pls suggest me the way to fix it.
The text was updated successfully, but these errors were encountered:
Hi, all
I have been trying to navigate pedsim_ros built-in diff-robot in environment created pedsim_similator
I have been able to navigate robot to desirable goal by navigation stack:
But as you seen, robot can't avoid obstacles (men) because I think that local costmap didn't update obstacles
To update obstacles to local costmap, I have done as following:
Hint: Pls view full source code at: https://github.com/AMRobots/pedsim_teb
--
I already have tried to solve this issue by:
With two methods I failed.
I don't know misunderstand or make mistakes at any place, pls suggest me the way to fix it.
The text was updated successfully, but these errors were encountered: