Skip to content

Commit

Permalink
speed to velocity
Browse files Browse the repository at this point in the history
  • Loading branch information
xmfcx committed Apr 27, 2022
1 parent 9e7ca29 commit 5bc1db1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions autoware_control_msgs/msg/Longitudinal.msg
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Longitudinal control message
#
# Values are in the base_link frame in X axis
#
# Positive values represent forward motion (+X)
# Negative values represent backward motion (-X)

builtin_interfaces/Time stamp

# Desired vehicle speed in m/s
float32 speed;
# Desired vehicle velocity in in m/s
float32 velocity;

# Desired vehicle acceleration in m/s²
float32 acceleration;
Expand Down

0 comments on commit 5bc1db1

Please sign in to comment.