일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- Gazebo
- gcc
- autorace
- G++
- webots
- opencv
- sources.list
- error
- ubuntu
- FreeCAD
- linetracing
- turtlebot3
- YoLO
- 전이학습
- Linux
- 촉각센서
- Kinetic
- 부분공간
- Installation
- CuDNN
- rqt
- roslib
- ROS
- RGB-D
- amcl
- turtlebot
- ax200
- CUDA
- darknet_ros
- roslaunch
- Today
- Total
목록turtlebot (5)
기술 성공, 실패 기록소
emanual.robotis.com/docs/en/platform/turtlebot3/slam/#run-slam-nodes ROBOTIS e-Manual emanual.robotis.com emanual.robotis.com/docs/en/platform/turtlebot3/navigation/#ros-1-navigation ROBOTIS e-Manual emanual.robotis.com
wiki.ros.org/tf/Tutorials/Writing%20a%20tf%20broadcaster%20%28C%2B%2B%29 tf/Tutorials/Writing a tf broadcaster (C++) - ROS Wiki Note: This tutorial assumes you have a working knowledge of compiling programs in ROS and you have completed the Introduction to tf tutorial. Please ask about problems and questions regarding this tutorial on answers.ros.org. Don't forget to include in you wiki.ros.org
$ roslaunch turtlebot_teleop keyboard_teleop.launch
gitlab에서 git pull 하다가 server certificate verification failed 라고 error가 발생하면, 단순히 git config --global http.sslverify false 를 설정해서 해결. https://m.blog.naver.com/PostView.nhn?blogId=penguinbeer&logNo=220785571115&proxyReferer=https:%2F%2Fwww.google.com%2F gitlab server certificate verification failed gitlab에서 git pull 하다가 server certificate verification failed 라고 error가 발생하면, 단순히 git ... blog.naver...
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에서 원격으..