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
- YoLO
- Linux
- 촉각센서
- webots
- turtlebot
- amcl
- autorace
- Installation
- gcc
- ROS
- 전이학습
- Gazebo
- CuDNN
- CUDA
- G++
- linetracing
- turtlebot3
- RGB-D
- 부분공간
- darknet_ros
- FreeCAD
- roslib
- error
- opencv
- ax200
- Kinetic
- ubuntu
- rqt
- sources.list
Archives
- Today
- Total
기술 성공, 실패 기록소
Writing a Simple Publisher and Subscriber (C++) 본문
728x90
http://wiki.ros.org/ROS/Tutorials/WritingPublisherSubscriber%28c%2B%2B%29
ROS/Tutorials/WritingPublisherSubscriber(c++) - ROS Wiki
Writing the Publisher Node "Node" is the ROS term for an executable that is connected to the ROS network. Here we'll create a publisher ("talker") node which will continually broadcast a message. Change directory into the beginner_tutorials package, you cr
wiki.ros.org
'프로그래밍언어 > ROS' 카테고리의 다른 글
what is image step? (0) | 2021.08.18 |
---|---|
remove package (0) | 2021.08.17 |
depth compressed encoding:8UC1 을 16UC1으로 변환 (0) | 2021.08.12 |
ros package install 규칙 (0) | 2021.08.12 |
rospy subscriber - wait for new data, then read the data (0) | 2021.08.10 |