Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
marcogil93 committed Jun 24, 2017
2 parents c64ff5e + eb58919 commit 621e195
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion vantec.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,15 @@
##############ADDED BY JC NEED TO BE TESTED#############
import lib.boat as boat
#Variable que se usará para poder cambiar los challenges
#Posibles valores : 'd','s','N','r','e','p','f','a'
#Posibles valores :
#'a' = "Autonomous"
#'d' = "Docking"
#'s' = "Speed"
#'N' = "Transitions"
#'r' = "Return"
#'e' = "End"
#'p' = "Path"
#'f' = "Follow"
var.currChallenge = 'N'
##############ADDED BY JC NEED TO BE TESTED#############

Expand Down

0 comments on commit 621e195

Please sign in to comment.