Skip to content

Plane: Add rudder only plane guide#6504

Draft
Ryanf55 wants to merge 2 commits intoArduPilot:masterfrom
Ryanf55:rudder-only-plane
Draft

Plane: Add rudder only plane guide#6504
Ryanf55 wants to merge 2 commits intoArduPilot:masterfrom
Ryanf55:rudder-only-plane

Conversation

@Ryanf55
Copy link
Copy Markdown
Contributor

@Ryanf55 Ryanf55 commented Jan 3, 2025

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_ONLY param 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.

Signed-off-by: Ryan Friedman <25047695+Ryanf55@users.noreply.github.com>
Comment thread plane/source/docs/guide-four-channel-plane.rst

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).
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rudder servo is not "attached"...the TX should send rudder stick commands to the RCMAP_YAW rc in channel

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no need for this if done in FBWA...any RC reverses are discovered in that step

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you could move this expansion up to the FBWA test

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ditto on the 4-channel guide.

Signed-off-by: Ryan Friedman <25047695+Ryanf55@users.noreply.github.com>
@Ryanf55
Copy link
Copy Markdown
Contributor Author

Ryanf55 commented Apr 21, 2025

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.

@Hwurzburg
Copy link
Copy Markdown
Contributor

@Ryanf55 status?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants