openroberta-lab
openroberta-lab copied to clipboard
EV3 and NXT simulation incorrect behaviour for the "motor on speed [number]% [rotation|degree]" block
Describe the bug
- When using speeds at higher percentage a 100, the drive, turn, motor on blocks the robot moves for very short distance, the higher the speed, the shorter the distance
To Reproduce Steps to reproduce the behavior:
- Go to ev3 simulation
- Use drive block with 15000% speed
- Observe the length of the robot path
Expected behavior
- The robot should not move faster than 100%
- In any case the length of the path should not depend on speed
Linked #351