Plane: Add rudder only plane guide#6504
Conversation
Signed-off-by: Ryan Friedman <25047695+Ryanf55@users.noreply.github.com>
|
|
||
| If you prefer to control the throttle with one stick and the attiude of the vehicle with the other stick, | ||
| set up your transmitter to send roll stick inputs to the :ref:`RCMAP_YAW<RCMAP_YAW>` channel (normally channel 4). | ||
| The rudder servo should be attached to the :ref:`RCMAP_YAW<RCMAP_YAW>` channel as well (normally channel 4). |
There was a problem hiding this comment.
rudder servo is not "attached"...the TX should send rudder stick commands to the RCMAP_YAW rc in channel
There was a problem hiding this comment.
Ok, let's fix the param description too, I agree on that word: https://ardupilot.org/plane/docs/parameters-Plane-stable-V4.5.7.html#rudder-only-rudder-only-aircraft
| this setup will fail, and the plane may crash upon entry into any stabilize mode. | ||
|
|
||
| Servo cables can be connected to any output of the autopilot, | ||
| but using the default channels 2-4 listed below is recommended. |
There was a problem hiding this comment.
| but using the default channels 2-4 listed below is recommended. | |
| but using channels 2-4 listed below is common. |
many autopilots do not provide servo rail power for channel 2 (or 1)
There was a problem hiding this comment.
Which ones? This means the existing 4 channel guide is not correct, and also seems like a pain in the butt for fixed wing users.
There was a problem hiding this comment.
actually having no servo power rail for the first two outputs is more convenient in many cases, usually the motor esc(s) are attached there, eliminating the need to remove the ESC BEC wire
| <tr><td>Roll Plane Left</td><td>Left aileron moves down and right aileron moves up</td><tr> | ||
| <tr><td>Pitch plane up</td><td>Elevator moves down</td></tr> | ||
| <tr><td>Pitch plane down</td><td>Elevator moves up</td></tr> | ||
| <tr><td>Yaw Plane Right</td><td>Rudder moves left</td></tr> |
There was a problem hiding this comment.
again there is no default yaw stabilization....only roll should move the rudder
|
|
||
| If the control surfaces do not respond correctly, change the RCn_reversed | ||
| parameter (from 0 to 1, or from 1 to 0). Do NOT reverse the output on your transmitter. It must be changed in the autopilot! | ||
| Double check MANUAL mode for the |
There was a problem hiding this comment.
no need for this if done in FBWA...any RC reverses are discovered in that step
There was a problem hiding this comment.
Ok, let's update the other guide then. I copied this from there.
| same inputs. If everything is setup correctly, the plane should be almost | ||
| ready to fly. | ||
|
|
||
| If in MANUAL mode the surfaces move backward with stick movements now, the corresponding RC input should be reversed. To do this, in Mission Planner RCn_REVERSED can be easily set on the SETUP/Mandatory Hardware/Radio Calibration page. |
There was a problem hiding this comment.
you could move this expansion up to the FBWA test
There was a problem hiding this comment.
Ditto on the 4-channel guide.
Signed-off-by: Ryan Friedman <25047695+Ryanf55@users.noreply.github.com>
|
According to Tridge, Rudder only is not expected to work with autotune. He expects a PD dominant controller. Let's start by documenting how to find RLL2SRV_RMAX from flight logs. |
|
@Ryanf55 status? |
I set up a Parksone radian today, and decided to document some of the special things for a 3-channel plane. Some of the content was stolen from
RUDDER_ONLYparam description, which wasn't mentioned in the wiki.Currently, there's a fair bit of duplication with the 4 channel plane page. Perhaps it's modify the 4 channel plane to be "conventional" and have separate section for 3/4 channel differences.