open-rmf / fleet_adapter_ecobot

RMF Fleet adapter for integrating Gaussian Ecobot robots
7 stars 11 forks source link

Add configurable cleaning mode feature #12

Closed lkw303 closed 1 year ago

lkw303 commented 1 year ago

Signed-off-by: Kai Wen Lum lum_kai_wen@artc.a-star.edu.sg

New feature implementation

Implemented feature

This pull request fixes #11

Implementation description

This implementation checks if there is a clean_mode attribute in the perform_action description for the clean task. If it exists, the cleaning_mode would be set to that otherwise the active_cleaning_mode would be used as the default.