blog.trnck.dev
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

More better images

+2 -2
+2 -2
_posts/2019-09-14-roboschool_2019.md
··· 15 15 Thanks to the [UNObot library](https://github.com/tuc-roboschool/UNObot) for the robot written by Florian Zylla, we were able to keep the code very easily readable. After a couple of hours developing and testing, we had to start all over again, because our code structure was just too sophisticated. We made a sketch and all the if statements were now far easier to understand. There was a parkour course, which we had to guide our robot trough. It was easy at first because we only needed to check if the robot is on a line and that was it. But then came the dashed lines. Most teams solved it with just letting the robot go straight when the sensors didn't see a line, but that was too bad for you know.... us, so we developed an Easy Exploring Algorithm (EEA). The point was to let the robot look around and if he doesn't see anything just go a little bit forward and repeat the process. 16 16 17 17 18 - ![image](https://i.ibb.co/ys3RdjB/image.png) 19 - ![image](https://i.ibb.co/BBv5GSL/image.png) 18 + ![image](https://flpsawsmcdn.imfast.io/robot_on_line.webp) 19 + ![image](https://flpsawsmcdn.imfast.io/martin_coding.webp) 20 20 21 21 I hope you enjoyed this post. See you again soon, 22 22 Filip