tud-hri / joan

JOAN is an software package that allows to perform human-in-the loop experiments in the open source driving simulator CARLA. JOAN facilitates communication between human input devices and CARLA, the implementation of haptic feedback, systematically storing experiment data, and the automatic execution of experiments with multiple experimental conditions.
Other
11 stars 7 forks source link

SensoDrive fails to connect when waiting too long between get ready and start #22

Open lflipse opened 1 year ago

lflipse commented 1 year ago

Describe the bug An exception is raised whenever the steering wheel is not responding. This seems to happen when waiting long (approx 5 seconds) after pressing start after get ready.

To Reproduce Steps to reproduce the behavior:

  1. Setup an experiment with the sensodrive
  2. Initialize, get ready and pause for approx 10 sec.
  3. Press start, and will raise an exception

Expected behavior Rather have that the steering wheel just does what it should do.

Joan branch

Additional context May have to do with raising the exception, but maybe it is about the sensodrive. The watchdog may kick in?