Show
Ignore:
Timestamp:
12/18/07 06:55:04 (1 year ago)
Author:
patrick
Message:

Add a driver for the MotionNode? intertial tracker. This is the driver from
the MotionNode? website and was submitted by Luke Tokheim. At the moment, it
is only known to compile on Windows as a 32-bit binary using Visual C++ 8.0.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/branches/2.2/build_windows.py

    r20857 r20964  
    279279   optional.append(BuildOption('FTD2XX_ROOT', 
    280280                               'FTD2XX SDK installation directory', '', 
     281                               required = False)) 
     282   optional.append(BuildOption('MOTION_NODE_SDK_ROOT', 
     283                               'MotionNode SDK installation directory', '', 
    281284                               required = False)) 
    282285   optional.append(BuildOption('DOOZER_ROOT', 
     
    15571560   srcroot = os.path.join(buildDir, 'Gadgeteer') 
    15581561 
    1559    drivers = ['DTrack', 'DataGlove', 'X-IST', 'DirectXJoystick', 'Ether24', 
    1560               'Fastrak', 'Flock', 'IBox', 'IntersenseAPI', 'IS900', 
     1562   drivers = ['DTrack', 'DataGlove', 'DirectXJoystick', 'Ether24', 'Fastrak', 
     1563              'Flock', 'IBox', 'IntersenseAPI', 'IS900', 'MotionNode', 
    15611564              'MotionStar', 'MSFTSpeechRecognition', 'PinchGlove', 
    15621565              'SerialEncoder', 'SpaceBall', 'TrackdAPI', 'VRPN', 'Wanda',