RVIZ problem / very slow after hardware migration

asked 2022-04-22 06:41:22 -0500

ChristoXIV gravatar image

updated 2023-05-27 04:27:42 -0500

Hello community !

I am developing a robot with ROS for my school activity and I have a problem with RVIZ due to a hardware configuration change. Indeed, I just switched from a computer equipped with an I5-2520M CPU with an HD Graphics 3000 GPU to a Ryzen 9 5900X CPU with an AMD Radeon RX 6600 GPU in order to gain performance in my simulations.

However, the loading time of my URDF with RVIZ is worse than before. It used to take me 30 seconds to launch my simulation with RVIZ and now it takes me 10 minutes...

I am running Ubuntu 20.04 on both computers with ROS Noetic installed. My package "my_robot_description" is the same on both computers (URDF, MESHES, Launch files, etc...)

After trying to debug the problem, I noticed that RVIZ is very slow on my new computer when running heavy ".stl" files (10 MB). So I don't think the problem is from RVIZ installation.

I can't find the source of the problem and I'll be glad if someone helps me to solve this problem.

I thank you in advance !

Christopher C

edit retag flag offensive close merge delete

Comments

I can confirm this exact problem on an AMD Ryzen 9 5950X CPU with a AMD Radeon RX6600XT GPU. Additional data point: I previously had the same CPU paired with a very mediocre NVIDIA GPU and RVIZ did not exhibit the described behaviour. Therefore, I suspect it has something to do with the GPU.

luxarf gravatar image luxarf  ( 2023-01-18 03:00:08 -0500 )edit

Have you found something to correct this problem ? I still have no solution...

ChristoXIV gravatar image ChristoXIV  ( 2023-02-26 09:54:17 -0500 )edit