Skip to content

Commit

Permalink
Include door information in nav graphs
Browse files Browse the repository at this point in the history
Signed-off-by: Michael X. Grey <[email protected]>
  • Loading branch information
mxgrey committed Nov 20, 2023
1 parent c78b407 commit 51c0289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmf_building_map_tools/building_map/building.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ def generate_nav_graphs(self):
empty = False

for door_edge in level.doors:
door_edge.calc_statistics(self.transformed_vertices)
door_edge.calc_statistics(level.transformed_vertices)
g['doors'][door_edge.params['name'].value] = {
'endpoints': [
[door_edge.x1, door_edge.y1],
Expand Down

0 comments on commit 51c0289

Please sign in to comment.