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

I broke the traded controller #16

Closed lflipse closed 1 year ago

lflipse commented 2 years ago

Describe the bug When selecting and saving the traded controller in the UI you receive an AttributeError, saying that the module_manager for the haptic controllers has a shared_variables class which is of NoneType. Probably a fuckup somewhere while changing some variable names. Not enough time to fix before my holidays, but should be easy to fix.

To Reproduce Steps to reproduce the behavior:

  1. Run main.py
  2. Click haptic controller manager
  3. Add steering wheel controller
  4. Choose Traded Control
  5. Click OK
  6. Click Save
  7. NoneType Error appears

Expected behavior Should a add a traded controller

lflipse commented 1 year ago

fixed it