MCPcopy Create free account
hub / github.com/KumarRobotics/sloam / main

Function main

sloam/src/segmentation/inferenceNode.cpp:148–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148int main(int argc, char **argv)
149{
150 ros::init(argc, argv, "sloam");
151 ros::NodeHandle n("sloam");
152 SegNode segnode(n);
153 ros::spin();
154
155 return 0;
156}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected