-
Notifications
You must be signed in to change notification settings - Fork 94
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
High CPU Usage in the Dora Environment When Running SLAM with PCL Library #651
Comments
Hi! thanks for the report, can you tell us what is your dora version and how you installed this version? |
Hi! My Dora version is 0.3.2. I installed it via the Releases page, downloading both the zip and whl files. |
Okay, so 0.3.2 is old, can you give a try with 0.3.6? |
I received it, thank you for your response, I will try it. |
Hi! Could you try to comment out your output statements, such as printf or cout, and then test again? You can use the fprintf function to output debugging information to a file. |
Hello, thank you for your reply. I have already tried commenting out the print statements, but the effect was not significant. |
Are you sure, you're running the same frequency? |
I am running the same SLAM algorithm code on the NVIDIA Orin platform using both Dora and ROS environments.
The first image shows the CPU usage in the ROS environment, while the second image shows the CPU usage in the DORA environment.
Despite identical sensors and controllers, the CPU usage is significantly higher in the Dora environment. The high CPU consumption has been traced to the align function from the PCL library.
I am seeking to understand the reason behind this difference in CPU usage and is considering whether it could be due to compatibility issues between the Dora environment and the PCL library.
The text was updated successfully, but these errors were encountered: