Beispiel #1
0
 def __init__(self):
     self.rounding = gVars.instructions.rounding
     self.pointtopoint = pointtopoint.PointToPoint()
 def setUp(self):
     gVars.logger = sailbot_logger.Logger()
     self.p2p = pointtopoint.PointToPoint()
     self.p2p.GPSCoord = datatypes.GPSCoordinate(49, -123)
     self.p2p.Dest = datatypes.GPSCoordinate(50, -122)  #north east
     self.p2p.sog = 100
 def __init__(self):
     self.pointtopoint = pointtopoint.PointToPoint()
     self.roundbuoy = roundbuoy.RoundBuoy()
 def setUp(self):
     gVars.logger = sailbot_logger.Logger()
     self.p2p = pointtopoint.PointToPoint()