mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
sensors: use timestamp_last_signal for actuator_group_3 timestamping
This commit is contained in:
parent
eb5cd54023
commit
9f52c44593
@ -1431,7 +1431,7 @@ Sensors::rc_poll()
|
||||
struct actuator_controls_s actuator_group_3;
|
||||
memset(&actuator_group_3, 0 , sizeof(actuator_group_3));
|
||||
|
||||
actuator_group_3.timestamp = rc_input.timestamp_publication;
|
||||
actuator_group_3.timestamp = rc_input.timestamp_last_signal;
|
||||
|
||||
actuator_group_3.control[0] = manual.roll;
|
||||
actuator_group_3.control[1] = manual.pitch;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user