mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
simulator: add missing timestamp
This commit is contained in:
parent
b1219811c5
commit
a37b839e27
@ -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 ?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user