node.cpp
Go to the documentation of this file.
00001 
00004 /*****************************************************************************
00005 ** Includes
00006 *****************************************************************************/
00007 
00008 #include <cstdlib>
00009 #include <ros/ros.h>
00010 #include "../../include/cost_map_visualisations/occupancy_grid.hpp"
00011 
00012 /*****************************************************************************
00013 ** Main
00014 *****************************************************************************/
00015 
00016 int main(int argc, char **argv) {
00017   ros::init(argc, argv, "cost_map_visualisations");
00018   cost_map::OccupancyGrid occupancy_grid;
00019   ros::spin();
00020   return EXIT_SUCCESS;
00021 }


cost_map_visualisations
Author(s): Daniel Stonier
autogenerated on Thu Jun 6 2019 20:27:59