-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Compiling LIO-SAM on Ubuntu 22.04 and ROS2 #400
Comments
I have a same problem on ROS1 of Ubuntu20.04
|
My version is it
|
Same issue on ROS2 branch with ROS2 humble/22.04 LTS, root cause might be the prerequisite gtsam, ROS2 branch recommend install "develop" unstable release, but gtsam has removed boost on Jan 2023. "Important Note As of January 2023, the develop branch is officially in "Pre 4.3" mode. We envision several API-breaking changes as we switch to C++17 and away from boost. " |
as i see this line: have you tried the solution suggested there?: https://answers.ros.org/question/407879/humble-tutorial-creating-a-workspace/ |
The other problem with gtsam can (as indicated by @bumblebeeCC ) be resolved by selecting the gtsam release ppa, like so: Clean your workspace before rebuilding. |
Note: Using the "develop" ppa was recommended because the release ppas did not provide packages for 22.04 at that time. |
OK, thanks, that seems to have fixed the boost issue, but I get a new issue (I wiped my workspace and restarted). I also deactivated Conda and sourced the ros bash.
|
@yuma116 hello,Did you solve this problem, I have the same problem。 Thanks. |
The latest build error of @fferroni seems to be unrelated to LIO-SAM: https://stackoverflow.com/questions/72752937/ros2-importerror-cannot-import-name-generate-py-from-rosidl-generator-py On my Ubuntu 22.04 environment LIO-SAM/ros2 runs satisfactory. |
Hello,
I tried to follow the compilation instructions on the ROS2 branch, but got the following error. Any tips would be much appreciated!
The only other issue is #398 but it appears to be a different problem.
I have this version of boost
The text was updated successfully, but these errors were encountered: