Skip to content

Commit

Permalink
remove semicolons
Browse files Browse the repository at this point in the history
Signed-off-by: M. Fatih Cırıt <[email protected]>
  • Loading branch information
xmfcx committed May 9, 2022
1 parent 349970b commit e2fa0eb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions autoware_control_msgs/msg/Lateral.msg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ builtin_interfaces/Time stamp
float32 steering_tire_angle

# Desired rate of change of the steering tire angle in rad/s
float32 steering_tire_rotation_rate;
float32 steering_tire_rotation_rate

# Controller has filled in the steering_tire_rotation_rate value
bool is_defined_steering_tire_rotation_rate;
bool is_defined_steering_tire_rotation_rate
10 changes: 5 additions & 5 deletions autoware_control_msgs/msg/Longitudinal.msg
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
builtin_interfaces/Time stamp

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

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

# Desired vehicle jerk in m/s³
float32 jerk;
float32 jerk

# Controller has filled in the acceleration value
bool is_defined_acceleration;
bool is_defined_acceleration

# Controller has filled in the jerk value
bool is_defined_jerk;
bool is_defined_jerk

0 comments on commit e2fa0eb

Please sign in to comment.