Skip to content

Commit

Permalink
docs(ad-api): release adapi v1.4.0 (autowarefoundation#572)
Browse files Browse the repository at this point in the history
Signed-off-by: Takagi, Isamu <[email protected]>
  • Loading branch information
isamu-takagi authored Jul 4, 2024
1 parent 8073d57 commit c13fb21
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: /api/vehicle/status
status: not released
status: v1.4.0
method: notification
type:
name: autoware_adapi_v1_msgs/msg/VehicleStatus
Expand All @@ -13,8 +13,6 @@ type:
text: Hazard lights status.
- name: steering_tire_angle
text: Vehicle current tire angle in radian.
- name: energy_percentage
text: Battery percentage or fuel percentage, it will depends on the vehicle.
---

{% extends 'design/autoware-interfaces/templates/autoware-interface.jinja2' %}
Expand Down
2 changes: 1 addition & 1 deletion docs/design/autoware-interfaces/ad-api/list/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
| [/api/vehicle/doors/layout](./api/vehicle/doors/layout.md) | v1.2.0 |
| [/api/vehicle/doors/status](./api/vehicle/doors/status.md) | v1.2.0 |
| [/api/vehicle/kinematics](./api/vehicle/kinematics.md) | v1.1.0 |
| [/api/vehicle/status](./api/vehicle/status.md) | not released |
| [/api/vehicle/status](./api/vehicle/status.md) | v1.4.0 |
4 changes: 4 additions & 0 deletions docs/design/autoware-interfaces/ad-api/release.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release notes

## v1.4.0

- [New] Add {{ link_ad_api('/api/vehicle/status') }}

## v1.3.0

- [New] Add [heartbeat API](./features/heartbeat.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ autoware_adapi_v1_msgs/Gear gear
autoware_adapi_v1_msgs/TurnIndicators turn_indicators
autoware_adapi_v1_msgs/HazardLights hazard_lights
float64 steering_tire_angle
float32 energy_percentage # Battery percentage or fuel percentage, it will depends on the vehicle.
```

{% endblock %}
1 change: 0 additions & 1 deletion yaml/autoware-interfaces.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ types:
twist: geometry_msgs/msg/TwistWithCovarianceStamped
autoware_adapi_v1_msgs/msg/VehicleStatus:
msg:
energy_percentage: float32
gear: autoware_adapi_v1_msgs/msg/Gear
hazard_lights: autoware_adapi_v1_msgs/msg/HazardLights
stamp: builtin_interfaces/msg/Time
Expand Down

0 comments on commit c13fb21

Please sign in to comment.