当前位置:网站首页>Publish message publishers and subscribe message subscribers of ROS

Publish message publishers and subscribe message subscribers of ROS

2022-06-26 18:14:00 Maccy37

The program mainly subscribes to the recorded laser data ( also scan Data is passed through rosbag The playback ), After a series of geometric processing, it is republished to output information , The publication and subscription between messages are as follows :

[email protected]:~$ rostopic info /scan
Type: sensor_msgs/LaserScan

Publishers: 
 * /play_1602042026551485542 (http://lzm:36033/)

Subscribers: 
 * /navigation (http://lzm:45147/)
 * /feature (http://lzm:44347/)


[email protected]:~$ rostopic info /scan_deal 
Type: sensor_msgs/LaserScan

Publishers: 
 * /feature (http://lzm:44347/)

Subscribers: 
 * /rviz_1602039365042244725 (http://lzm:35289/)

 

原网站

版权声明
本文为[Maccy37]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/177/202206261807205928.html