MCPcopy Create free account
hub / github.com/Robotics-STAR-Lab/SOAR / main

Function main

src/simulator/test_interface/src/test_interface_node.cpp:124–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124int main(int argc, char **argv) {
125 ROS_WARN("*****START*****");
126 ros::init(argc, argv, "test_interface");
127 Interface Int;
128
129 return 0;
130}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected