Closed loosrob closed 3 years ago
The solution is to use the following command: start_cleaning(mode=1, navigation_mode=1, category=4)
With following parameters: mode: 1 eco, 2 turbo category: 2 without persistent map, 4 with persistent map navigation_mode: 1 normal, 2 extra care
When using the start_cleaning() function, I would expect my Botvac D7 Connected to use the no-go-lines I defined. When I start the robot via Neato's app, the app displays "no-go lines enabled"; however, when I start via pybotvac, the app displays "no-go lines disabled".
From this code I would expect the robot to use the persistent maps and no-go lines when available (category=4):
Am I missing something, and do I need to pass certain parameters to the start_cleaning function to enable the no-go lines?