-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
g2o issues with ROS2 humble . #742
Comments
When are you getting this linker error? When you compile g2o or when you link your code with g2o? |
While linking with g2o . Same code worked with ROS2 FOXY on Ubuntu 20.04 . I have insalled g2o from the ROS2 release , I will trying installing the FOXY-bundled-g2o from source and revert back for further clarity . |
I am not following the ROS2 releases in detail. But I assume a different release is used as the dependency to fmt/spdlog is rather new.How is linking performed? Are you using the target files exported by cmake. In ROS1 noetic this is tedious but prevents issues. Not sure about ROS2 again.Am 22.11.2023 um 05:50 schrieb Chrissunny94 ***@***.***>:
While linking with g2o .
Getting it with the following .
https://github.com/Chris7462/floam/tree/g2o
Same code worked with ROS2 FOXY on Ubuntu 20.04 .
I have insalled g2o from the ROS2 release , sudo apt install ros-<distro>-libg2o , i am not sure of the corresponding g2o release with the same .
I will trying installing the FOXY-bundled-g2o from source and revert back for further clarity .
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
Noted! I will try to dig in over this weekend . Thank you |
Not sure if its exactly a ROS problem or something else .
But tracking it .
wh200720041/floam#57
The text was updated successfully, but these errors were encountered: