Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
68
def
main():
69
print
'--- deliver_orobot_node ---'
70
rospy.init_node(
'deliver_orobot_node'
)
71
node = DeliverOrobotNode()
72
rospy.spin()
73
74
if
__name__ ==
'__main__'
:
75
main()
Callers
1
deliver_orobot_node.py
File · 0.70
Calls
2
DeliverOrobotNode
Class · 0.85
spin
Method · 0.45
Tested by
no test coverage detected