costmap_2d

Summary

costmap_2d
Version:

1.13.0

Description:

This package provides an implementation of a 2D costmap that takes in sensor data from the world, builds a 2D or 3D occupancy grid of the data (depending on whether a voxel based implementation is used), and inflates costs in a 2D costmap based on the occupancy grid and a user specified inflation radius. This package also provides support for map_server based initialization of a costmap, rolling window based costmaps, and parameter based subscription to and configuration of sensor topics.

Maintainers:
  • David V. Lu!! <davidvlu AT gmail DOT com>
  • Michael Ferguson <mferguson AT fetchrobotics DOT com>
Licenses:
  • BSD
Urls:
Authors:
BuildDepends:
BuildtoolDepends:
 
BuildExportDepends:
 
ExecDepends:
TestDepends:
Exports:
  • <costmap_2d plugin=”${prefix}/costmap_plugins.xml”/>

Types

Message types

costmap_2d/VoxelGrid
Field:
Header header
uint32[] data
geometry_msgs/Point32 origin
geometry_msgs/Vector3 resolutions
uint32 size_x
uint32 size_y
uint32 size_z