addScan
LiDAR SLAM マップへのスキャンの追加
構文
説明
また、addScan( は slamObj,currScan,relPoseEst)slamObj の最新の LiDAR スキャンの姿勢を基準とした相対姿勢を指定します。この相対姿勢により、スキャン マッチングが向上します。
メモ
lidarSLAM オブジェクトの ScanRegistrationMethod プロパティが 'PhaseCorrelation' に設定されている場合、relPoseEst 入力は無視されます。
[ は SLAM オブジェクトへのスキャンの追加に関する詳細情報を出力します。isAccepted,loopClosureInfo,optimInfo] = addScan(___)isAccepted はスキャンが追加されるか棄却されるかを表します。loopClosureInfo と optimInfo はループ閉じ込みが検出されているか、あるいは姿勢グラフが最適化されているかを表します。
例
入力引数
出力引数
拡張機能
バージョン履歴
R2019b で導入
![Figure contains an axes object. The axes object with title Lidar Scans and Poses, xlabel X [meters], ylabel Y [meters] contains 121 objects of type line.](../../examples/nav/win64/PerformSLAMUsingLidarScansExample_01.png)
![Figure contains an axes object. The axes object with title Occupancy Map of Garage, xlabel X [meters], ylabel Y [meters] contains an object of type image.](../../examples/nav/win64/PerformSLAMUsingLidarScansExample_02.png)