From d458cc180993cc9a41c866bca62801b5838ff48f Mon Sep 17 00:00:00 2001 From: ad-daniel Date: Tue, 7 Mar 2023 04:09:19 +0000 Subject: [PATCH] Sync submodule --- .../webots/lib/controller/python/vehicle/car.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webots_ros2_driver/webots/lib/controller/python/vehicle/car.py b/webots_ros2_driver/webots/lib/controller/python/vehicle/car.py index f5e74fe3a..f7dae7339 100644 --- a/webots_ros2_driver/webots/lib/controller/python/vehicle/car.py +++ b/webots_ros2_driver/webots/lib/controller/python/vehicle/car.py @@ -12,13 +12,13 @@ # See the License for the specific language governing permissions and # limitations under the License. -from controller import Supervisor +from vehicle import Driver import ctypes import os import sys -class Car(Supervisor): +class Car(Driver): # types TRACTION = 0 PROPULSION = 1