SUBSUMPTION ARCHITECTURE
In a seminal paper in AI which introduced a the paradigm of 'Subsumption Architecture', 'Robust Layered Control System for a Mobile Robot' by Rodney Brooks; Brooks argues that a mobile robot should be equipped with multiple sensors as that adds to the robustness of the control of the robot. The robot can respond efficiently to a dynamic environment thus the behaviours are apparently more 'smoother'.
Fig.1 Control schematics for multiple sensors, from Brooks |
To come up with examples to illustrate Brook's theory led me to this simple experiment in Player-Stage.
I. A robot with sonars, STUCK !
WHAT IS HAPPENING ?
Here the simulation starts off with a robot equipped with long-ranged sonars, the robot is stuck.
Obviously, other solutions can be by modifying the code (sonarobstacleavoid.cc) or changing the geometry of the placement of the sonars. However, the idea of this demonstration is to illustrate the robustness gained by the use of two sensors.
REFERENCES
(1) R.A Brooks, "A Robust Layered Control System for a Mobile Robot"
(2) 6 Architectures
2 comments:
"Other solutions can be by modifying the code (sonarobstacleavoid)"
You say it yourself...its all about coding. Normally you design your robot according to the environment it is going to act at, but for such occasions, where the robot gets into a stuck, algorithms such as a simple wall follower or a coastal navigation algorithm with more tolerance in the robot-wall distance can lead to unstucking. And don't forget to add randomness somewhere in your code, because closed loops tend to lead to fixed robot paths...
check your mail ;)
Dude, that entry on my blog has to be modified. Have been lazy of late ! ..... by the way, which e-mail are you talking of ? Did you send it to my gmail account ?
Post a Comment