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

Function main

recognition/scripts/deliver_orobot_node.py:68–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66
67
68def main():
69 print '--- deliver_orobot_node ---'
70 rospy.init_node('deliver_orobot_node')
71 node = DeliverOrobotNode()
72 rospy.spin()
73
74if __name__ == '__main__':
75 main()

Callers 1

Calls 2

DeliverOrobotNodeClass · 0.85
spinMethod · 0.45

Tested by

no test coverage detected