MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / main

Function main

swissranger_camera/src/sr.cpp:461–470  ·  view source on GitHub ↗

Main entry point */

Source from the content-addressed store, hash-verified

459
460/** Main entry point */
461int main(int argc, char **argv)
462{
463 ros::init(argc, argv, "sr");
464 ros::NodeHandle nh("~");
465
466 SRNode cm(nh);
467
468 cm.spin();
469 return 0;
470}

Callers

nothing calls this directly

Calls 1

spinMethod · 0.45

Tested by

no test coverage detected