We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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丢帧
The text was updated successfully, but these errors were encountered:
初步实验,在config中driver 配置 dense_points: true会有所缓解
Sorry, something went wrong.
蹲个后续
No branches or pull requests
SDK版本1.5.10,硬件HELIO 5515
在ROS2 Humble ,写了一个简单的订阅者模块,回调函数中没有任何操作。
运行后会导致队列拥塞,rslidar_points丢帧
The text was updated successfully, but these errors were encountered: