Classes | Typedefs | Functions | Variables
costmap_2d_markers.cpp File Reference
#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"
Include dependency graph for costmap_2d_markers.cpp:

Go to the source code of this file.

Classes

struct  Cell

Typedefs

typedef std::vector< CellV_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

Typedef Documentation

typedef std::vector<Cell> V_Cell

Definition at line 42 of file costmap_2d_markers.cpp.


Function Documentation

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.


Variable Documentation

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.



costmap_2d
Author(s): Eitan Marder-Eppstein
autogenerated on Mon Oct 6 2014 02:44:46