Skip to content

Commit

Permalink
Port vehicle_cmd_gate to ROS2 (#3)
Browse files Browse the repository at this point in the history
* Port vehicle_cmd_gate to ROS2

* Sim-time-respecting timer
  • Loading branch information
nnmm authored and 1222-takeshi committed Nov 30, 2021
1 parent af208d6 commit 27bebb2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions messages/autoware_control_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ find_package(std_msgs REQUIRED)
find_package(rosidl_default_generators REQUIRED)

rosidl_generate_interfaces(${PROJECT_NAME}
"msg/EmergencyMode.msg"
"msg/EngageMode.msg"
"msg/GateMode.msg"
"msg/ControlCommand.msg"
"msg/ControlCommandStamped.msg"
Expand Down
1 change: 1 addition & 0 deletions messages/autoware_control_msgs/msg/EmergencyMode.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bool is_emergency
1 change: 1 addition & 0 deletions messages/autoware_control_msgs/msg/EngageMode.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bool is_engaged

0 comments on commit 27bebb2

Please sign in to comment.