File tree Expand file tree Collapse file tree
docs/design/autoware-interfaces/ad-api
types/autoware_adapi_v1_msgs/msg Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
22title : /api/vehicle/doors/command
3- status : not released
3+ status : v1.2.0
44method : function call
55type :
66 name : autoware_adapi_v1_msgs/srv/SetDoorCommand
Original file line number Diff line number Diff line change 11---
22title : /api/vehicle/doors/layout
3- status : not released
3+ status : v1.2.0
44method : function call
55type :
66 name : autoware_adapi_v1_msgs/srv/GetDoorLayout
Original file line number Diff line number Diff line change 11---
22title : /api/vehicle/doors/status
3- status : not released
3+ status : v1.2.0
44method : notification
55type :
66 name : autoware_adapi_v1_msgs/msg/DoorStatusArray
Original file line number Diff line number Diff line change 2727| [ /api/routing/set_route_points] ( ./api/routing/set_route_points.md ) | v1.0.0 |
2828| [ /api/routing/state] ( ./api/routing/state.md ) | v1.0.0 |
2929| [ /api/vehicle/dimensions] ( ./api/vehicle/dimensions.md ) | v1.1.0 |
30- | [ /api/vehicle/doors/command] ( ./api/vehicle/doors/command.md ) | not released |
31- | [ /api/vehicle/doors/layout] ( ./api/vehicle/doors/layout.md ) | not released |
32- | [ /api/vehicle/doors/status] ( ./api/vehicle/doors/status.md ) | not released |
30+ | [ /api/vehicle/doors/command] ( ./api/vehicle/doors/command.md ) | v1.2.0 |
31+ | [ /api/vehicle/doors/layout] ( ./api/vehicle/doors/layout.md ) | v1.2.0 |
32+ | [ /api/vehicle/doors/status] ( ./api/vehicle/doors/status.md ) | v1.2.0 |
3333| [ /api/vehicle/kinematics] ( ./api/vehicle/kinematics.md ) | v1.1.0 |
3434| [ /api/vehicle/status] ( ./api/vehicle/status.md ) | not released |
Original file line number Diff line number Diff line change 11# Release notes
22
3+ ## v1.2.0
4+
5+ - [ New] Add [ vehicle doors API] ( ./features/vehicle-doors.md )
6+ - [ Change] Add pull-over constants to {{ link_ad_api('/api/fail_safe/mrm_state') }}
7+
38## v1.1.0
49
510- [ New] Add {{ link_ad_api('/api/fail_safe/mrm_state') }}
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ uint16 MRM_FAILED = 4
2222uint16 NONE = 1
2323uint16 EMERGENCY_STOP = 2
2424uint16 COMFORTABLE_STOP = 3
25+ uint16 PULL_OVER = 4
2526
2627uint16 state
2728uint16 behavior
You can’t perform that action at this time.
0 commit comments