updating to include new review status

This commit is contained in:
Tully Foote 2009-10-02 22:38:21 +00:00
parent 56e6b5bb2b
commit 5ae96de9ba
1 changed files with 3 additions and 1 deletions

View File

@ -125,14 +125,16 @@ def get_license_color():
return color_map
status_map = {
"cleared": "green",
"doc reviewed": "green",
"api cleared": "dodgerblue",
"api conditionally cleared": "orange",
"proposal cleared": "pink",
"unreviewed": "red",
"experimental": "yellow",
"3rdparty": "white",
"3rdparty doc reviewed": "green",
"na": "gray85",
"test": "gray85",
"deprecated": "magenta",
"ROS_BUILD_BLACKLIST": "black"
}