メインコンテンツ

位置推定アルゴリズム

粒子フィルター、スキャン マッチング、モンテカルロ位置推定、姿勢グラフ、オドメトリ

モンテカルロ位置推定、スキャン マッチングなどの位置推定アルゴリズムは、距離センサーまたは LiDAR の読み取り値を使用して、既知のマップでの姿勢を推定します。姿勢グラフは推定姿勢を追跡し、エッジの制約およびループ閉じ込みに基づいて最適化することができます。自己位置推定と環境地図作成の同時実行については、SLAMを参照してください。

関数

すべて展開する

stateEstimatorPF粒子フィルターの状態推定器の作成
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
lidarScan2 次元 LiDAR スキャンを保存するためのオブジェクトの作成
monteCarloLocalizationLocalize robot using range sensor data and map
lidarScan2 次元 LiDAR スキャンを保存するためのオブジェクトの作成
odometryMotionModelCreate an odometry motion model
likelihoodFieldSensorModel距離センサー用の尤度フィールド センサー モデルの作成
poseGraph 2 次元姿勢グラフの作成
poseGraph3D 3 次元姿勢グラフの作成
poseGraphSolverOptionsSolver options for pose graph optimization
optimizePoseGraphOptimize nodes in pose graph
trimLoopClosuresOptimize pose graph and remove bad loop closures
poseplot3 次元姿勢プロット (R2021b 以降)
factorGraphGraph-based framework for multisensor state estimation (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 以降)
factorTwoPoseSE3Relative pose factor connecting 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, 3-D landmark point, and optional sensor transform (R2023a 以降)
estimateGravityRotationEstimate gravity rotation using factor graph optimization (R2023a 以降)
estimateGravityRotationAndPoseScaleEstimate gravity rotation and pose scale using 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
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

トピック

注目の例