| 9 | #include <ros/ros.h> |
| 10 | |
| 11 | int main(int argc, char** argv) |
| 12 | { |
| 13 | ros::init(argc, argv, "grid_map_interpolation_demo"); |
| 14 | ros::NodeHandle nodeHandle("~"); |
| 15 | grid_map_demos::InterpolationDemo interpolationDemo(&nodeHandle); |
| 16 | ros::spin(); |
| 17 | return 0; |
| 18 | } |
nothing calls this directly
no outgoing calls
no test coverage detected