nepyope commited on
Commit
6b9097f
·
verified ·
1 Parent(s): 0867a60

auto-detect controller

Browse files
Files changed (1) hide show
  1. config.yaml +1 -2
config.yaml CHANGED
@@ -7,8 +7,7 @@ DOMAIN_ID: 0
7
  INTERFACE: "lo" # "lo" for simulation, network interface with "192.168.123.222" for real robot
8
  SIMULATOR: "mujoco"
9
 
10
- # Joystick
11
- USE_JOYSTICK: 1
12
  JOYSTICK_TYPE: "xbox" # "xbox" or "switch"
13
  JOYSTICK_DEVICE: 0
14
 
 
7
  INTERFACE: "lo" # "lo" for simulation, network interface with "192.168.123.222" for real robot
8
  SIMULATOR: "mujoco"
9
 
10
+ # Joystick (auto-detected at startup; these are defaults when a controller is found)
 
11
  JOYSTICK_TYPE: "xbox" # "xbox" or "switch"
12
  JOYSTICK_DEVICE: 0
13