기술 성공, 실패 기록소

turtlebot3 slam, navigation 본문

followbot

turtlebot3 slam, navigation

sunlab 2020. 1. 15. 16:55
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