Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 776d36a2 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

adding information about driving action in vmod file

parent 0f9f036d
No related branches found
Tags Build/v0.7.9.2836
No related merge requests found
Pipeline #37148 canceled
......@@ -150,3 +150,15 @@ P_loss_total = P_clutch_loss + P_gbx_loss + P_ret_loss + P_gbx_inertia + P_angle
P_wheel_inertia + P_air + P_roll + P_grad + P_veh_inertia (+ P_PTOconsumer + P_PTO_transm)
P_trac = P_veh_inertia + P_roll + P_air + P_slope
**Driving Action:**
| DrivingAction | Value |
| ---------------- | ------- |
| Halt | 0 |
| Roll | 2 |
| Coast | 4 |
| Accelerate | 6 |
| Brake | -5 |
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment