-
Notifications
You must be signed in to change notification settings - Fork 98
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
libBaseStation undefined symbol #19
Comments
Original comment by Clark Zhang (Bitbucket: ChickenSoups). Yes, following the instructions exactly for the docker tutorial setup gives this (It looks like the dockerfile just pulls from default?) |
Original comment by Clark Zhang (Bitbucket: ChickenSoups). Yes, doing those steps in the docker does indeed fix it! |
Original comment by Alfredo Bencomo (Bitbucket: bencomo).
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Original report (archived issue) by Clark Zhang (Bitbucket: ChickenSoups).
When running the the competition gazebo world (roslaunch subt_gazebo competition.launch) in a docker, this error pops up
gzserver: symbol lookup error: /home/developer/subt_ws/install/lib/libBaseStationPlugin.so: undefined symbol: _ZN4subt11CommsClientC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb
This doesn't happen on commit . (not sure about all other later versions, but at least that version still works)
The text was updated successfully, but these errors were encountered: