[ROS 2]036: 서비스 프로그래밍(C++)

maroo·2022년 8월 1일
0

ROS2

목록 보기
19/39
post-custom-banner

https://cafe.naver.com/openrt/24810

2. 서비스 서버 코드

calculator.cpp 코드의 서비스 부분을 이어 해석해 보자.
https://github.com/hwang-chaewon/STUDY__ROS2/blob/main/topic_service_action_rclcpp_example/calculator/calculator.cpp

3. 서비스 클라이언트 코드

topic_service_action_rclcpp_example/include/arithmetic/operator.hpp
https://github.com/hwang-chaewon/STUDY__ROS2/blob/main/topic_service_action_rclcpp_example/arithmetic/operator.hpp

topic_service_action_rclcpp_example/src/arithmetic/operator.cpp
https://github.com/hwang-chaewon/STUDY__ROS2/blob/main/topic_service_action_rclcpp_example/arithmetic/operator.cpp

5. 노드 실행 코드

CMakeLists.txt에서 add_executable을 통해 cpp파일의 main함수가 실행되도록 했다.

profile
할수이따 ~
post-custom-banner

0개의 댓글