Skip to content

Commit 1db6406

Browse files
committed
Merge branch 'awf-latest' into fix/vehicle_cmd_gate_subscriber
Signed-off-by: Go Sakayori <gsakayori@gmail.com>
2 parents 3855cfa + 75a6986 commit 1db6406

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

control/autoware_vehicle_cmd_gate/src/vehicle_cmd_gate.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -712,6 +712,7 @@ void VehicleCmdGate::onExternalEmergencyStopHeartbeat(
712712
void VehicleCmdGate::onGateMode(GateMode::ConstSharedPtr msg)
713713
{
714714
const auto prev_gate_mode = current_gate_mode_;
715+
current_gate_mode_ = *msg;
715716

716717
if (current_gate_mode_.data != prev_gate_mode.data) {
717718
RCLCPP_INFO(

0 commit comments

Comments
 (0)