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.
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:
Run main.py
Click haptic controller manager
Add steering wheel controller
Choose Traded Control
Click OK
Click Save
NoneType Error appears
Expected behavior
Should a add a traded controller
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:
Expected behavior Should a add a traded controller