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 |
29 | 30 | 31 |
Tags
- topic
- LeetCode
- Linux
- 오늘도 우라라 공략
- JungOl
- MSG
- 오늘도 우라라 펫 공략
- 그랑사가
- 등차수열
- 기초
- 리눅스
- 오늘도 우라라
- mysql
- C언어
- 오늘도 우라라 펫
- 프로그래밍
- install opencv-4.4.0 on ubuntu 22.04
- 데이터 베이스
- 우분투
- Subscribe
- 토픽
- mariaDB
- ros
- 환경설정
- 마리아 DB
- C++
- ubuntu
- publish
- while
- 반복문
Archives
- Today
- Total
목록ros service client (1)
하루의 쉼터
[ROS] ROS Service Tutorial
| ROS Service 사용 OS ubuntu 18.04 ROS Version Melodic Board Raspberry 4 Service File : SrvTutorial.srv int64 a int64 b --- int64 result server.cpp #include"ros/ros.h" #include"ros_service_demo/SrvTutorial.h" bool calculation(ros_service_demo::SrvTutorial::Request &req, ros_service_demo::SrvTutorial::Response &res){ res.result=req.a+req.b; ROS_INFO("request : x=%ld, y=%ld",(long int)req.a,(long in..
프로그래밍 - 개발/ROS
2020. 12. 18. 17:04