Skip to content

Feature Request: Be able to draw cleaning pathsΒ #413

@mxgrey

Description

@mxgrey

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 lanes and vertices, maybe call it paths
  • Give each paths element a sequence of vertices that don't (necessarily) exist on the nav graph
  • Give the paths elements 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']

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions