Results 458 comments of koide3

It looks something wrong on rendering. Can you check the OpenGL version on your PC with ```glxinfo | grep OpenGL```?

I've not tried to run this program on a virtual machine, and I guess it has some issues relating to the virtual GL driver. Can you try to run it...

Hi @ricber , I used the IMU embedded in velodyne HDL32e. I integrated IMU and LIDAR data using my own UKF, so I didn't use the ROS common filters. I...

I've tried to calculate these values from the IMU's spec sheet, but they didn't work well. Then, I put the magic numbers which work better. If you need some theoretical...

Thanks! I'll update the code soon according to your suggestion 👍

Hi @Yukina1996 , I'm not sure but it's possible that the map is too large for the downsampling method. The problem may be resolved by changing the VlxelGrid in the...

@Yukina1996 , Yes, I've used the localization without IMU. When the resolution of NDT is small, it could be sensitive to quick rotation without IMU data. The convergence might be...

Hi @liuyf5231 , This example explains how to merge multiple maps. If you have any further questions, let me know. https://github.com/SMRT-AIST/interactive_slam/wiki/Example3#merge

Hi @zorosmith , Did you build pcl1.9 yourself? It's been reported that self-built libraries often cause this kind of error. Try to use apt binaries with : ```sudo apt install...

Hi @aliyamushin , Could you check if the topic is correctly subscribed by the system using rqt_graph?