openroberta-lab
openroberta-lab copied to clipboard
Sensebox: Sensors used with List variable throws error when program is compiled
Describe the bug
- When the List variable is used to store sensor values, and the program is compiled, an error is thrown.
To Reproduce Steps to reproduce the behavior:
- Create a new nepo program.
- Create a new List Number variable.
- Use sensors(which return numerical values) such as gyroscope, compass sensor and accelerometer as the elements of the list variable.
- Press the compile button.
- See error.
Expected behavior Program should compile without errors.
Screenshots

Device information
- Type : Desktop
- OS: MacOS
- Browser: Chrome
Additional context Problem happens for the gyroscope, accelerometer and compass sensor.
Seems to be already patched on develop
@VinArt , please provide the related issue