기술 성공, 실패 기록소

Writing a Simple Publisher and Subscriber (C++) 본문

프로그래밍언어/ROS

Writing a Simple Publisher and Subscriber (C++)

sunlab 2021. 8. 13. 14:01
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