| 10 | #include "grid_map_demos/IteratorsDemo.hpp" |
| 11 | |
| 12 | int main(int argc, char** argv) |
| 13 | { |
| 14 | ros::init(argc, argv, "grid_map_iterators_demo"); |
| 15 | |
| 16 | ros::NodeHandle nodeHandle("~"); |
| 17 | grid_map_demos::IteratorsDemo iteratorsDemo(nodeHandle); |
| 18 | |
| 19 | ros::requestShutdown(); |
| 20 | return 0; |
| 21 | } |
nothing calls this directly
no outgoing calls
no test coverage detected