Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- C언어
- 리눅스
- publish
- ros
- 오늘도 우라라
- 오늘도 우라라 공략
- mariaDB
- 오늘도 우라라 펫 공략
- mysql
- 우분투
- 반복문
- JungOl
- 프로그래밍
- ubuntu
- 그랑사가
- Subscribe
- 데이터 베이스
- 오늘도 우라라 펫
- install opencv-4.4.0 on ubuntu 22.04
- while
- 등차수열
- LeetCode
- 환경설정
- MSG
- 기초
- topic
- 마리아 DB
- Linux
- 토픽
- C++
Archives
- Today
- Total
하루의 쉼터
[Topic] nav_msgs/MapMetaData 본문
반응형
| Topic msg : nav_msgs/MapMetaData에 관하여 분석하고 이해하자.
Topic Msg : nav_msgs/MapMetaData
지도의 기초 데이터를 가지고 있음.
Type | Name | Funtion |
time | map_load_time | 지도가 읽혀지는데 걸리는 시간 |
float32 | resolution | 지도 해상도 |
uint32 | width | 지도 너비 [픽셀] |
uint32 | height | 지도 높이 [픽셀] |
geometry_msgs/Pose | origin | 지도 원점 좌표(자세) |
참고 자료 :
docs.ros.org/en/api/nav_msgs/html/msg/MapMetaData.html
nav_msgs/MapMetaData Documentation
File: nav_msgs/MapMetaData.msg Raw Message Definition # This hold basic information about the characterists of the OccupancyGrid # The time at which the map was loaded time map_load_time # The map resolution [m/cell] float32 resolut
docs.ros.org
반응형
'프로그래밍 > ROS' 카테고리의 다른 글
[ERROR] invalid message type: (0) | 2021.03.08 |
---|---|
[Topic] nav_msgs/OccupancyGrid (0) | 2021.03.05 |
[Node] MAP_SERVER에 관하여 (2) | 2021.03.03 |
[ROS] 메시지 통신 (Topic, Service, Action) (0) | 2019.09.17 |
[ROS] ROS 용어 정리 (0) | 2019.09.16 |
Comments