Rose-Hulman Robotics Team

Changeset 509

Show
Ignore:
Timestamp:
06/03/09 18:11:40 (3 years ago)
Author:
spenceal
Message:

updating rbconfig

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/software/rbconfig.py

    r503 r509  
    33''' 
    44 
     5from rb.vision import Camera 
    56 
    67name = 'RATT' # Human-readable robot name 
     
    1516 
    1617# Serial port for the motor controller 
    17 fake_drive = False 
     18fake_drive = True 
    1819left_motor_port  = '/dev/ttyS0' 
    1920right_motor_port = '/dev/ttyS2' 
     
    2122# URL of ccam.cgi on the Elphel 353 camera 
    2223# This is just the path to the CGI script, without the querystring parameters 
     24fake_ccam = True 
     25classifier = Camera.HARD 
    2326ccam_url = "http://192.168.0.226/admin-bin/ccam.cgi" 
    2427