Skip to content

Commit

Permalink
fix(autoware_vehicle_msgs): remove msgs unused
Browse files Browse the repository at this point in the history
Signed-off-by: beginningfan <[email protected]>
  • Loading branch information
beginningfan committed Dec 11, 2023
1 parent 1e6616f commit b7b1f08
Show file tree
Hide file tree
Showing 19 changed files with 3 additions and 154 deletions.
15 changes: 0 additions & 15 deletions autoware_vehicle_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,13 @@ rosidl_generate_interfaces(${PROJECT_NAME}
"msg/Engage.msg"
"msg/GearCommand.msg"
"msg/GearReport.msg"
"msg/HandBrakeCommand.msg"
"msg/HandBrakeReport.msg"
"msg/HazardLightsCommand.msg"
"msg/HazardLightsReport.msg"
"msg/HeadlightsCommand.msg"
"msg/HeadlightsReport.msg"
"msg/HornCommand.msg"
"msg/HornReport.msg"
"msg/RawControlCommand.msg"
"msg/StationaryLockingCommand.msg"
"msg/SteeringReport.msg"
"msg/TurnIndicatorsCommand.msg"
"msg/TurnIndicatorsReport.msg"
"msg/VehicleControlCommand.msg"
"msg/VehicleKinematicState.msg"
"msg/VehicleOdometry.msg"
"msg/VehicleStateCommand.msg"
"msg/VehicleStateReport.msg"
"msg/VelocityReport.msg"
"msg/WheelEncoder.msg"
"msg/WipersCommand.msg"
"msg/WipersReport.msg"
"srv/ControlModeCommand.srv"
DEPENDENCIES
"autoware_planning_msgs"
Expand Down
2 changes: 0 additions & 2 deletions autoware_vehicle_msgs/msg/HandBrakeCommand.msg

This file was deleted.

2 changes: 0 additions & 2 deletions autoware_vehicle_msgs/msg/HandBrakeReport.msg

This file was deleted.

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
7 changes: 0 additions & 7 deletions autoware_vehicle_msgs/msg/HeadlightsCommand.msg

This file was deleted.

6 changes: 0 additions & 6 deletions autoware_vehicle_msgs/msg/HeadlightsReport.msg

This file was deleted.

2 changes: 0 additions & 2 deletions autoware_vehicle_msgs/msg/HornCommand.msg

This file was deleted.

2 changes: 0 additions & 2 deletions autoware_vehicle_msgs/msg/HornReport.msg

This file was deleted.

6 changes: 0 additions & 6 deletions autoware_vehicle_msgs/msg/RawControlCommand.msg

This file was deleted.

2 changes: 0 additions & 2 deletions autoware_vehicle_msgs/msg/StationaryLockingCommand.msg

This file was deleted.

5 changes: 0 additions & 5 deletions autoware_vehicle_msgs/msg/VehicleControlCommand.msg

This file was deleted.

3 changes: 0 additions & 3 deletions autoware_vehicle_msgs/msg/VehicleKinematicState.msg

This file was deleted.

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
32 changes: 0 additions & 32 deletions autoware_vehicle_msgs/msg/VehicleStateCommand.msg

This file was deleted.

30 changes: 0 additions & 30 deletions autoware_vehicle_msgs/msg/VehicleStateReport.msg

This file was deleted.

2 changes: 0 additions & 2 deletions autoware_vehicle_msgs/msg/WheelEncoder.msg

This file was deleted.

18 changes: 0 additions & 18 deletions autoware_vehicle_msgs/msg/WipersCommand.msg

This file was deleted.

17 changes: 0 additions & 17 deletions autoware_vehicle_msgs/msg/WipersReport.msg

This file was deleted.

0 comments on commit b7b1f08

Please sign in to comment.