Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

odom_estimation_node and laser_processing_node dying #34

Open
cdiazruiz opened this issue Jun 28, 2021 · 5 comments
Open

odom_estimation_node and laser_processing_node dying #34

cdiazruiz opened this issue Jun 28, 2021 · 5 comments

Comments

@cdiazruiz
Copy link

cdiazruiz commented Jun 28, 2021

image

I have installed all dependencies and built the package but when I run it odom_estimation_node and laser_processiong_node die immediately. Could this be that one of the dependencies has not been properly installed?

Using Ubuntu 18 and Ros Melodic

@JangChangWon
Copy link

i have same problem. did you solved that?

@Zunhammer
Copy link

We also had this issue and found that it's simply version depending. If you use

  • Ubuntu 18.04
  • ROS melodic
  • PCL 1.8 (installed over apt)
  • Ceres 1.14
    then you should be good to go. Also be aware that increasing the C++ standard above 11 (which is used by default in floam) you could also run into issues. Hope this solves it also for you guys.

Best,
Nico

@popfishy
Copy link

We also had this issue and found that it's simply version depending. If you use

  • Ubuntu 18.04
  • ROS melodic
  • PCL 1.8 (installed over apt)
  • Ceres 1.14
    then you should be good to go. Also be aware that increasing the C++ standard above 11 (which is used by default in floam) you could also run into issues. Hope this solves it also for you guys.

Best,
Nico

I configured the environment according to the requirements above, except that the ros version is noetic. However, I still had the same problem when I tested the code with VLP-16. Did you know how to solve the problem?

@Zunhammer
Copy link

As I wrote, in our specific configuration it worked, so it seems to be a version dependency. If you can downgrade to melodic then you should test this, otherwise you probably need to see which libs you have to upgrade to make it work and coming with this there might be some code changes required.

If you cannot change the ROS version (what was also in our case) you could also put everything into a docker container and do a communication above to be ROS and version independent. It's definitely more effort and slows down the whole system, however it was sufficient for our tests.

Best,
Nico

@popfishy
Copy link

As I wrote, in our specific configuration it worked, so it seems to be a version dependency. If you can downgrade to melodic then you should test this, otherwise you probably need to see which libs you have to upgrade to make it work and coming with this there might be some code changes required.

If you cannot change the ROS version (what was also in our case) you could also put everything into a docker container and do a communication above to be ROS and version independent. It's definitely more effort and slows down the whole system, however it was sufficient for our tests.

Best, Nico

Thanks for your help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants