Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Dec 11, 2023
1 parent 0cd6b0f commit 1e6616f
Show file tree
Hide file tree
Showing 27 changed files with 26 additions and 27 deletions.
2 changes: 1 addition & 1 deletion autoware_vehicle_msgs/msg/ControlModeCommand.msg
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ uint8 AUTONOMOUS = 1
uint8 MANUAL = 2

builtin_interfaces/Time stamp
uint8 mode
uint8 mode
2 changes: 1 addition & 1 deletion autoware_vehicle_msgs/msg/ControlModeReport.msg
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ uint8 DISENGAGED = 5
uint8 NOT_READY = 6

builtin_interfaces/Time stamp
uint8 mode
uint8 mode
2 changes: 1 addition & 1 deletion autoware_vehicle_msgs/msg/Engage.msg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
builtin_interfaces/Time stamp
bool engage
bool engage
2 changes: 1 addition & 1 deletion autoware_vehicle_msgs/msg/GearCommand.msg
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ uint8 LOW = 23
uint8 LOW_2 = 24

builtin_interfaces/Time stamp
uint8 command
uint8 command
2 changes: 1 addition & 1 deletion autoware_vehicle_msgs/msg/GearReport.msg
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ uint8 LOW = 23
uint8 LOW_2 = 24

builtin_interfaces/Time stamp
uint8 report
uint8 report
2 changes: 1 addition & 1 deletion autoware_vehicle_msgs/msg/HandBrakeCommand.msg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
builtin_interfaces/Time stamp
bool active
bool active
2 changes: 1 addition & 1 deletion autoware_vehicle_msgs/msg/HandBrakeReport.msg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
builtin_interfaces/Time stamp
bool report
bool report
2 changes: 1 addition & 1 deletion autoware_vehicle_msgs/msg/HazardLightsCommand.msg
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ uint8 DISABLE = 1
uint8 ENABLE = 2

builtin_interfaces/Time stamp
uint8 command
uint8 command
2 changes: 1 addition & 1 deletion autoware_vehicle_msgs/msg/HazardLightsReport.msg
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ uint8 DISABLE = 1
uint8 ENABLE = 2

builtin_interfaces/Time stamp
uint8 report
uint8 report
2 changes: 1 addition & 1 deletion autoware_vehicle_msgs/msg/HeadlightsCommand.msg
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ uint8 ENABLE_LOW = 2
uint8 ENABLE_HIGH = 3

builtin_interfaces/Time stamp
uint8 command
uint8 command
2 changes: 1 addition & 1 deletion autoware_vehicle_msgs/msg/HeadlightsReport.msg
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ uint8 ENABLE_LOW = 2
uint8 ENABLE_HIGH = 3

builtin_interfaces/Time stamp
uint8 report
uint8 report
2 changes: 1 addition & 1 deletion autoware_vehicle_msgs/msg/HornCommand.msg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
builtin_interfaces/Time stamp
bool active
bool active
2 changes: 1 addition & 1 deletion autoware_vehicle_msgs/msg/HornReport.msg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
builtin_interfaces/Time stamp
bool report
bool report
2 changes: 1 addition & 1 deletion autoware_vehicle_msgs/msg/RawControlCommand.msg
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ uint8 command
uint32 throttle
uint32 brake
int32 front_steer
int32 rear_steer
int32 rear_steer
2 changes: 1 addition & 1 deletion autoware_vehicle_msgs/msg/StationaryLockingCommand.msg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
builtin_interfaces/Time stamp
bool avoid_stationary_locking
bool avoid_stationary_locking
2 changes: 1 addition & 1 deletion autoware_vehicle_msgs/msg/SteeringReport.msg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
builtin_interfaces/Time stamp
float32 steering_tire_angle
float32 steering_tire_angle
2 changes: 1 addition & 1 deletion autoware_vehicle_msgs/msg/TurnIndicatorsCommand.msg
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ uint8 ENABLE_LEFT = 2
uint8 ENABLE_RIGHT = 3

builtin_interfaces/Time stamp
uint8 command
uint8 command
2 changes: 1 addition & 1 deletion autoware_vehicle_msgs/msg/TurnIndicatorsReport.msg
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ uint8 ENABLE_LEFT = 2
uint8 ENABLE_RIGHT = 3

builtin_interfaces/Time stamp
uint8 report
uint8 report
2 changes: 1 addition & 1 deletion autoware_vehicle_msgs/msg/VehicleKinematicState.msg
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
std_msgs/Header header
autoware_planning_msgs/TrajectoryPoint state
geometry_msgs/Transform delta
geometry_msgs/Transform delta
2 changes: 1 addition & 1 deletion autoware_vehicle_msgs/msg/VehicleOdometry.msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
builtin_interfaces/Time stamp
float32 velocity_mps
float32 front_wheel_angle_rad
float32 rear_wheel_angle_rad
float32 rear_wheel_angle_rad
2 changes: 1 addition & 1 deletion autoware_vehicle_msgs/msg/VehicleStateCommand.msg
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ uint8 wiper
uint8 gear
uint8 mode
bool hand_brake
bool horn
bool horn
2 changes: 1 addition & 1 deletion autoware_vehicle_msgs/msg/VehicleStateReport.msg
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ uint8 wiper
uint8 gear
uint8 mode
bool hand_brake
bool horn
bool horn
2 changes: 1 addition & 1 deletion autoware_vehicle_msgs/msg/VelocityReport.msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
std_msgs/Header header
float32 longitudinal_velocity
float32 lateral_velocity
float32 heading_rate
float32 heading_rate
2 changes: 1 addition & 1 deletion autoware_vehicle_msgs/msg/WheelEncoder.msg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
std_msgs/Header header
float32 speed_mps
float32 speed_mps
2 changes: 1 addition & 1 deletion autoware_vehicle_msgs/msg/WipersCommand.msg
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ uint8 ENABLE_INT_10 = 13
uint8 ENABLE_CLEAN = 14

builtin_interfaces/Time stamp
uint8 command
uint8 command
2 changes: 1 addition & 1 deletion autoware_vehicle_msgs/msg/WipersReport.msg
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ uint8 ENABLE_INT_10 = 13
uint8 ENABLE_CLEAN = 14

builtin_interfaces/Time stamp
uint8 report
uint8 report
1 change: 0 additions & 1 deletion autoware_vehicle_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@
<build_type>ament_cmake</build_type>
</export>
</package>

0 comments on commit 1e6616f

Please sign in to comment.