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
- CUDA
- webots
- darknet_ros
- 전이학습
- 부분공간
- turtlebot3
- Linux
- FreeCAD
- autorace
- turtlebot
- linetracing
- Kinetic
- Installation
- G++
- error
- ubuntu
- CuDNN
- sources.list
- YoLO
- Gazebo
- RGB-D
- opencv
- amcl
- roslaunch
- ROS
- roslib
- ax200
- rqt
- gcc
- 촉각센서
Archives
- Today
- Total
기술 성공, 실패 기록소
turtlebot3 slam, navigation 본문
728x90
http://emanual.robotis.com/docs/en/platform/turtlebot3/slam/#slam
ROBOTIS e-Manual
emanual.robotis.com
먼저 슬램으로 맵을 생성해준다.
http://emanual.robotis.com/docs/en/platform/turtlebot3/navigation/#navigation
ROBOTIS e-Manual
emanual.robotis.com
turtlebot3_navigation 패키지 메뉴얼대로 사용해준다.
+ remote pc와 turtlebot3의 timesync를 맞춰줘야 관련에러가 발생하지 않는다.
sudo date -s "$(wget -qSO- --max-redirect=0 google.com 2>&1 | grep Date: | cut -d' ' -f5-8)Z"
위 코드를 remote pc, turtlebot3에 각각 입력해서 timesync를 맞춘다.
'followbot' 카테고리의 다른 글
RealSense D435 + ROS install (0) | 2020.03.19 |
---|---|
amcl (0) | 2020.01.15 |
Timesync between TurtleBot3 and Remote PC 문제 (0) | 2020.01.09 |
ntp 란? (0) | 2020.01.09 |
Writing a tf broadcaster (Python) (0) | 2020.01.08 |