Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
dcb12c5
Create delivery.md
tristan-charreton Jun 15, 2022
e83fab8
adding robot files
alesantiago98 Jun 16, 2022
7010880
Merge branch 'feature-modes-deliverybot' of https://github.com/kiwibo…
JuanCarlos-TiqueRangel Jun 16, 2022
2ef64d8
upload readme
JuanCarlos-TiqueRangel Jun 21, 2022
23a0ccd
Update delivery.md
tristan-charreton Jun 21, 2022
13e2e25
Update delivery.md
tristan-charreton Jun 21, 2022
bf5145f
Update delivery-robots.md
tristan-charreton Jun 21, 2022
735415a
Update and rename delivery-robots.md to delivery.md
tristan-charreton Jun 22, 2022
3323e89
Update delivery.md
tristan-charreton Jun 30, 2022
c8224ba
Update delivery.md
tristan-charreton Jul 11, 2022
2d4f5f0
Update event_types.md
tristan-charreton Jul 13, 2022
beb5d3e
Update delivery.md
tristan-charreton Jul 13, 2022
68fce9b
Update delivery.md
tristan-charreton Jul 13, 2022
3bb87e8
Update delivery.md
tristan-charreton Jul 13, 2022
394e910
Update README.md
tristan-charreton Jul 19, 2022
274fbbf
Update event_types.md
tristan-charreton Jul 19, 2022
06dccd9
Update delivery.md
tristan-charreton Jul 19, 2022
4ff3453
Update event_types.md
tristan-charreton Jul 19, 2022
2f0e0f9
Update delivery.md
tristan-charreton Jul 19, 2022
ae56309
Merge branch 'delivery' into feature-modes-delivery
tristan-charreton Sep 13, 2022
7080f69
Merge pull request #2 from kiwibot-data/feature-modes-delivery
tristan-charreton Sep 13, 2022
435b2e0
Merge pull request #788 from tristan-charreton/delivery
schnuerle Sep 13, 2022
ee9a63e
Rename delivery.md to delivery-robots.md
schnuerle Sep 13, 2022
3dc82ad
Formatting and Robots
schnuerle Sep 13, 2022
55d4430
Logo update
schnuerle Sep 13, 2022
53c7b20
Added human passenger clarification
schnuerle Sep 15, 2022
3afc8bc
Event type descriptions
schnuerle Sep 15, 2022
cfb21de
Update stopped state description
schnuerle Sep 15, 2022
0023ddf
Added order_drop_off event type for stopped on trip
schnuerle Sep 15, 2022
97aab5c
Descriptions for trip types
schnuerle Sep 15, 2022
005a3e9
Fare and trip attributes
schnuerle Sep 15, 2022
9cfd87b
Removed passenger count
schnuerle Sep 15, 2022
99e7d6f
Changed trip_stop to trip_pause
schnuerle Oct 20, 2022
f32f635
Changed trip_stop to trip_pause
schnuerle Oct 20, 2022
a4b8441
Updates based on working group feedback
schnuerle Oct 20, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion agency/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ The Trips endpoint serves two purposes:
| Field | Type | Required/Optional | Field Description |
|-------------------------------|--------------------------------|------------------------| ----------------- |
| trip_id | UUID | Required | UUID for the trip this payload pertains to |
| journey_id | UUID | Optional | A unique ID for associating collections of trips |
| trip_type | Enum | Optional | The type of the trip |
| trip_attributes | `{ [String]: String}` | Optional | Trip attributes, given as mode-specific key-value pairs |
| provider_id | UUID | Required | Provider which managed this trip |
| reservation_method | Enum | Required | Way the customer created their reservation, see [reservation-method](#reservation-method) |
Expand Down
1 change: 1 addition & 0 deletions general-information.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ The list of allowed `vehicle_type` values in MDS. Aligning with [GBFS vehicle ty
| car | A passenger car or similar light-duty vehicle |
| scooter | A standing or seated fully-motorized mobility device intended for one rider, capable of travel at low or moderate speeds, and suited for operation in infrastructure shared with motorized bicycles |
| moped | A seated fully-motorized mobility device capable of travel at moderate or high speeds and suited for operation in general urban traffic |
| delivery_robot | A robot intended for transporting goods |
| other | A device that does not fit in the other categories |

[Top][toc]
Expand Down
Loading