Main Content

이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.

맵 작성 및 위치추정

라이다 스캔 맵 작성과 입자 필터 위치추정

점유 그리드를 사용하여 환경 맵을 작성하고 로봇의 라이다 센서 데이터를 사용하는 샘플링 기반의 재귀적 베이즈 추정 알고리즘을 통해 위치를 추정합니다.

함수

모두 확장

binaryOccupancyMap이진 값으로 점유 그리드 생성
getOccupancyGet occupancy value of locations
inflate각 점유 위치 확장
moveMove map in world frame (R2019b 이후)
occupancyMatrix점유 그리드를 행렬로 변환
raycastCompute cell indices along a ray (R2019b 이후)
lidarScan2차원 라이다 스캔을 저장하기 위한 객체 생성 (R2019b 이후)
plotDisplay laser or lidar scan readings
removeInvalidDataRemove invalid range and angle data
transformScanTransform laser scan based on relative pose
stateEstimatorPFCreate particle filter state estimator
initializeInitialize the state of the particle filter
predictPredict state of robot in next time step
correctAdjust state estimate based on sensor measurement
getStateEstimateExtract best state estimate and covariance from particles

도움말 항목

맵 작성

  • Occupancy Grids
    Details of occupancy grid functionality and map structure.

상태 추정

  • Particle Filter Parameters
    To use the stateEstimatorPF particle filter, you must specify parameters such as the number of particles, the initial particle location, and the state estimation method.
  • Particle Filter Workflow
    A particle filter is a recursive, Bayesian state estimator that uses discrete particles to approximate the posterior distribution of the estimated state.