camera.py
Go to the documentation of this file.
00001 #!/usr/bin/env python
00002 import rospy
00003 from romeo_sensors.romeo_camera import RomeoCam
00004 
00005 if __name__ == "__main__":
00006   romeocam = RomeoCam('romeo_camera')
00007   romeocam.start()
00008   rospy.spin()


romeo_sensors_py
Author(s): Ha Dang
autogenerated on Thu Jun 6 2019 18:11:53