• PSoul•Memes
    link
    fedilink
    English
    2912 hours ago

    Ok so I used to work for iRobot, the OG robot vacuum maker. Robot vacuums used to vacuum randomly. To make them vacuum systematically, they need to map your house. One cheap way to do that is to use a camera roughly pointing at your ceiling and do Video SLAM. The camera identifies features on your ceiling and how they are changing to know where the robot is and map the room.

    I guess ecovac thought they could add a camera feed feature for free since they already had a camera on the robot.

    • @Zacryon@feddit.org
      link
      fedilink
      English
      33 hours ago

      For the non-roboticists: SLAM = Simultaneous Localization And Mapping.

      In robot navigation problems we often face the problem to get a grasp of the environment and the robot’s position in it. It’s easier if there’s already a map provided and some sort of external observer who knows where the robot is relative to the map.

      Since people don’t usually go into your home to map it out and install some sensors in order to locate the robot, SLAM is the way to go. While moving through an environment, a map of the environment is created and by utilzing some fancy techniques based on sensor data like from cameras, mic+loudspeaker, LIDAR or whatever, it is possible to also infer the robot’s position.