-
Notifications
You must be signed in to change notification settings - Fork 59
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
Colcon Build Fails when Building rmf_demos #376
Comments
@Steven-NYP before we look further into this, as a sanity check, have you sourced ROS 2 Humble before building? It looks like the packages are not found in the proper environment vairables, which is a common issue when ROS 2 is not sourced.
edit: you can check with the bash command |
Hi @aaronchongth, I have done sourcing ROS2 however the errors are still the same. The AMENT_PREFIX_PATH did contain /opt/ros/humble |
Could you share the outputs of these commands?
and
|
I think I understand what's happening now, it looks like you may have previously built an RMF workspace from source under
in your Use a fresh terminal, and ensure that the binary packages have been installed via |
I see, thank you for pointing me in the right direction. I have done as recommended.
I am trying to execute office world inrmf_demo with
the terminal output are as follows
|
I forgot to supplement the issue, I initially had issues with websockets when I tried to run office world and I used the solution from open-rmf/rmf_demos#169. After which no more issues with websockets however Gazebo is not starting up properly |
As your terminal output and screenshot suggests, I'll be closing this ticket now since we are drifting off topic. |
Before proceeding, is there an existing issue or discussion for this?
OS and version
Ubuntu 22.04
Open-RMF installation type
Binaries
Other Open-RMF installation methods
No response
Open-RMF version or commit hash
2.3.0
ROS distribution
Humble
ROS installation type
Binaries
Other ROS installation methods
No response
Package or library, if applicable
No response
Description of the bug
The following error was received when performing colcon build for rmf_demos in the Binary Installation section
Steps to reproduce the bug
Expected behavior
No response
Actual behavior
No response
Additional information or screenshots
No response
The text was updated successfully, but these errors were encountered: