Skip to content

Commit cf11633

Browse files
committed
add timestamp to hazard_light_command topic
Signed-off-by: veqcc <ryuta.kambe@tier4.jp>
1 parent 9d1f6ee commit cf11633

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

system/mrm_handler/src/mrm_handler/mrm_handler_core.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ void MrmHandler::publishHazardCmd()
168168
using autoware_auto_vehicle_msgs::msg::HazardLightsCommand;
169169
HazardLightsCommand msg;
170170

171+
msg.stamp = this->now();
171172
if (is_emergency_holding_) {
172173
// turn hazard on during emergency holding
173174
msg.command = HazardLightsCommand::ENABLE;

0 commit comments

Comments
 (0)