| 18 | using namespace grid_map; |
| 19 | |
| 20 | TEST(ElevationMap, Test) |
| 21 | { |
| 22 | // ros::M_string remappings; |
| 23 | // ros::init(remappings, "test_elevation_mapping"); |
| 24 | // ros::NodeHandle nodeHandle("~"); |
| 25 | // ElevationMap map(nodeHandle); |
| 26 | // map.setGeometry(Length(1.0, 1.0), 0.01, Position(0.0, 0.0)); |
| 27 | } |
| 28 |
nothing calls this directly
no outgoing calls
no test coverage detected