- Timestamp:
- 06/06/10 16:02:33 (20 months ago)
- Files:
-
- 1 modified
-
trunk/software/rbconfig.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/software/rbconfig.py
r746 r751 20 20 21 21 drive = REAL 22 can_bridge_port = '/dev/ttyS0' 23 # obsolete, only used for FakeDrive now 22 24 drive_left_port = '/dev/ttyS0' 23 25 drive_right_port = '/dev/ttyUSB0' 24 26 25 camera = REAL26 #camera_gst_input = 'rtspsrc location=rtsp://192.168.27.3:554 ! decodebin'27 camera = NONE 28 camera_gst_input = 'rtspsrc location=rtsp://192.168.27.3:554 ! decodebin' 27 29 #camera_gst_input = 'v4l2src' 28 camera_gst_input = 'filesrc location="/home/tomwm/Videos/Still_Alive_Typography.flv" ! decodebin'30 #camera_gst_input = 'filesrc location="/home/tomwm/Videos/Still_Alive_Typography.flv" ! decodebin' 29 31 #camera_classifier = HARD 30 32 camera_still_url = 'http://192.168.27.3:8081/bimg' 31 33 32 34 # Navigator helpers 33 kalman = REAL35 kalman = NONE 34 36 transcript = REAL 35 37 transcript_filename = 'logs/rblog-%Y-%m-%dT%H:%M:%S.log'

