Skip to content

Commit

Permalink
Refactor plugins in an ECS based way and migrate to Harmonic (#114)
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Della Vedova <[email protected]>
Signed-off-by: Arjo Chakravarty <[email protected]>
Signed-off-by: Michael X. Grey <[email protected]>
Co-authored-by: Arjo Chakravarty <[email protected]>
Co-authored-by: Michael X. Grey <[email protected]>
  • Loading branch information
3 people committed May 29, 2024
1 parent f71d2d3 commit d9e55c6
Show file tree
Hide file tree
Showing 56 changed files with 2,265 additions and 6,289 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/asan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ jobs:
with:
# NOTE: Avoid adding comments in the package lines, this can break some of the called scripts in github actions
packages: |
rmf_building_sim_common
rmf_building_sim_gz_classic_plugins
rmf_building_sim_gz_plugins
rmf_robot_sim_common
rmf_robot_sim_gz_classic_plugins
rmf_robot_sim_gz_plugins
dist-matrix: '[{"ros_distribution": "humble", "ubuntu_distribution": "jammy"}]'
5 changes: 1 addition & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,8 @@ jobs:
with:
# NOTE: Avoid adding comments in the packages lines, this can break some of the called scripts in github actions
packages: |
rmf_building_sim_common
rmf_building_sim_gz_classic_plugins
rmf_building_sim_gz_plugins
rmf_robot_sim_common
rmf_robot_sim_gz_classic_plugins
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": "humble", "ubuntu_distribution": "jammy"}, {"ros_distribution": "rolling", "ubuntu_distribution": "jammy"}]'
dist-matrix: '[{"ros_distribution": "jazzy", "ubuntu_distribution": "noble"}, {"ros_distribution": "rolling", "ubuntu_distribution": "noble"}]'
3 changes: 0 additions & 3 deletions .github/workflows/tsan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,8 @@ jobs:
target-ros2-distro: humble
# build all packages listed in the meta package
package-name: |
rmf_building_sim_common
rmf_building_sim_gz_classic_plugins
rmf_building_sim_gz_plugins
rmf_robot_sim_common
rmf_robot_sim_gz_classic_plugins
rmf_robot_sim_gz_plugins
vcs-repo-file-url: |
https://raw.githubusercontent.com/open-rmf/rmf/main/rmf.repos
Expand Down
67 changes: 0 additions & 67 deletions rmf_building_sim_common/CHANGELOG.rst

This file was deleted.

155 changes: 0 additions & 155 deletions rmf_building_sim_common/CMakeLists.txt

This file was deleted.

Loading

0 comments on commit d9e55c6

Please sign in to comment.