mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 14:48:28 -04:00
SITL: give a bit more pitch on tail in XPlane heli
This commit is contained in:
parent
fdd20830d6
commit
4f17093add
@ -408,7 +408,7 @@ void XPlane::send_data(const struct sitl_input &input)
|
|||||||
|
|
||||||
d.code = PropPitch;
|
d.code = PropPitch;
|
||||||
d.data[0] = collective;
|
d.data[0] = collective;
|
||||||
d.data[1] = -rudder*10; // reverse sense of rudder, 10 degrees pitch range
|
d.data[1] = -rudder*15; // reverse sense of rudder, 15 degrees pitch range
|
||||||
d.data[2] = 0;
|
d.data[2] = 0;
|
||||||
d.data[3] = 0;
|
d.data[3] = 0;
|
||||||
d.data[4] = 0;
|
d.data[4] = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user