Skip to content

Commit

Permalink
Start with doors fully open
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
  • Loading branch information
luca-della-vedova committed Jun 23, 2023
1 parent c1caee6 commit 3172c48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rmf_site_editor/src/site/door.rs
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,8 @@ pub fn add_door_visuals(
cue_outline,
})
.insert(Category::Door)
.insert(DoorState::Closed)
.insert(DoorState::Open)
.insert(DoorCommand::Open)
.insert(EdgeLabels::LeftRight);

for anchor in edge.array() {
Expand Down

0 comments on commit 3172c48

Please sign in to comment.