robot.py
Go to the documentation of this file.
00001 #!/usr/bin/env python
00002 
00003 import rospy
00004 import time
00005 
00006 rospy.init_node("robot_loop")
00007 while True:
00008     print("robot")
00009     time.sleep(1)


ubiquity_launches
Author(s): Wayne Gramlich
autogenerated on Thu Jun 6 2019 18:36:40