Skip to content

Commit

Permalink
Update Taxi.md
Browse files Browse the repository at this point in the history
start prebooking
  • Loading branch information
rummel123 committed Mar 12, 2024
1 parent 79d14e9 commit 4b666c3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/web/docs/Simulation/Taxi.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ based on a configurable dispatch algorithm.
!!! note
While the taxi capabilities are under development, their status can be checked via Issue #6418.

# Equipping vehicles
# Equipping Vehicles
A vehicle can be equipped with an Taxi device to make it part of the taxi fleet.
To attach a Taxi device to a vehicle, the [standard device-equipment
procedures](../Definition_of_Vehicles,_Vehicle_Types,_and_Routes.md#devices) can be applied using `<device name>=taxi`.
Expand All @@ -23,9 +23,9 @@ For instance, a single vehicle can configured as taxi as in the following minima
</vehicle>
```

# Taxi requests
# Taxi Requests

## Direct ride hailing
## Direct Ride Hailing
A person can be defined as taxi customer with the following definition:

```xml
Expand Down Expand Up @@ -55,6 +55,9 @@ Multiple persons can travel together as a group using attribute `group` (if the
<ride from="B2C2" to="A0B0" lines="taxi" group="g0"/>
</person>

## Prebooking
Documentation in progress

# Multiple Taxi Fleets

By default, there is only a single taxi fleet using line attribute 'taxi' and taxi customers use attribute `lines="taxi"` for their rides.
Expand Down

0 comments on commit 4b666c3

Please sign in to comment.