Skip to content

Commit

Permalink
Add a docs section about available vehicles
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusz-lichota committed Jul 21, 2022
1 parent e7186c4 commit 3a3b86c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
Binary file added docs/images/ads_dv.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/technion_car.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions docs/vehicle_model.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,24 @@ Within the _Vehicle Layout Overview_ picture the red dot represents the center o

![SUVCarPawn](images/vehicle_dynamic_model.png)

## Available Vehicles

### TechnionCar

![TechnionCar](images/technion_car.png)

This is the default vehicle described above, used for the FSOnline 2020 competition.

To select this vehicle set the PawnBP field in `~/Formula-Student-Driverless-Simulator/settings.json` to `Class'/AirSim/VehicleAdv/Cars/TechnionCar/TechnionCarPawn.TechnionCarPawn_C'`

### AdsDv

![AdsDv](images/ads_dv.png)

This is an autonomous vehicle provided to teams by IMeche for the Formula Student AI competition in the UK. Contributed by Mateusz Lichota from [Imperial Drivelrless](https://driverless.imperial.ac.uk/)

To select this vehicle set the PawnBP field in `~/Formula-Student-Driverless-Simulator/settings.json` to `Class'/AirSim/VehicleAdv/Cars/AdsDv/AdsDv_Pawn.AdsDv_Pawn_C'`

# How to configure vehicle properties?

All vehicle proprties are set in the unreal vehicle pawn classes.
Expand Down

0 comments on commit 3a3b86c

Please sign in to comment.