Closed ehdwp closed 2 years ago
Just to double-check, by trying step 4, you wanna repeat step 3 without quitting the roslaunch. If yes, I couldn't remember any error like this. And it's usually very hard to debug similar ROS issues. Could you try setting breakpoints and see which line of code killed the vloam_main_node?
I'm sorry. I wrote wrong step. I have a problem at step 3.
in screenshot, I did 'roslaunch vloam_main vloam_main.launch' in first terminal and 'rostopic pub /load_small_dataset_action_server/goal ..' in another terminal.
And my roslaunch terminal showed error 'process has died'.
thank you
Ok. As I said, it's very hard to directly identify the problem source from process had died
. I'd recommend taking a closer look at the following function and maybe printing a marker message after each line.
I suspect the problem might come from the environment setup, especially a dependency issue, because I've run the code plenty of times, and no other people reported similar issues.
OK. Thank you for your reply
Hi.
I am having a problem when I try step4 in this page https://github.com/YukunXia/VLOAM-CMU-16833/tree/master/src/vloam_main#usage-1
I follow this page and use roptopic pub. But, my roslaunch terminal showed error "[vloam_main_node-1] process has died [pid 4477, exit code -11, .."
I am not sure whether I am missing something here. Any help is much appreciated.