当前位置:网站首页>ROS query topic specific content common instructions
ROS query topic specific content common instructions
2022-06-26 18:14:00 【Maccy37】
Poor memory always forgets ros Query the specific content of the topic , Now take notes , If you don't remember, just turn to the blog .
One .
$rostopic listOutput
/scan Two .
$rostopic info /scan Output
Type: sensor_msgs/LaserScan
Publishers:
* /play_1599208623127841919 (http://lzm:40267/)
Subscribers: None3、 ... and .
$rosmsg show sensor_msgs/LaserScan
Output
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[] intensitiesFour .
$rostopic echo /scan -n1Output
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, ........]
边栏推荐
- JS common regular expressions
- 数据加密标准(DES)概念及工作原理
- 行锁与隔离级别案例分析
- Determine whether a sequence is a stack pop-up sequence
- RSA concept explanation and tool recommendation - LMN
- transforms.RandomCrop()的输入只能是PIL image 不能是tensor
- 17.13 补充知识、线程池浅谈、数量谈、总结
- Clion编译catkin_ws(ROS工作空间包的简称)加载CMakeLists.txt出现的问题
- 同花顺开户怎么样安全吗?怎么炒股开户
- Paging query and join Association query optimization
猜你喜欢
随机推荐
行锁分析和死锁
股票开账户如何优惠开户?现在在线开户安全么?
清华&商汤&上海AI&CUHK提出Siamese Image Modeling,兼具linear probing和密集预测性能!
transforms. The input of randomcrop() can only be PIL image, not tensor
Applet setting button sharing function
ZCMU--1367: Data Structure
无需人工先验!港大&同济&LunarAI&旷视提出基于语义分组的自监督视觉表征学习,显著提升目标检测、实例分割和语义分割任务!
RSA encryption and decryption details
Tsinghua & Shangtang & Shanghai AI & CUHK proposed Siamese image modeling, which has both linear probing and intensive prediction performance!
同花顺开户怎么样安全吗?怎么炒股开户
判断某个序列是否为栈的弹出序列
properties文件乱码
Digital signature standard (DSS)
DVD digital universal disc
【NPOI】C#跨工作薄复制Sheet模板导出Excel
GDB installation
Static registration and dynamic registration of JNI
正则匹配相同字符
Crawl Douban to read top250 and import it into SqList database (or excel table)
Let torch cuda. is_ Experience of available() changing from false to true








