We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3855cfa + 75a6986 commit 1db6406Copy full SHA for 1db6406
control/autoware_vehicle_cmd_gate/src/vehicle_cmd_gate.cpp
@@ -712,6 +712,7 @@ void VehicleCmdGate::onExternalEmergencyStopHeartbeat(
712
void VehicleCmdGate::onGateMode(GateMode::ConstSharedPtr msg)
713
{
714
const auto prev_gate_mode = current_gate_mode_;
715
+ current_gate_mode_ = *msg;
716
717
if (current_gate_mode_.data != prev_gate_mode.data) {
718
RCLCPP_INFO(
0 commit comments