일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 전이학습
- Linux
- Kinetic
- 부분공간
- turtlebot3
- turtlebot
- webots
- sources.list
- linetracing
- RGB-D
- roslaunch
- YoLO
- darknet_ros
- rqt
- G++
- Gazebo
- amcl
- CUDA
- Installation
- 촉각센서
- roslib
- autorace
- ROS
- opencv
- error
- ubuntu
- gcc
- ax200
- CuDNN
- FreeCAD
- Today
- Total
기술 성공, 실패 기록소
turtlebot 벽 피하는 코드 실행 본문
bashrc에서 Remote PC 의 ROS_HOSTNAME 및 ROS_MASTER_URI를 설정한다.
Turtlebot3 SBC의 ROS_HOSTNAME 및 ROS_MASTER_URI를 설정한다.
+ ROS_MASTER_URI 에 remote pc의 ip를 포함시킬 것.
ex) export ROS_MASTER_URI=http://{remote pc ip}:11311
remote pc에서 roscore 실행
turtlebot에서 roslaunch turtlebot3_bringup turtlebot3_robot.launch --screen
remote pc에서 roslaunch turtlebot3_gazebo turtlebot3_simulation.launch
SSH를 사용하여 remote pc에서 원격으로 Turtlebot3 SBC에 접속할 수 있다.
ssh turtlebot 사용자명@turtlebot IP
ex) $ ssh turtlebot@192.168.0.19
@ slam 실행
export TURTLEBOT3_MODEL=burger
roslaunch turtlebot3_slam turtlebot3_slam.launch
http://emanual.robotis.com/docs/en/platform/turtlebot3/overview/
ROBOTIS e-Manual
emanual.robotis.com
+ turtlebot3_simulations/turtlebot3_gazebo
turtlebot3/turtlebot3_slam
필요한 패키지는 위 링크에서 찾아서 다운.
ROBOTIS e-Manual
emanual.robotis.com
$ cd ~/catkin_ws/src/
$ git clone https://github.com/ROBOTIS-GIT/turtlebot3_simulations.git
$ cd ~/catkin_ws && catkin_make
'turtlebot' 카테고리의 다른 글
slam, navigation (0) | 2020.11.10 |
---|---|
tf/ Tutorials/ Writing a tf broadcaster (C++) (0) | 2020.11.05 |
turtlebot 움직이는 코드 (0) | 2020.11.04 |
터틀봇에서 git 이 안될 때. (0) | 2020.06.27 |