Changes between Version 52 and Version 53 of Tutorials
- Timestamp:
- Apr 8, 2016, 11:12:58 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials
v52 v53 80 80 class Gamepad(RemoteControl): 81 81 def _createFrontend(self): 82 return Thrustmaster( "/dev/input/by-id/usb-Mega_World_Thrustmaster_dual_analog_3.2-event-joystick")82 return Thrustmaster(settings.THRUSTMASTER_PATH) 83 83 84 84 def _buildComponents(self): … … 294 294 These values must be adjusted for each robot, to avoid legs collisions. 295 295 296 {{{ 297 #!python 298 299 THRUSTMASTER_PATH = "/dev/input/by-id/usb-Mega_World_Thrustmaster_dual_analog_3.2-event-joystick" 300 }}} 301 302 No need for further explanations. 303 296 304 == Tutorial 2 == 297 305
