当前位置:网站首页>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]
边栏推荐
- STM32CUBEIDE(9)----USART通过DMA收发
- 总结的太好了!终于有人把SQL的各种连接Join都讲明白了
- New data type of redis bitmaps
- Application of SCA on devsecops platform
- 深度学习第三周Shallow Neural Networks习题整理
- 49. MySQL usage
- 6-9漏洞利用-Telnet登陆提权
- Filesourcestrategy, datasourcestrategy and datasourcev2strategy in spark
- Junit5
- Understanding of fast and slow pointer
猜你喜欢
随机推荐
6-9漏洞利用-Telnet登陆提权
Dark horse programmer - software testing -16 stage 3 - function testing -175-198, URL composition introduction, request content and composition description line function test and database, URL composi
Application of SCA on devsecops platform
rosbridge
Stm32subeide (9) -- USART sends and receives via DMA
How to position the circle of friends? Three core steps to build a circle of friends selling popular products
Li Kou 1669 merges two linked list notes
Opportunities and challenges of Brazilian mobile game Investment Agency
46. IO model
Redis overview installation
總結的太好了!終於有人把SQL的各種連接Join都講明白了
凭借左程云(左神)的这份 “程序员代码面试指南”我入职了字节
Bean、
matlab导入小数点后9位以上的浮点数
创建静态库的基本步骤
How to convert STR in read list to float
总结的太好了!终于有人把SQL的各种连接Join都讲明白了
Excellent résumé! Enfin quelqu'un a compris toutes les connexions SQL
SPARK中的FileSourceStrategy,DataSourceStrategy以及DataSourceV2Strategy
xgen 毛发guide历史被清理解决方法








