Hauptinhalt

Diese Seite wurde mithilfe maschineller Übersetzung übersetzt. Klicken Sie hier, um das englische Original zu sehen.

SLAM

Simultane Positionsbestimmung und Kartierung in 2D und 3D

Bei der simultanen Lokalisierung und Kartierung (SLAM) werden sowohl Abbildung als auch -Algorithmen verwendet, um eine Karte zu erstellen und gleichzeitig Ihr Fahrzeug in dieser Karte zu lokalisieren. Verwenden Sie lidarSLAM, um Ihren eigenen SLAM-Algorithmus zu optimieren, der Lidar-Scans und Odometrie-Pose-Schätzungen verarbeitet, um iterativ eine Karte zu erstellen. Verwenden Sie buildMap, um aus protokollierten und gefilterten Daten mithilfe von SLAM eine Karte zu erstellen. Mit der SLAM Map Builder-App können Sie relative Posen manuell ändern und Scans ausrichten, um die Genauigkeit Ihrer Karte zu verbessern.

Weitere Informationen darüber, was SLAM ist und welche anderen SLAM-Tools in anderen MATLAB®-Toolboxes enthalten sind, finden Sie unter Was ist SLAM?.

Apps

SLAM Map BuilderErstellen Sie 2D-Rasterkarten mit SLAM auf Lidar-Basis

Funktionen

alle erweitern

monovslamVisual simultaneous localization and mapping (vSLAM) and visual-inertial sensor fusion with monocular camera (Seit R2025a)
rgbdvslamFeature-based visual simultaneous localization and mapping (vSLAM) and visual-inertial sensor fusion with RGB-D camera (Seit R2025a)
stereovslamFeature-based visual simultaneous localization and mapping (vSLAM) and visual-inertial sensor fusion with stereo camera (Seit R2025a)
ekfSLAMPerform simultaneous localization and mapping using extended Kalman filter (Seit R2021b)
lidarSLAM Perform localization and mapping using lidar scans
buildMapBuild occupancy map from lidar scans
factorGraphGraph-based framework for multisensor state estimation (Seit R2022a)
importFactorGraphImport factor graph from g2o log file (Seit R2022a)
factorIMUConvert IMU readings to factor (Seit R2022a)
factorGPSFactor for GPS measurement (Seit R2022a)
factorTwoPoseSE2Factor relating two SE(2) poses (Seit R2022a)
factorTwoPoseSE3Relative pose factor connecting two SE(3) poses (Seit R2022a)
factorTwoPoseSIM3Factor relating two SIM(3) poses (Seit R2025a)
factorPoseSE2AndPointXYFactor relating SE(2) position and 2-D point (Seit R2022b)
factorPoseSE3AndPointXYZFactor relating SE(3) position and 3-D point (Seit R2022b)
factorIMUBiasPriorPrior factor for IMU bias (Seit R2022a)
factorVelocity3PriorPrior factor for 3-D velocity (Seit R2022a)
factorPoseSE3PriorFull-state prior factor for SE(3) pose (Seit R2022a)
factorTransformSE3PriorFull-state prior factor for SE(3) transform (Seit R2026a)
factorCameraSE3AndPointXYZFactor relating SE(3) camera pose, 3-D landmark point, and optional sensor transform (Seit R2023a)
estimateGravityRotationEstimate gravity rotation using factor graph optimization (Seit R2023a)
estimateGravityRotationAndPoseScaleEstimate gravity rotation and pose scale using factor graph optimization (Seit R2023a)
estimateCameraIMUTransformEstimate transformation from camera to IMU sensor using calibration data (Seit R2024a)
poseGraph Create 2-D pose graph
poseGraph3D Create 3-D pose graph
poseGraphSolverOptionsSolver options for pose graph optimization
optimizePoseGraphOptimize nodes in pose graph
trimLoopClosuresOptimize pose graph and remove bad loop closures
poseplot3-D pose plot (Seit R2021b)

Themen

Enthaltene Beispiele