Skip to content

Commit

Permalink
Document missing feature for rmf-web compatibility
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 Apr 5, 2024
1 parent d70e124 commit 9c0ec49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rmf_building_map_tools/building_map_server/site.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def load_site_json(map_path):
lift = parse_lift(lift_data, site)
if lift is not None:
map_msg.lifts.append(lift)
# TODO(luca) add navgraph named locations for rmf-web frontend
return map_msg

def parse_angle(angle):
Expand Down

0 comments on commit 9c0ec49

Please sign in to comment.