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

Unable to colcon build rtabmap_sync package #1253

Open
sa32953 opened this issue Dec 10, 2024 · 0 comments
Open

Unable to colcon build rtabmap_sync package #1253

sa32953 opened this issue Dec 10, 2024 · 0 comments

Comments

@sa32953
Copy link

sa32953 commented Dec 10, 2024

Hi, I am trying to build from source as mentioned here in ros2 branch of the repo: https://github.com/introlab/rtabmap_ros/tree/ros2.

I am building it on Ubuntu 22.04 on a VM with ROS2 Humble as distribution. I am unable to build a specific pakcages i.e. rtabmap_sync.
When I try to build it, it completes 21% and the system freezes every time. Here's the colcon command I am running in the workspace.

colcon build --symlink-install --cmake-args -DRTABMAP_SYNC_MULTI_RGBD=ON -DRTABMAP_SYNC_USER_DATA=ON -DCMAKE_BUILD_TYPE=Release --packages-select rtabmap_sync

Any hints what could be the reason for this?

I also tried building by limiting the parallel workers using the below command. Same issue persists!

colcon build --symlink-install --cmake-args -DRTABMAP_SYNC_MULTI_RGBD=ON -DRTABMAP_SYNC_USER_DATA=ON -DCMAKE_BUILD_TYPE=Release --packages-select rtabmap_sync --parallel-workers 2

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