Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/asan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
rmf_building_sim_gz_plugins
rmf_robot_sim_common
rmf_robot_sim_gz_plugins
dist-matrix: '[{"ros_distribution": "rolling", "ubuntu_distribution": "noble"}]'
dist-matrix: '[{"ros_distribution": "jazzy", "ubuntu_distribution": "noble"}]'
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
rmf_building_sim_gz_plugins
rmf_robot_sim_common
rmf_robot_sim_gz_plugins
dist-matrix: '[{"ros_distribution": "rolling", "ubuntu_distribution": "noble"}]'
dist-matrix: '[{"ros_distribution": "jazzy", "ubuntu_distribution": "noble"}]'
2 changes: 1 addition & 1 deletion .github/workflows/tsan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
rmf_robot_sim_common
rmf_robot_sim_gz_plugins
# Foxy and Galactic are deprecated for this package because of the dependency to old gazebo packages
dist-matrix: '[{"ros_distribution": "rolling", "ubuntu_distribution": "noble"}]'
dist-matrix: '[{"ros_distribution": "jazzy", "ubuntu_distribution": "noble"}]'
mixin: tsan
2 changes: 2 additions & 0 deletions rmf_building_sim_gz_plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ find_package(Qt5
)
find_package(menge_vendor REQUIRED)

ament_environment_hooks("${CMAKE_CURRENT_SOURCE_DIR}/hooks/${PROJECT_NAME}.dsv.in")

include(GNUInstallDirs)

###############################
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
prepend-non-duplicate;GZ_SIM_SYSTEM_PLUGIN_PATH;lib/rmf_building_sim_gz_plugins/
prepend-non-duplicate;GZ_GUI_PLUGIN_PATH;lib/rmf_building_sim_gz_plugins/
2 changes: 2 additions & 0 deletions rmf_robot_sim_gz_plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ find_package (Qt5
REQUIRED
)

ament_environment_hooks("${CMAKE_CURRENT_SOURCE_DIR}/hooks/${PROJECT_NAME}.dsv.in")

include(GNUInstallDirs)

###############################
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
prepend-non-duplicate;GZ_SIM_SYSTEM_PLUGIN_PATH;lib/rmf_robot_sim_gz_plugins/
prepend-non-duplicate;GZ_GUI_PLUGIN_PATH;lib/rmf_robot_sim_gz_plugins/