pioneers / pimulator-js

Portable robotics simulator for the Pioneers in Engineering robotics kit (JavaScript edition)
3 stars 1 forks source link

[Simulator] Force Stopping of python in Autonomous mode #77

Closed master-puller closed 3 years ago

master-puller commented 3 years ago

The Pimulator currently does not stop when there is a

while True:
    Robot.sleep(0.1)

and when there is line-following code, then the robot loops around infinitely fast after the time is up

charleshong3 commented 3 years ago

Should be fixed in #105