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

double free or corruption (out)Aborted (core dumped) error while trying to run the rosrun lsd_slam_core_ 'lsd_slam_core live_slam image:=/image_raw camera_info:=/camera_info' #351

Open
VigneshS1993 opened this issue Jan 1, 2021 · 0 comments

Comments

@VigneshS1993
Copy link

VigneshS1993 commented Jan 1, 2021

I am trying to work with the lsd_slam package with my robot and trying to simulate the same in my laptop which is having ubuntu 20.04 + ROS Noetic combination.
The lsd_slam package got successfully built after changing some tweaks in the code related to std ptr. So now after catkin_make I am able to see the packages lsd_slam_core and lsd_slam_viewer. When I run the command
lsd_slam_core live_slam image:=/image_raw camera_info:=/camera_info
I get the error : double free or corruption (out)
Aborted (core dumped)

As per some suggestions in the previously reported issues related to the above I was able to make the following changes which also didn't resolve the issue.

#set(EIGEN3_INCLUDE_DIR "path_to _the_folder/eigen-3.2")

can anyone help me in this regard?

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

1 participant