Skip to content

Commit 9c4a7aa

Browse files
mergify[bot]ottojo
andauthored
document special costmap color for value 0 (#1199) (#1201)
Signed-off-by: Jonas Otto <[email protected]> (cherry picked from commit e439c8f) Co-authored-by: Jonas Otto <[email protected]>
1 parent 3aab7ab commit 9c4a7aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/FEATURES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ In general, values between 0 and 100 are regarded as valid (often interpreted as
3232
* *Map:* Paint valid points between 0 and 100 from white (0) to black (100).
3333
Paint valid value -1 in a blueish, greenish, grayish color (it might be used to indicate unchartered territory for instance).
3434
Invalid points between 101 and 127 are painted in green, while invalid negative numbers are painted in shades from red to yellow.
35-
* *Costmap:* Paint valid points between 0 and 98 from blue to red.
36-
Paint points with value 99 in cyan (obstacle value) and points with value 100 in purple (lethal obstacle).
35+
* *Costmap:* Paint valid points between 1 and 98 from blue to red.
36+
Paint points with value 0 in black, points with value 99 in cyan (obstacle value) and points with value 100 in purple (lethal obstacle).
3737
The valid value -1 is painted in a blueish, greenish, grayish color.
3838
Invalid points between 101 and 127 are painted in green, while invalid negative numbers are painted in shades from red to yellow.
3939

0 commit comments

Comments
 (0)