Skip to content

Commit

Permalink
fix(emergency_handler): emergency hazard timestamp (#1556)
Browse files Browse the repository at this point in the history
fix emergency hazard timestamp

Signed-off-by: Daniel Sanchez <[email protected]>
  • Loading branch information
danielsanchezaran authored Sep 26, 2024
1 parent be5ab55 commit 2774c8d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ autoware_vehicle_msgs::msg::HazardLightsCommand EmergencyHandler::createHazardCm
} else {
msg.command = HazardLightsCommand::NO_COMMAND;
}
msg.stamp = this->now();
return msg;
}

Expand Down

0 comments on commit 2774c8d

Please sign in to comment.