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