Update
This commit is contained in:
parent
62425d4e6f
commit
f3ecc67c8d
@ -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']
|
||||
|
||||
Loading…
Reference in New Issue
Block a user