Rose-Hulman Robotics Team

Changeset 751 for trunk

Show
Ignore:
Timestamp:
06/06/10 16:02:33 (20 months ago)
Author:
mosttw
Message:

Config changes from the robot

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/software/rbconfig.py

    r746 r751  
    2020 
    2121drive             = REAL 
     22can_bridge_port   = '/dev/ttyS0' 
     23# obsolete, only used for FakeDrive now 
    2224drive_left_port   = '/dev/ttyS0' 
    2325drive_right_port  = '/dev/ttyUSB0' 
    2426 
    25 camera            = REAL 
    26 #camera_gst_input  = 'rtspsrc location=rtsp://192.168.27.3:554 ! decodebin' 
     27camera            = NONE 
     28camera_gst_input  = 'rtspsrc location=rtsp://192.168.27.3:554 ! decodebin' 
    2729#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' 
    2931#camera_classifier = HARD 
    3032camera_still_url  = 'http://192.168.27.3:8081/bimg' 
    3133 
    3234# Navigator helpers 
    33 kalman            = REAL 
     35kalman            = NONE 
    3436transcript        = REAL 
    3537transcript_filename = 'logs/rblog-%Y-%m-%dT%H:%M:%S.log'