当前位置:网站首页>Common SRV types
Common SRV types
2022-06-25 08:16:00 【N1CROWN】
srv The type is equivalent to two message passageway , A send , A receiver
AddTwoInts.srv
# Sum two integers , Before the dotted line is the input quantity , Followed by return quantity
# file location : Customize srv file
int32 a
int32 b
——
int32 sum
Empty.srv
# file location :std_srvs/Empty.srv
# Represents an empty srv type
GetMap.srv
# file location :nav_msgs/GetMap.srv
# Get maps , Note that the request section is empty
nav_msgs/OccupancyGrid map
GetPlan.srv
# file location :nav_msgs/GetPlan.srv
# Get a path from the current position to the target point
geometry_msgs/PoseStamped start # The starting point
geometry_msgs/PoseStamped goal # The target point
float32 tolerance # Reaching the target point x,y Fault tolerance distance of direction
——
nav_msgs/Path plan
SetBool.srv
# file location :std_srvs/SetBools.srv
bool data # Turn the hardware on or off
——
bool success # Indicates whether the hardware is running successfully
string message # Operation information
SetCameraInfo.srv
# file location :sensor_msgs/SetCameraInfo.srv
# By giving CameraInfo Camera information , To calibrate the camera
sensor_msgs/CameraInfo camera_info # Camera information
——
bool success # If the call succeeds , Then return to true
string status_message # Give details of the successful call
SetMap.srv
# file location :nav_msgs/SetMap.srv
# Based on the initial position , Set new map
nav_msgs/OccupancyGrid map
geometry_msgs/PoseWithCovarianceStamped initial_pose
——
bool success
TalkerListener.srv
# file location : Customize srv file
——
bool success # Mark srv Successful operation
string message # Information , Such as error messages
Trigger.srv
# file location :std_srvs/Trigger.srv
——
bool success # Mark srv Successful operation
string message # Information , Such as error messages
边栏推荐
- TS environment setup
- 洛谷P2839 [国家集训队]middle(二分 + 主席树 + 区间合并)
- 飞机引气系统的建模与故障仿真
- Logu P2486 [sdoi2011] coloring (tree chain + segment tree + merging of intervals on the tree)
- [Mobius inversion]
- Use pytorch to build mobilenetv2 and learn and train based on migration
- 数论模板啊
- RMQ区间最大值下标查询,区间最值
- 現在通過開戶經理發的開戶鏈接股票開戶安全嗎?
- Authority design of SaaS system based on RBAC
猜你喜欢
TCP and UDP
FM信号、调制信号和载波
什么是SKU和SPU,SKU,SPU的区别是什么
DNS protocol and its complete DNS query process
Electronics: Lesson 010 - Experiment 9: time and capacitors
A solution to slow startup of Anaconda navigator
每日刷题记录 (三)
Electronics: Lesson 011 - experiment 10: transistor switches
Sword finger offer (simple level)
Overview of image super score: the past and present life of image super score in a single screen (with core code)
随机推荐
初体验完全托管型图数据库 Amazon Neptune
数论模板啊
Solving some interesting problems with recurrence of function
Self made ramp, but it really smells good
Mining microbial dark matter -- a new idea
c#ColorDialog更改文本颜色和FontDialog更改文本字体的使用示例
TCP MIN_ A dialectical study of RTO
共话云原生数据库的未来
家庭服务器门户Easy-Gate
Overview of image super score: the past and present life of image super score in a single screen (with core code)
bat启动.NET Core
How to create a new branch with SVN
Electronics: Lesson 008 - Experiment 6: very simple switches
五分钟快速搭建一个实时人脸口罩检测系统(OpenCV+PaddleHub 含源码)
企业全面云化的时代——云数据库的未来
Bat start NET Core
Number theory template
黑点==白点(MST)
Deep learning series 48:deepfaker
C # set up FTP server and realize file uploading and downloading