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 |
Tags
- roslaunch
- autorace
- ubuntu
- roslib
- error
- turtlebot
- CuDNN
- sources.list
- rqt
- darknet_ros
- opencv
- 촉각센서
- 전이학습
- turtlebot3
- linetracing
- ROS
- YoLO
- Kinetic
- G++
- webots
- Linux
- 부분공간
- RGB-D
- FreeCAD
- CUDA
- amcl
- Gazebo
- ax200
- Installation
- gcc
Archives
- Today
- Total
기술 성공, 실패 기록소
What's the difference between global and local costmap's static_map? 본문
프로그래밍언어/ROS
What's the difference between global and local costmap's static_map?
sunlab 2021. 8. 1. 17:18728x90
What's the difference between global and local costmap's static_map? - ROS Answers: Open Source Q&A Forum
What's the difference between global and local costmap's static_map? edit In navigation tutorial : http://www.ros.org/wiki/navigation/Tu... I found that in global_costmap_params.yaml exist static_map: true. Also in local_costmap_params.yaml exist static_ma
answers.ros.org
static_map 은 external map 으로 이해하는 것이 더 적절.
static_map = true or false는
global, local costmap에서 외부의 맵 데이터를 사용할거냐 말거냐의 여부
global costmap은 generate long-term plan
local costmap은 generate short-term plan
'프로그래밍언어 > ROS' 카테고리의 다른 글
compressed image to image (0) | 2021.08.07 |
---|---|
네비게이션은 로봇 위에 올려야한다. (2) | 2021.08.05 |
install navigation melodic (0) | 2021.07.28 |
ros communication error (0) | 2021.07.26 |
Is it possible to connect machines with different ros versions? (0) | 2021.07.26 |