Main Content

위치추정 알고리즘

입자 필터, 스캔 매칭, 몬테카를로 위치추정, 자세 그래프, 오도메트리

몬테카를로 위치추정과 같은 위치추정 알고리즘과 스캔 매칭은 거리 센서 또는 라이다 측정값을 사용하여 알려진 맵에서 자세를 추정합니다. 자세 그래프는 추정된 자세를 추적하며 간선 제약 조건과 루프 폐쇄를 기반으로 최적화될 수 있습니다. 동시적 위치추정 및 지도작성에 대한 내용은 SLAM 항목을 참조하십시오.

함수

모두 확장

stateEstimatorPFCreate particle filter state estimator
resamplingPolicyPFCreate resampling policy object with resampling settings (R2019b 이후)
matchScansEstimate pose between two laser scans (R2019b 이후)
matchScansGridEstimate pose between two lidar scans using grid-based search (R2019b 이후)
matchScansLineEstimate pose between two laser scans using line features (R2020a 이후)
transformScanTransform laser scan based on relative pose
lidarScan2차원 라이다 스캔을 저장하기 위한 객체 생성 (R2019b 이후)
monteCarloLocalizationLocalize robot using range sensor data and map (R2019b 이후)
lidarScan2차원 라이다 스캔을 저장하기 위한 객체 생성 (R2019b 이후)
odometryMotionModelCreate an odometry motion model (R2019b 이후)
likelihoodFieldSensorModelCreate likelihood field range sensor model (R2019b 이후)
poseGraph 2차원 자세 그래프 만들기 (R2019b 이후)
poseGraph3D 3차원 자세 그래프 만들기 (R2019b 이후)
poseGraphSolverOptionsSolver options for pose graph optimization (R2020b 이후)
optimizePoseGraphOptimize nodes in pose graph (R2019b 이후)
trimLoopClosuresOptimize pose graph and remove bad loop closures (R2020b 이후)
poseplot3-D pose plot (R2021b 이후)
factorGraphBipartite graph of factors and nodes (R2022a 이후)
importFactorGraphImport factor graph from g2o log file (R2022a 이후)
factorIMUConvert IMU readings to factor (R2022a 이후)
factorGPSFactor for GPS measurement (R2022a 이후)
factorTwoPoseSE2Factor relating two SE(2) poses (R2022a 이후)
factorTwoPoseSE3Factor relating two SE(3) poses (R2022a 이후)
factorPoseSE2AndPointXYFactor relating SE(2) position and 2-D point (R2022b 이후)
factorPoseSE3AndPointXYZFactor relating SE(3) position and 3-D point (R2022b 이후)
factorIMUBiasPriorPrior factor for IMU bias (R2022a 이후)
factorVelocity3PriorPrior factor for 3-D velocity (R2022a 이후)
factorPoseSE3PriorFull-state prior factor for SE(3) pose (R2022a 이후)
factorCameraSE3AndPointXYZFactor relating SE(3) camera pose and 3-D point (R2023a 이후)
estimateGravityRotationEstimate gravity rotation using IMU measurements and factor graph optimization (R2023a 이후)
estimateGravityRotationAndPoseScaleEstimate gravity rotation and pose scale using IMU measurements and factor graph optimization (R2023a 이후)
estimateCameraIMUTransformEstimate transformation from camera to IMU sensor using calibration data (R2024a 이후)
wheelEncoderOdometryAckermannCompute Ackermann vehicle odometry using wheel encoder ticks and steering angle (R2020b 이후)
wheelEncoderOdometryBicycleCompute bicycle odometry using wheel encoder ticks and steering angle (R2020b 이후)
wheelEncoderOdometryDifferentialDriveCompute differential-drive vehicle odometry using wheel encoder ticks (R2020b 이후)
wheelEncoderOdometryUnicycleCompute unicycle odometry using wheel encoder ticks and angular velocity (R2020b 이후)

도움말 항목