Changeset 509
- Timestamp:
- 06/03/09 18:11:40 (3 years ago)
- Files:
-
- 1 modified
-
trunk/software/rbconfig.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/software/rbconfig.py
r503 r509 3 3 ''' 4 4 5 from rb.vision import Camera 5 6 6 7 name = 'RATT' # Human-readable robot name … … 15 16 16 17 # Serial port for the motor controller 17 fake_drive = False18 fake_drive = True 18 19 left_motor_port = '/dev/ttyS0' 19 20 right_motor_port = '/dev/ttyS2' … … 21 22 # URL of ccam.cgi on the Elphel 353 camera 22 23 # This is just the path to the CGI script, without the querystring parameters 24 fake_ccam = True 25 classifier = Camera.HARD 23 26 ccam_url = "http://192.168.0.226/admin-bin/ccam.cgi" 24 27

