Skip to content

Commit

Permalink
fix(autoware_vehicle_msgs): add missed vehicle msgs (#80)
Browse files Browse the repository at this point in the history
* fix(autoware_vehicle_msgs): add missed vehicle msgs

Signed-off-by: beginningfan <[email protected]>

* style(pre-commit): autofix

---------

Signed-off-by: beginningfan <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
beginningfan and pre-commit-ci[bot] authored Dec 19, 2023
1 parent f365616 commit 224bd3a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autoware_vehicle_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ rosidl_generate_interfaces(${PROJECT_NAME}
"msg/SteeringReport.msg"
"msg/TurnIndicatorsCommand.msg"
"msg/TurnIndicatorsReport.msg"
"msg/VehicleControlCommand.msg"
"msg/VehicleKinematicState.msg"
"msg/VehicleOdometry.msg"
"msg/VelocityReport.msg"
"srv/ControlModeCommand.srv"
Expand Down
5 changes: 5 additions & 0 deletions autoware_vehicle_msgs/msg/VehicleControlCommand.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
builtin_interfaces/Time stamp
float32 long_accel_mps2
float32 velocity_mps
float32 front_wheel_angle_rad
float32 rear_wheel_angle_rad
3 changes: 3 additions & 0 deletions autoware_vehicle_msgs/msg/VehicleKinematicState.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
std_msgs/Header header
autoware_planning_msgs/TrajectoryPoint state
geometry_msgs/Transform delta

0 comments on commit 224bd3a

Please sign in to comment.