当前位置:网站首页>ROS查询话题具体内容常用指令
ROS查询话题具体内容常用指令
2022-06-26 18:07:00 【Maccy37】
记忆力不好老是忘记ros查询话题的具体内容,现在来做一下笔记,不记得就翻博客吧。
一.
$rostopic list
输出
/scan
二.
$rostopic info /scan
输出
Type: sensor_msgs/LaserScan
Publishers:
* /play_1599208623127841919 (http://lzm:40267/)
Subscribers: None
三.
$rosmsg show sensor_msgs/LaserScan
输出
std_msgs/Header header
uint32 seq
time stamp
string frame_id
float32 angle_min
float32 angle_max
float32 angle_increment
float32 time_increment
float32 scan_time
float32 range_min
float32 range_max
float32[] ranges
float32[] intensities
四.
$rostopic echo /scan -n1
输出
header:
seq: 11949
stamp:
secs: 1541936147
nsecs: 883302943
frame_id: "laser_link"
angle_min: 0.0
angle_max: 6.27445888519
angle_increment: 0.00872664619237
time_increment: 0.000272695964668
scan_time: 0.109351083636
range_min: 0.0799999982119
range_max: 15.0
ranges: [8.829999923706055, 8.756999969482422, 0.0, 9.017999649047852, 0.0, 8.987000465393066, 0.0, 9.060999870300293, 0.0, 0.0, 0.0, 0.0, 9.119999885559082, 0.0, 9.17199993133545, 0.0, 8.293999671936035, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, ........]
边栏推荐
猜你喜欢
带你解决哈希冲突,并实现一个简单hash表,
How sparksql returns a specific day of the week by date -dayofweek function
Concept and working principle of data encryption standard (DES)
#26class中get和set设置
The king of Internet of things protocol: mqtt
Detailed explanation of MySQL mvcc mechanism
博云,站在中国容器潮头
In and exceptions, count (*) query optimization
二分查找法-1
idea中文插件chinese(simplified) language pack
随机推荐
KDD 2022 | 如何在跨域推荐中使用对比学习?
博云,站在中国容器潮头
Regular match same character
Hello, is it safe to open an online stock account and buy stocks now?
Uncover the secret of Agora lipsync Technology: driving portraits to simulate human speech through real-time voice
map和filter方法对于稀缺数组的处理
分页查询、JOIN关联查询优化
Concept and working principle of data encryption standard (DES)
IDEA收藏代码、快速打开favorites收藏窗口
14 MySQL tutorial insert insert data
力扣每日一题-第28天-566.重塑矩阵
Knapsack problem with dependency
数据加密标准DES安全性
DVD-数字通用光盘
in和exsits、count(*)查询优化
RuntimeError: CUDA error: out of memory自己的解决方法(情况比较特殊估计对大部分人不适用)
深入理解MySQL锁与事务隔离级别
Plt How to keep show() not closed
手写promise.all
Map and filter methods for processing scarce arrays