An awesome presentation on subsumption-based robots by David Andersson, it's a bit long, but it's totally worth it.
https://www.youtube.com/watch?v=8CXReb7f0Eo
An awesome presentation on subsumption-based robots by David Andersson, it's a bit long, but it's totally worth it.
https://www.youtube.com/watch?v=8CXReb7f0Eo
Two hours and twenty eight
Two hours and twenty eight minutes packed of experience and knowledge. Thank you for sharing this!
What I found especially
What I found especially interesting from the first half of this lesson is:
I just came across this
I just came across this video a week or so ago. It did take awhile to get through, but it is packed with great info and guidance.
I may have to watch it again with a notebook in front of me!
I have a couple books that cover subsumption architecture.
I have yet to figure out how to program subsumption architecture into a robot. The explanations in the books are just too broad stroked for me. I hope, when I watch this video, I will be able to get a better grasp on the subject.
Thanks for posting it.
It seemed like a set of
It seemed like a set of tiered behaviors that would control the robot, with higher priority tiers ‘subsuming’ lower ones when triggered.
The lowest tier is ‘user defined behavior’. So if you want your robot to find and pick up ping pong balls, that is the user behavior. If a sonar sensor detects a wall in front of it, that is an obstacle avoidance, that is a higher tier. The robot will stop what it is doing and avoid the obstacle, then return to user defined behavior of hunting ping pong balls.
Apart from that I’m not
Apart from that I’m not sure(code wise, but can’t be that hard) on how to do the priorities, I think I understand it now. Got some really interesting ideas at least
About the delay thing, I
About the delay thing, I think that can be bypassed actually, it might not of course be necessary, but speed is always nice.
If you take your sensors various delays and such in to account when you code, you wouldn’t need that “wasteful” delay there. It’s good to read data as often as possible, what if something happens during your sleep time?
And I agree on the “leaky integrator”, I’ve used this type of thing before, just didn’t know there was a word for it
Almost done watching and
Almost done watching and it’s totally worth it!