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 |
Tags
- 기초
- 오늘도 우라라 펫 공략
- 오늘도 우라라
- 반복문
- 리눅스
- LeetCode
- 토픽
- 우분투
- C++
- 환경설정
- mariaDB
- 등차수열
- 그랑사가
- 프로그래밍
- 마리아 DB
- JungOl
- ubuntu
- Linux
- 오늘도 우라라 펫
- Subscribe
- ros
- while
- topic
- publish
- C언어
- MSG
- 오늘도 우라라 공략
- install opencv-4.4.0 on ubuntu 22.04
- 데이터 베이스
- mysql
Archives
- Today
- Total
목록ros tutorials (1)
하루의 쉼터

| 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