costmap_plugins.xml 1.3 KB

123456789101112131415161718192021
  1. <class_libraries>
  2. <library path="liblayers">
  3. <class type="costmap_2d::InflationLayer" base_class_type="costmap_2d::Layer">
  4. <description>Inflates obstacles to speed collision checking and to make robot prefer to stay away from obstacles.</description>
  5. <!-- 充气障碍物以加速碰撞检查,并使机器人更喜欢远离障碍物 -->
  6. </class>
  7. <class type="costmap_2d::ObstacleLayer" base_class_type="costmap_2d::Layer">
  8. <description>Listens to laser scan and point cloud messages and marks and clears grid cells.</description>
  9. <!-- 听取激光扫描和点云信息,标记并清除网格单元格。 -->
  10. </class>
  11. <class type="costmap_2d::StaticLayer" base_class_type="costmap_2d::Layer">
  12. <description>Listens to OccupancyGrid messages and copies them in, like from map_server.</description>
  13. <!-- 监听OccupancyGrid消息并将其复制进来,就像从map_server复制一样。 -->
  14. </class>
  15. <class type="costmap_2d::VoxelLayer" base_class_type="costmap_2d::Layer">
  16. <description>Similar to obstacle costmap, but uses 3D voxel grid to store data.</description>
  17. <!-- 类似于障碍物成本图,但使用3D体素网格来存储数据。 -->
  18. </class>
  19. </library>
  20. </class_libraries>