MCPcopy Create free account
hub / github.com/ANYbotics/grid_map / main

Function main

grid_map_loader/src/grid_map_loader_node.cpp:12–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10#include <ros/ros.h>
11
12int main(int argc, char** argv)
13{
14 ros::init(argc, argv, "grid_map_loader");
15 ros::NodeHandle nodeHandle("~");
16 grid_map_loader::GridMapLoader gridMapLoader(nodeHandle);
17 ros::waitForShutdown();
18 return 0;
19}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected