.VehicleInterfaces.Drivers.Tutorial

Information

Tutorial - Defining a new driver model

The following process will demonstrate how to create a new driver model using these interface definitions. This tutorial will guide you through building a driver for a conventional automatic transmission passenger car.

  1. Create a new model that extends VehicleInterfaces.Drivers.Interfaces.Base, it should look like this:



  2. Unlike the other interface definitions in the VehicleInterfaces package the Driver model doesn't include optional connections. It simply uses an expandable connector to exchange information with the DriverEnvironment subsystem. The required signals are defined in the Driver interaction bus section of the Users Guide. Normalised mechanical sensors and actuators are provided in the VehicleInterfaces.Mechanics package.

Generated at 2024-04-25T18:15:59Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos