Line 1:
Line 1:
'''Simultaneous localization and mapping''' is a method of [[3D tracking]] based on camera data of an environment. It uses one or more cameras that are mounted on a [[rigid body]] like a headset. It operates based on computer vision, heavily relying on feature detection. It is similar in concept to [[visual inertial odometry]] (VIO).
'''Simultaneous localization and mapping''' is a method of [[3D tracking]] based on camera data of an environment. It uses one or more cameras that are mounted on a [[rigid body]] like a headset. It operates based on computer vision, heavily relying on feature detection. It is similar in concept to [[visual inertial odometry]] (VIO).
+
+
SLAM has stability problems. If the cameras are covered, the device can lose tracking or become erratic.
One method of SLAM is [[ORB_SLAM2]]. Another method is [[ORB_SLAM3]]. Another SLAM-like method is RTAB-Map.
One method of SLAM is [[ORB_SLAM2]]. Another method is [[ORB_SLAM3]]. Another SLAM-like method is RTAB-Map.