#include <ros/ros.h>#include <visualization_msgs/MarkerArray.h>#include <costmap_2d/VoxelGrid.h>#include <voxel_grid/voxel_grid.h>#include "costmap_2d/voxel_costmap_2d.h"
Go to the source code of this file.
| Classes | |
| struct | Cell | 
| Typedefs | |
| typedef std::vector< Cell > | V_Cell | 
| Functions | |
| int | main (int argc, char **argv) | 
| void | voxelCallback (const ros::Publisher &pub, const costmap_2d::VoxelGridConstPtr &grid) | 
| Variables | |
| V_Cell | g_cells | 
| float | g_colors_a [] = { 0.0f, 0.5f, 1.0f } | 
| float | g_colors_b [] = { 0.0f, 1.0f, 0.0f } | 
| float | g_colors_g [] = { 0.0f, 0.0f, 0.0f } | 
| float | g_colors_r [] = { 0.0f, 0.0f, 1.0f } | 
| std::string | g_marker_ns | 
Definition at line 42 of file costmap_2d_markers.cpp.
| int main | ( | int | argc, | 
| char ** | argv | ||
| ) | 
Definition at line 130 of file costmap_2d_markers.cpp.
| void voxelCallback | ( | const ros::Publisher & | pub, | 
| const costmap_2d::VoxelGridConstPtr & | grid | ||
| ) | 
Definition at line 51 of file costmap_2d_markers.cpp.
Definition at line 50 of file costmap_2d_markers.cpp.
| float g_colors_a[] = { 0.0f, 0.5f, 1.0f } | 
Definition at line 47 of file costmap_2d_markers.cpp.
| float g_colors_b[] = { 0.0f, 1.0f, 0.0f } | 
Definition at line 46 of file costmap_2d_markers.cpp.
| float g_colors_g[] = { 0.0f, 0.0f, 0.0f } | 
Definition at line 45 of file costmap_2d_markers.cpp.
| float g_colors_r[] = { 0.0f, 0.0f, 1.0f } | 
Definition at line 44 of file costmap_2d_markers.cpp.
| std::string g_marker_ns | 
Definition at line 49 of file costmap_2d_markers.cpp.