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

Launch error #7

Open
spion318203 opened this issue Jun 22, 2022 · 2 comments
Open

Launch error #7

spion318203 opened this issue Jun 22, 2022 · 2 comments

Comments

@spion318203
Copy link

spion318203 commented Jun 22, 2022

when launching the launch file, this error appears.

process[slam_glass-1]: started with pid [58800]
/home/user/catkin_ws/devel/lib/slam_glass/slam_glass: symbol lookup error: /home/user/catkin_ws/devel/lib/slam_glass/slam_glass: undefined symbol: _ZN8GMapping17GridSlamProcessor10glassMatchERNS_3MapINS_16PointAccumulatorENS_19HierarchicalArray2DIS2_EELb1EEERSt6vectorIPNS0_5TNodeESaIS9_EE
[slam_glass-1] process has died [pid 58800, exit code 127, cmd /home/user/catkin_ws/devel/lib/slam_glass/slam_glass scan:=base_scan __name:=slam_glass __log:=/home/user/.ros/log/1be7cabc-f226-11ec-8e64-492aa6be166f/slam_glass-1.log].
log file: /home/user/.ros/log/1be7cabc-f226-11ec-8e64-492aa6be166f/slam_glass-1*.log
all processes on machine have died, roslaunch will exit
shutting down processing monitor...
... shutting down processing monitor complete
done

What did I do wrong?

@kunle12
Copy link
Collaborator

kunle12 commented Jun 24, 2022

have you compiled gmapping_glass/gmapping_export? looks like missing compiled object code. BTW, this code has been tested in (up to) Ubuntu 18.04. Not sure it works in the later version.

@spion318203
Copy link
Author

"Clone the repository in a working catkin workspace. run ./configure under gmapping_glass/gmapping_export directory"

~/catkin_ws/src/slam_glass/gmapping_export$ ./configure

No 'CXX' environment variable found, using g++.
No 'CC' environment variable found, using gcc.
Using C++ compiler: g++
Using C compiler: gcc
Checking for Qt 3.x ... 

*** Qt 3.x not found.  I'll make some educated guesses.  If this doesn't work, please set QT_INCLUDE, QT_LIB, MOC by hand in the file global.mk.

Checking for Aria libs 

*** ARIA not found, please set ARIA_INCLUDE and ARIA_LIB by hand

Checking bin directory /home/user/catkin_ws/src/slam_glass/gmapping_export/bin ... Ok.
Checking lib directory /home/user/catkin_ws/src/slam_glass/gmapping_export/lib ... Ok.
Carmen NOT FOUND.
If you have a carmen version installed please set the
CARMEN_HOME variable to the carmen path.

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

2 participants