-
Notifications
You must be signed in to change notification settings - Fork 27
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Before proceeding, is there an existing issue or discussion for this?
- I have done a search for similar issues and discussions.
OS and version
Ubuntu 24.04
Open-RMF installation type
Binaries
Other Open-RMF installation methods
No response
Open-RMF version or commit hash
2.3.2
ROS distribution
Jazzy
ROS installation type
Binaries
Other ROS installation methods
No response
Package or library, if applicable
rmf_building_sim_gz_plugins, rmf_robot_sim_gz_plugins, perhaps other packages that distribute hooks too
Description of the bug
The binaries of these packages do not contain the hooks required to add the paths to libraries and plugins to GZ related environment variables.
Steps to reproduce the bug
sudo apt install ros-jazzy-rmf-building-sim-gz-plugins -y- Navigate to
/opt/ros/jazzy/share/rmf_building_sim_gz_plugins/environment, note that the environment hook is missing - Launching source built
rmf_demos(only rmf_demos in the workspace) will have errors about missing plugins - clone
rmf_simulationbranchjazzyinto the same workspace, build again - Launch same demos again, the plugins and resources are found.
This can also be seen from env | grep GZ, paths are missing when sourcing only binaries, but sourcing a built workspace will fill them up
Expected behavior
No response
Actual behavior
No response
Additional information or screenshots
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done