Main Content

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

맵 작성

2차원 점유 맵 및 3차원 점유 맵, 자기중심적 맵, 레이캐스팅

점유 맵은 환경에 존재하는 장애물을 나타내는 데 사용되며 세계의 한계를 정의합니다. 맵을 작성하고 레이캐스팅을 사용하여 센서 측정값에서 장애물 위치를 업데이트할 수 있습니다. 기존 맵과 동기화하고 로컬 프레임을 이동하여 이동체를 따라가는 자기중심적 맵을 생성할 수 있습니다. 맵은 2차원 맵을 위한 이진 값과 확률적 값을 지원하고 3차원 맵을 위한 확률적 표현을 지원합니다.

이러한 맵을 모션 계획과 함께 사용하여 맵에서의 경로를 계획하거나 위치추정과 자세 추정 알고리즘을 사용하여 환경에서 이동체의 자세를 추정할 수 있습니다.

객체

binaryOccupancyMap이진 값으로 점유 그리드 생성
occupancyMap2차원 점유 맵 생성
occupancyMap3D 3차원 점유 맵 생성
occupancyMap3DCollisionOptionsCollision-checking options between 3-D occupancy map and collision geometries
mapLayerCreate map layer for N-dimensional data
multiLayerMapManage multiple map layers

함수

buildMapBuild occupancy map from lidar scans
checkMapCollisionCheck for collision between 3-D occupancy map and geometry
checkOccupancyCheck if locations are free or occupied
exportOccupancyMap3DExport 3-D occupancy map as octree or binary tree file
getOccupancyGet occupancy probability of locations
getMapDataRetrieve data from map layer
importOccupancyMap3DImport octree or binary tree file as 3-D occupancy map
inflateInflate each occupied location
insertRayInsert ray from laser scan observation
insertPointCloudInsert 3-D points or point cloud observation into map
mapClutterGenerate map with randomly scattered obstacles
mapMazeGenerate random 2-D maze map
moveMove map in world frame
occupancyMatrix점유 맵을 행렬로 변환
raycastCompute cell indices along a ray
rayIntersectionFind intersection points of rays and occupied map cells
setOccupancySet occupancy probability of locations
setMapDataAssign data to map layer
syncWithSync map with overlapping map
updateOccupancyUpdate occupancy probability at locations

도움말 항목