Skip to content

Commit

Permalink
fix emergency hazard timestamp
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Sanchez <[email protected]>
  • Loading branch information
danielsanchezaran committed Sep 26, 2024
1 parent a891b8e commit 6fd9882
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 6fd9882

Please sign in to comment.