|
|
|
|
|
by tonylemesmer
4302 days ago
|
|
I worked on this product back in 2002-2005. I developed the initial wheel system for this form factor of product and early prototypes of their digital motor once we realised we'd need a very high power density compressor motor. Sadly the battery technology has taken a long time to get to the point where it can now give a useable run time, even when the vacuum only consumes 100W. Also the prices of other components, high power embedded CPUs, cameras and sensors have reduced dramatically since then. It uses an intelligent algorithm to maximise the potential of the runtime, meaning that it tries to elminiate running over the same patch of floor more than once. This is what it uses the 360 camera for and SLAM image processing that I still don't fully understand :) The chap with grey hair switching it off at the end of the teaser video is the brains behind all the navigation and image processing software, Mike Aldred, a very clever guy. [edit] missed a word |
|
Essentially, at each time step, the algorithm senses its environment and checks how much it differs from the previous time step, and figures out if it saw any new features to add to the map and how much the correlated features between the two time steps moved, to infer egomotion. This doesn't have to be necessarily with cameras, it can also be done with laser rangefinders and other relatively accurate sensors.
Monocular SLAM (MonoSLAM, also the name of a well known paper) is SLAM done with a single camera, which makes the problem harder than with two cameras. With two cameras affixed to a rigid frame and known characteristics, it's possible to determine the 3D position of any given feature that is seen by both cameras at the same time. With a single camera, however, it's trickier because only the angle of a given feature can be determined, not its 3D position, so an optimization step has to be done to determine what the likeliest solution to the problem is.
There's also more to read on the relevant Wikipedia article, at http://en.wikipedia.org/wiki/Simultaneous_localization_and_m...