-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Labels
enhancementNew feature or requestNew feature or request
Description
At the moment the fleet adapters are using a somewhat roundabout strategy to inform the fleet adapter about where and how robots can perform cleaning tasks. It would be nice if we could incorporate that information directly into the nav graph yaml file, drawn and exported using the traffic editor.
I imagine we'd want to add these features:
- Create a new type of nav graph entries parallel to
lanesandvertices, maybe call itpaths - Give each
pathselement a sequence of vertices that don't (necessarily) exist on the nav graph - Give the
pathselements attributes/tags, similar to what we do for vertices
Maybe this could be a format to consider:
paths:
- name: my_clean_path
enter_from: [3, 7, ... ]
path: [ [10.12, -17.43], [11.12, -17.43], ... ]
attributes:
clean:
zone: zone_1
types: ['vacuum', 'mop']
Yadunund, daichuihua and cardboardcode
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request