ev3dev-python-tools / ev3dev2simulator

Simulator for an EV3 robot; a program using the ev3dev2 API can run both on the rover and on the simulator without any modifications to the code
MIT License
6 stars 9 forks source link

Add support for depth of obstacles #42

Closed NielsOkker closed 3 years ago

NielsOkker commented 3 years ago

The following commits add specific depths to obstacles. The depth of holes of lakes can be configured. The board, the playing field of the robots gets the height 20. Everything else sensed is assumed to be very deep. Previously, everything was assumed to be very shallow and specific obstacles had the maximum depth of 2550.