Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rslidar_points订阅导致队列溢满 #121

Open
Terrensou opened this issue May 26, 2023 · 2 comments
Open

rslidar_points订阅导致队列溢满 #121

Terrensou opened this issue May 26, 2023 · 2 comments

Comments

@Terrensou
Copy link

SDK版本1.5.10,硬件HELIO 5515
在ROS2 Humble ,写了一个简单的订阅者模块,回调函数中没有任何操作。

sub_novel = this->create_subscription<sensor_msgs::msg::PointCloud2>("rslidar_points", 10, std::bind(&PclSub::topic_callback, this, std::placeholders::_1));

运行后会导致队列拥塞,rslidar_points丢帧
Screenshot from 2023-05-25 21-45-47

@Terrensou
Copy link
Author

初步实验,在config中driver 配置 dense_points: true会有所缓解

@JTShuai
Copy link

JTShuai commented May 3, 2024

蹲个后续

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants