Skip to content

Commit

Permalink
Move workspace loading to workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Della Vedova <[email protected]>
  • Loading branch information
luca-della-vedova committed Aug 2, 2024
1 parent 9c44fe0 commit a0c00cf
Show file tree
Hide file tree
Showing 4 changed files with 366 additions and 198 deletions.
122 changes: 122 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions rmf_site_editor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ bevy_mod_outline = "0.6"
# PR merged after 0.10 but not released yet, bump to 0.10.1 once merged
bevy_infinite_grid = { git = "https://github.com/ForesightMiningSoftwareCorporation/bevy_infinite_grid", rev = "86018dd" }
bevy_gltf_export = { git = "https://github.com/luca-della-vedova/bevy_gltf_export", branch = "luca/transform_api"}
bevy_impulse = { git = "https://github.com/open-rmf/bevy_impulse", branch = "main"}
bevy_polyline = "0.8.1"
bevy_stl = "0.12"
bevy_obj = { version = "0.12.1", features = ["scene"] }
Expand Down
1 change: 1 addition & 0 deletions rmf_site_editor/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ impl Plugin for SiteEditor {
OccupancyPlugin,
WorkspacePlugin,
IssuePlugin,
bevy_impulse::ImpulsePlugin::default(),
));

if self.headless_export.is_none() {
Expand Down
Loading

0 comments on commit a0c00cf

Please sign in to comment.