simulator: add missing timestamp

This commit is contained in:
Julian Oes 2020-09-01 15:15:02 +02:00 committed by Daniel Agar
parent b1219811c5
commit a37b839e27
1 changed files with 1 additions and 0 deletions

View File

@ -1041,6 +1041,7 @@ void Simulator::check_failure_injections()
if (handled) {
vehicle_command_ack_s ack;
ack.timestamp = hrt_absolute_time();
ack.command = vehicle_command.command;
ack.from_external = false;
ack.result = supported ?