Very slow when rviz the kinect
Hi guys, I am using ROS hydro for kinect. When I use rviz to show the point clouds (unregistered and registered), the window turns very slow. The display can response even two or three seconds. Could anyone give me some suggestions to fix this problem? Many thanks.
Can I know your machine specification? Graphic card performance is very important to view point cloud.
Could you explain more detail? For example, with multi machine or with single machine? In case of multi machine, we can guess a problem on network. In case of single machine, we can guess a problem on graphic card as Mr. byeongkyu says.
Also, did you compile rviz from source, or did you install it with apt?
@byeongkyu@Ken_in_JAPAN@demmeln Hi guys, thanks for you help. I am using single machine for rviz, and rviz is installed with hydro by default. I think it is installed with apt. The computer's detailed information: Processor: Intel(R) Core(TM) i5 CPU U 540 @ 1.20GHz (4 CPUs), ~1.2GHz Memory: 8192MB RAM Display: Name: Intel(R) HD Graphics Chip Type: Intel(R) HD Graphics (Core i5) DAC Type: Internal
@pinocchio: Installing from apt should be ok. If installing from source, you might get bad performance if your forget to set the CMAKE_BUILD_TYPE to Release. Not sure if this should be faster on your machine.
@pinocchio: It is recommend that upgrade your graphic card, and set your cpufreq to performance mode.
Have you solved this problem? My computer slows down the same when I display the point cloud in rviz.