当前位置:网站首页>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, ........]
边栏推荐
猜你喜欢

Case study of row lock and isolation level

Detailed explanation of asymmetric cryptosystem

Solve the problem that each letter occupies a space in pycharm

ISO documents

数据加密标准DES安全性

零时科技 | 智能合约安全系列文章之反编译篇

Applet setting button sharing function

transforms. The input of randomcrop() can only be PIL image, not tensor

决策树与随机森林

Do you know how to compare two objects
随机推荐
行锁分析和死锁
MySQL的MVCC机制详解
[npoi] C copy sheet template across workbooks to export Excel
Comparing the size relationship between two objects turns out to be so fancy
让torch.cuda.is_available()从false变成true的一点经验
Decision tree and random forest
分页查询、JOIN关联查询优化
JS 常用正则表达式
行锁与隔离级别案例分析
判断某个序列是否为栈的弹出序列
VCD video disc
ROS的发布消息Publishers和订阅消息Subscribers
Row lock analysis and deadlock
我想知道,我在肇庆,到哪里开户比较好?网上开户是否安全么?
Handwritten promise all
Binary search-1
数字签名论述及生成与优点分析
Detailed explanation of MySQL mvcc mechanism
CD-CompactDisk
你了解如何比较两个对象吗