Skip to content

Commit

Permalink
fix(robotics_testlabs/common): names lower case for hmi to work
Browse files Browse the repository at this point in the history
  • Loading branch information
rokusottervanger authored and MatthijsBurgh committed May 30, 2017
1 parent 443409d commit c2fac93
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# COMMON KNOWLEDGE FILE ROBOTICS TESTLABS

female_names = ["Anna","Beth","Carmen","Jennifer","Jessica","Kimberly","Kristina","Laura","Mary","Sarah"]
male_names = ["Alfred","Charles","Daniel","James","John","Luis","Paul","Richard","Robert","Steve"]
female_names = ["anna","beth","carmen","jennifer","jessica","kimberly","kristina","laura","mary","sarah"]
male_names = ["alfred","charles","daniel","james","john","luis","paul","richard","robert","steve"]
names = female_names + male_names

# This dict holds all locations
Expand Down

0 comments on commit c2fac93

Please sign in to comment.