Hauptinhalt

Diese Seite wurde mithilfe maschineller Übersetzung übersetzt. Klicken Sie hier, um die neueste Version auf Englisch zu sehen.

Lokalisierungsalgorithmen

Partikelfilter, Scan-Matching, Monte-Carlo-Lokalisierung, Pose-Graphen, Odometrie

Lokalisierungsalgorithmen wie Monte-Carlo-Lokalisierung und Scan-Matching schätzen Ihre Position auf einer bekannten Karte anhand von Entfernungssensor- oder Lidar-Messwerten. Pose-Graphen verfolgen Ihre geschätzten Posen und können basierend auf Randbeschränkungen und Schleifenschlüssen optimiert werden. Informationen zur gleichzeitigen Lokalisierung und Zuordnung finden Sie unter SLAM.

Funktionen

alle erweitern

stateEstimatorPFCreate particle filter state estimator
resamplingPolicyPFCreate resampling policy object with resampling settings
matchScansEstimate pose between two laser scans
matchScansGridEstimate pose between two lidar scans using grid-based search
matchScansLineEstimate pose between two laser scans using line features
transformScanTransform laser scan based on relative pose
lidarScanObjekt zum Speichern von 2D-Lidar-Scans erstellen
monteCarloLocalizationLocalize robot using range sensor data and map
lidarScanObjekt zum Speichern von 2D-Lidar-Scans erstellen
odometryMotionModelCreate an odometry motion model
likelihoodFieldSensorModelCreate likelihood field range sensor model
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)
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)
factorTwoPoseSE3Factor relating two SE(3) poses (Seit R2022a)
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)
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)
wheelEncoderOdometryAckermannCompute Ackermann vehicle odometry using wheel encoder ticks and steering angle
wheelEncoderOdometryBicycleCompute bicycle odometry using wheel encoder ticks and steering angle
wheelEncoderOdometryDifferentialDriveCompute differential-drive vehicle odometry using wheel encoder ticks
wheelEncoderOdometryUnicycleCompute unicycle odometry using wheel encoder ticks and angular velocity

Themen

Enthaltene Beispiele