feat: autonomous racing
This commit is contained in:
parent
3f8ed983e7
commit
9ff4113218
4 changed files with 7 additions and 0 deletions
|
|
@ -6,6 +6,8 @@ export function getTopicColor(topicName) {
|
|||
return "#d50032";
|
||||
case "meditations":
|
||||
return "#6a0dad";
|
||||
case "autonomous-racing":
|
||||
return "#009975";
|
||||
default:
|
||||
return "#000000";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue