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

Frame loss occurs when ROS2 plays point cloud data on Intel 13th generation CPU #1548

Open
DMUZhangXianglong opened this issue Apr 22, 2024 · 0 comments

Comments

@DMUZhangXianglong
Copy link

Recently I posted a question like this. Install ROS2 humble on Intel 13th generation CPU i9-13900HX i7-13700KF i5-13600KF, then play ros2 bag, open rviz2 to view point cloud data, as shown below, when Best Effort is selected, There will be point cloud frame loss, which is manifested as screen freezes. Use ros2 topic hz to view the point cloud topic, the display is much lower than 10hz

In the C++ code implementation, if it is RMW QOS POLICY RELIABILITY BEST EFFORT in the afternoon, the frequency of subscribing to point clouds is very low. When it is changed to RMW QOS POLICY RELIABILITY RELIABLE, it is normal.

The above phenomenon occurs on all three devices. The system is Ubuntu22.04.4 and the kernel version is 6.5.

I don’t know if you have the above phenomenon in the ubuntu22.04 ros2 humble environment installed on the 13th generation intel CPU.
image
image

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

1 participant