Skip to content

Commit

Permalink
Decimal separator ref #2
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kro committed Dec 28, 2023
1 parent 079423a commit 6159910
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/web/docs/Specification/Persons.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ below. Each person must have at least one stage in its plan.

| Attribute | Type | Range | Default | Remark |
|---------------------|-----------|--------------------|-----------------|---------------------------|
| width | float (s) | ≥0 | 0,48 | The person's width [m] |
| length | float (s) | ≥0 | 0,21 | The person's netto-length (length) (in m) |
| mingap | float (s) | ≥0 | 0,25 | Empty space after leader [m] |
| maxSpeed | float (s) | ≥0 | 10,44 | The person's absolute maximum velocity (in m/s) |
| desiredMaxSpeed | float (s) | ≥0 | 1,39 | The person's desired maximum velocity (in m/s) |
| width | float (s) | ≥0 | 0.48 | The person's width [m] |
| length | float (s) | ≥0 | 0.21 | The person's netto-length (length) (in m) |
| mingap | float (s) | ≥0 | 0.25 | Empty space after leader [m] |
| maxSpeed | float (s) | ≥0 | 10.44 | The person's absolute maximum velocity (in m/s) |
| desiredMaxSpeed | float (s) | ≥0 | 1.39 | The person's desired maximum velocity (in m/s) |
| speedFactor | float or [distribution spec](../Definition_of_Vehicles%2C_Vehicle_Types%2C_and_Routes.md#defining_a_normal_distribution_for_vehicle_speeds) | >0 | 1.0 | The persons expected multiplier for desiredMaxSpeed |
| speedDev | float | ≥0 | 0.1 | The deviation of the speedFactor distribution |
| color | [RGB-color](../Definition_of_Vehicles%2C_Vehicle_Types%2C_and_Routes.md#colors) | | "1,1,0" (yellow) | This person type's color |
Expand Down

0 comments on commit 6159910

Please sign in to comment.