Skip to content

Commit

Permalink
Merge pull request mavlink#406 from sjwilks/more_colours
Browse files Browse the repository at this point in the history
PX4 now has more mainstate modes than colours available in mavkml.
  • Loading branch information
LorenzMeier committed Aug 10, 2015
2 parents 0c16a38 + 1f2e152 commit ef7dc0d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pymavlink/tools/mavkml.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@
]

colors = [simplekml.Color.red, simplekml.Color.green, simplekml.Color.blue,
simplekml.Color.violet, simplekml.Color.yellow,
simplekml.Color.orange]
simplekml.Color.violet, simplekml.Color.yellow, simplekml.Color.orange,
simplekml.Color.burlywood, simplekml.Color.azure, simplekml.Color.lightblue,
simplekml.Color.lawngreen, simplekml.Color.indianred, simplekml.Color.hotpink]

kml = simplekml.Kml()
kml_linestrings = []
Expand Down

0 comments on commit ef7dc0d

Please sign in to comment.