This commit is contained in:
Max 2021-09-21 13:12:20 +01:00
parent 62425d4e6f
commit f3ecc67c8d

View File

@ -42,6 +42,7 @@ executor_logger.setLevel(logging.DEBUG)
#--- <Pseudoprivate methods
def __go_to_gps_waypoints(vehicle_ctrl, waypoints: list):
if len(waypoints) > 0:
for ix, waypoint in enumerate(waypoints):
target_lat = waypoint['lat']
target_lon = waypoint['lon']