Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a couple of problems:
Selection: [[629, 951, 1258, 1901]]
However, for this to work I have to delete the entire map_modes section because 'template: vacuum_clean_segment' gives the error
Invalid template: vacuum_clean_segment
If I change vacuum_platform = Roomba, then I no longer see the Zone cleanup icon and I can't draw or click on anything on the map, but I can then include the
part of the YAML code.
That means I can't use the Zone cleanup tool to determine map coordinates if I've already created all the map_modes configuration. I can work around that by first having a small YAML that allows me to find out the coordinates, then change it later.
The second problem is that when I use the Zone cleanup tool and draw a box, it gives the values
Selection: [[629, 951, 1258, 1901]]
But if I try to use those in the YAML code like below, I get an error:
The error is:
! Each point of room outline must have 2 parameters
How do I convert the value I was given
Selection: [[629, 951, 1258, 1901]]
into the correct 'outline:' value in the YAML?Beta Was this translation helpful? Give feedback.
All reactions