spaceaky 发表于 2008-8-24 22:57:56

反应超快的迷宫循迹机器人

http://www.youtube.com/watch?v=mJV-KDqHgDQ
大家看看这个走迷宫的循迹机器人,这反应速度,真是快。
原地址:http://www.societyofrobots.com/robotforum/index.php?topic=4390.0
This was my first attempt at making a maze solver and I wrote the code from scratch the night before our last local robotics competition, so there's plenty of room for improvment (for example, it would be cool if it could handle mazes with loops or irregular intersections). It would also be cool if it could have similar performance with higher robustness (changing conditions such as harsh shadows or dusty tires can really throw it off at the moment).

It uses PID control to follow the lines and it makes pre-programmed, timing-based turns once it has identified which way it wants to go at a given intersection. Because of this, it's kind of at the limit of what it can do with current programming; if I push it much further it starts to miss intersections or think the ending circle is an intersection, at which point it turns left and drives around the outside of the circle. As it is now, it's so finely tuned that it only functions with clean tires. In the video, on the fast run, you can see it start to fishtail on some of the turns just from the dust the tires picked up on the learning run (normally I use some rubbing alcohol to clean the tires before every run, but I figured that would be pretty boring to put in the video).

- Ben

thomasdu 发表于 2008-8-24 23:25:06

速度真的好快~!

eeyrw 发表于 2008-8-24 23:28:31

好cute的机器人~~

hyz_avr 发表于 2008-8-25 00:12:02

顶一下!!!

liyangbbs 发表于 2008-8-25 00:22:13

还有比这个更夸张的速度。
建议你去搜索一下国际电脑鼠比赛的视频。有的电子鼠根本就不需要轮子转弯而是直接蹦过去的,有点像周杰伦的“飘逸”。哈哈!!很有意思哦。

youngl 发表于 2010-8-13 10:27:42

请问下有谁知道电脑鼠的连续转弯的? 麻烦传一下程序或者讲解一下! 谢谢!
qq:443577129!
页: [1]
查看完整版本: 反应超快的迷宫循迹机器人