Skip to content

Commit

Permalink
Download robots from fuel
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 Dec 27, 2024
1 parent cb95b26 commit cfcf856
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,12 @@ def download_models(
author_name.lower()
else:
model_set.add(model.model_name)
for vertex in level.vertices:
if 'spawn_robot_type' in vertex.params:
model_set.add((vertex.params['spawn_robot_type'].value,
'Open-RMF'))
stringent_dict[model_name.lower()] = \
author_name.lower()

if fuel_tools:
missing_models = pit_crew.get_missing_models(
Expand Down
4 changes: 2 additions & 2 deletions rmf_traffic_editor_assets/assets/thumbnails/model_list.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ models:
- OpenRobotics/SurgicalTrolleyMed
- OpenRobotics/SUV
- OpenRobotics/Table
- OpenRobotics/TeleportDispenser
- OpenRobotics/TeleportIngestor
- Open-RMF/TeleportDispenser
- Open-RMF/TeleportIngestor
- OpenRobotics/Toilet
- OpenRobotics/TrashBin
- OpenRobotics/TrolleyBed
Expand Down

0 comments on commit cfcf856

Please sign in to comment.