mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-29 12:10:35 +08:00
Add support to new fields in command_ack
This commit is contained in:
committed by
Lorenz Meier
parent
d640d1aaf1
commit
4462869432
@@ -724,8 +724,13 @@ CameraTrigger::cycle_trampoline(void *arg)
|
||||
if (updated && need_ack) {
|
||||
vehicle_command_ack_s command_ack = {
|
||||
.timestamp = 0,
|
||||
.result_param2 = 0,
|
||||
.command = cmd.command,
|
||||
.result = (uint8_t)cmd_result
|
||||
.result = (uint8_t)cmd_result,
|
||||
.from_external = 0,
|
||||
.result_param1 = 0,
|
||||
.target_system = cmd.source_system,
|
||||
.target_component = cmd.source_component
|
||||
};
|
||||
|
||||
if (trig->_cmd_ack_pub == nullptr) {
|
||||
|
||||
Reference in New Issue
Block a user