当前位置:网站首页>ROS common toolkit commands
ROS common toolkit commands
2022-07-19 08:37:00 【DWQY】
Recorded in this article ROS Some commands of the native toolkit ( Function description , Parameters ), It is convenient to check when using , The content involves the rostopic、rosservoce、rosnode、rosparam、rosmsg、rossrv、rosbag
rostopic relevant
# The receiving speed of topic data, i.e. bandwidth
rostopic bw [ Topic name ]
# Show the delay of the topic
rostopic delay [ Options ] [ Topic name ]
# View specific types of topics
rostopic find [ Topic type ]
# Display the publishing speed of topic data
rostopic hz [ Options ] [ Topic name ]
# Show the information of the topic
rostopic info [ Topic name ]
# List activity topics
rostopic list
# Publish data to the topic
rostopic pub [ Topic name ] [ Message type ] [ Parameters ]
# Print topics / Domain type
rostopic type [ Topic name / Domain type ]
# Print the data sent by the topic
rostopic echo [ Topic name ]
rosmsg relevant
# Displays the message type description
rosmsg show [ Message type ]
# Displays the message type description
rosmsg info [ Message type ]
# List all message types
rosmsg list
# Displays the of the message MD5 Signature
rosmsg md5
# List packages that contain specific message types
rosmsg package [ Message type ]
# Query the message type under a specific function package
rosmsg package [ Package name ]
rosservice relevant
# Print the service communication parameters with the specified name
rosservice arg [ service name ]
# Query the service type of the specified service name
rosservice type [ service name ]
# Call the service
rosservice call [ service name ] [ Parameters ]
# Discover services through service types
rosservice find [ Service type ]
# View service information
rosservice info [ service name ]
# View the list of services
rosservice list
# View the uri
rosservice uri [ service name ]
# Query the services under the specified namespace
rosservice list namespace
# Query the node name using the specified service
rosservice node [ service name ]
# Find the service name according to the specified service type
rosservice find [ Service type ]
rosparam relevant
# Set parameters
rosparam set [ Parameter name ]
# To obtain parameters
rosparam get [ Parameter name ]
# Get the parameters under the specified namespace
rosparam get [ Namespace ]
# From file (yaml) Load parameters in
rosparam load [ file name ] [ Namespace ]
# Save parameters to file (yaml) in
rosparam dump [ file name ] [ Namespace ]
# Delete parameters
rosparam delete
# Check the parameter list
# rosparam list
rosnode relevant
# List all currently running node
rosnode list
# End the operation of the specified node
rosnode kill [ The node name ]
# Output node information
rosnode info [ The node name ]
# View the nodes running on the specified device
rosnode machine [ Device name ]
# Clear nodes that are not connected
rosnode cleanup
# View the specified node to the same topic Accessibility
rosnode ping [ The node name ]
rosbag relevant
# Show bag file information
rosbag info [bag name ]
# Record with the specified name
rosbag record -O [bag name ]
# Record the specified topic
rosbag record [ Topic name 1] [ Topic name 2]
# Play bag package
rosbag play [bag name ]
# Pause play , Wait for the space to start playing
rosbag play --pause [bag name ]
rossrv relevant
ps:rosservice It's service. ,srv Is the specific data type , yes service Communication format
# List all srv
rossrv list
# Show a certain srv Content
rossrv show [srv_name]
边栏推荐
- Real case: how to check the soaring usage of CPU after the system goes online?
- Redis6 new data type - hyperloglog
- Can seaport and erc-4907 become new ways to release NFT liquidity| Tokenview
- 深度学习之线性回归+基础优化
- ansible自动化运维详解(四)ansible中playbook的编写使用、执行命令及实例演示
- 凸面镜面3D玻璃轮廓扫描
- Opportunities and challenges of Brazilian mobile game Investment Agency
- Paddleserving service deployment tensorrt reports an error, shape of TRT subgraph is [-1, -1768],
- 5g at that time, where will driverless driving go in the future?
- 《Flutter入门》flutter计算最近1个月、3个月、半年、12个月
猜你喜欢

Unity: window size adaptation when running on the browser after webgl Publishing

Viewing the technology stack of distributed system from the crash report of station B

Picture browser

Eureka Basics

WVPPRO-ZLM-GB21818-摄像头

Openfeign service interface call

Eureka基础知识

How to position the circle of friends? Three core steps to build a circle of friends selling popular products

6-9漏洞利用-Telnet登陆提权

Detailed explanation of ansible automatic operation and maintenance (IV) preparation, use, command execution and example demonstration of playbook in ansible
随机推荐
1. Flask Foundation
MySQL数据类型
JS学习笔记06-08:数组的遍历以及数组的四个方法
Snap 1669 combine deux notes de liste
Do online usdt and usdc want to be short? Take you to find out | tokenview
JS学习笔记06-08:数组的遍历以及数组的四个方法
Bean、
Stm32subeide (9) -- USART sends and receives via DMA
石墨厚度测量
Talk about distributed locks
php存储密码
No module named 'yaml' solution
力扣43字符串相乘笔记
Textview text up and down
Redis overview installation
使用toruch.nn搭建最简单的神经网络骨架
Redis常用数据类型——哈希(Hash)和有序集合 Zset(sorted set)
總結的太好了!終於有人把SQL的各種連接Join都講明白了
力扣912排序数组笔记
STM32CUBEIDE(9)----USART通过DMA收发