mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-08 18:52:46 +08:00
make quadchute work during transitions
This commit is contained in:
@@ -232,6 +232,8 @@ void Standard::update_vtol_state()
|
||||
|
||||
void Standard::update_transition_state()
|
||||
{
|
||||
VtolType::update_transition_state();
|
||||
|
||||
// copy virtual attitude setpoint to real attitude setpoint
|
||||
memcpy(_v_att_sp, _mc_virtual_att_sp, sizeof(vehicle_attitude_setpoint_s));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user