Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(ad-api): release adapi v1.4.0 #572

Merged
merged 3 commits into from
Jul 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
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') }}
xmfcx marked this conversation as resolved.
Show resolved Hide resolved

## 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.
xmfcx marked this conversation as resolved.
Show resolved Hide resolved
```

{% 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
Loading