koide3 / hdl_graph_slam

3D LIDAR-based Graph SLAM
BSD 2-Clause "Simplified" License
2k stars 730 forks source link

pose graph optimization error #17

Closed autoperson closed 6 years ago

autoperson commented 6 years ago

Hi ,I already install g2o with hdl_graph_slam branch ,but when pose graph optimization , it has problem with [velodyne_nodelet_manager-2] process has died [pid 4467, exit code -11, cmd /opt/ros/kinetic/lib/nodelet/nodelet manager __name:=velodyne_nodelet_manager , am I need set g2o dir in cmakelist?

mameng1 commented 6 years ago

I also need your paper,can you send your paper to 2908071445@qq.com

sysuequal commented 6 years ago

I have the same problem that the [velodyne_nodelet_manager-1] process has died

koide3 commented 6 years ago

Did you try the ways in #4 ? In particular, try docker.

Regarding the paper, I think I can send you it if you tell me your official address in your institute or organization.

mameng1 commented 6 years ago

@koide3,hello,I am a student in xidian' university ,Xian,China,my email is qmma@stu.xidian.edu.cn,thank you

autoperson commented 6 years ago

I don't find the problem again , may be I adjust optimize iterations param

koide3 commented 6 years ago

@autoperson , How did you change the iteration param? I want to figure out what causes this problem...

autoperson commented 6 years ago

I set the iteration param with 512

koide3 commented 6 years ago

@autoperson , Thanks for the information. I'll try the setting...

ekow-mensah commented 6 years ago

@autoperson Where did you set the iteration param?? Was it the max number of ndt iterations or the number of iterations done during optimisation?

autoperson commented 6 years ago

It was the number of g2o optimization iterations in code @ekow-mensah, you can find other answers of 4# question.