camera.py
Go to the documentation of this file.
1 #!/usr/bin/env python
2 import rospy
3 from romeo_sensors.romeo_camera import RomeoCam
4 
5 if __name__ == "__main__":
6  romeocam = RomeoCam('romeo_camera')
7  romeocam.start()
8  rospy.spin()


romeo_sensors_py
Author(s): Ha Dang
autogenerated on Mon Jun 10 2019 14:45:54