From 043286383207608446379f77cf488be443cdda26 Mon Sep 17 00:00:00 2001 From: Ryan Friedman Date: Mon, 21 Aug 2023 20:27:17 -0600 Subject: [PATCH] SITL: Add missing shebang Signed-off-by: Ryan Friedman --- .../controllers/ardupilot_vehicle_controller/webots_vehicle.py | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/SITL/examples/Webots_Python/controllers/ardupilot_vehicle_controller/webots_vehicle.py b/libraries/SITL/examples/Webots_Python/controllers/ardupilot_vehicle_controller/webots_vehicle.py index 3de1197bcb..acd6f5641f 100644 --- a/libraries/SITL/examples/Webots_Python/controllers/ardupilot_vehicle_controller/webots_vehicle.py +++ b/libraries/SITL/examples/Webots_Python/controllers/ardupilot_vehicle_controller/webots_vehicle.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 ''' This file implements a class that acts as a bridge between ArduPilot SITL and Webots