当前位置:网站首页>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
边栏推荐
- Electronics: Lesson 010 - Experiment 8: relay oscillator
- php数组函数大全
- The difference between personal domain name and enterprise domain name
- Log in to MySQL 5.7 under ubuntu18 and set the root password
- Stm32cubemx learning (5) input capture experiment
- 企业全面云化的时代——云数据库的未来
- Thread + thread problem record
- Apache CouchDB 代码执行漏洞(CVE-2022-24706 )批量POC
- Pycharm的奇葩设定:取消注释后立马复制会带上#
- 洛谷P6822 [PA2012]Tax(最短路+边变点)
猜你喜欢

Electronics: Lesson 008 - Experiment 6: very simple switches

Biweekly investment and financial report: capital ambush Web3 infrastructure

电子学:第010课——实验 8:继电振荡器

Electronics: Lesson 014 - Experiment 15: intrusion alarm (Part I)

Self made ramp, but it really smells good

socket问题记录

使用pytorch搭建MobileNetV2并基于迁移学习训练

What is SKU and SPU? What is the difference between SKU and SPU

2022年毕业生求职找工作青睐哪个行业?

Electronics: Lesson 010 - Experiment 9: time and capacitors
随机推荐
Electronics: Lesson 009 - Experiment 7: study relays
Cloud computing exam version 1 0
Electronics: Lesson 010 - Experiment 9: time and capacitors
2022年毕业生求职找工作青睐哪个行业?
Electronics: Lesson 011 - experiment 10: transistor switches
Wechat applet opening customer service message function development
Pychart's wonderful setting: copy immediately after canceling the comment and bring #
php数组函数大全
Apache CouchDB 代码执行漏洞(CVE-2022-24706 )批量POC
Bat start NET Core
黑点==白点(MST)
c#ColorDialog更改文本颜色和FontDialog更改文本字体的使用示例
洛谷P2486 [SDOI2011]染色(树链+线段树 + 树上区间合并 )
RMQ区间最大值下标查询,区间最值
六月集训(第25天) —— 树状数组
Modeling and fault simulation of aircraft bleed system
【红旗杯?】补题
什么是SKU和SPU,SKU,SPU的区别是什么
洛谷P2048 [NOI2010] 超级钢琴(RMQ+优先队列)
自制坡道,可是真的很香