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 Mon Apr 3 2017 03:27:36