地面站终端 App
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
2.2 KiB

User Guide and DevGuide source migration to Stable v4_3 (#10882) * User guide migration to QGC source * Add google analytics - but need [GA4] Find your Google tag ID * Update (most) notes to use vitepress note syntax * Convert remaining notes, tips, warnings * Prettier all the files * Lower case and compress all images * Lower case filenames * docs_deploy1 * Disable platform builds on commit to docs (only) * Test deployment script 1 (#10893) * docs_deploy1 * Disable platform builds on commit to docs (only) * docs_deploy2 * lower case waypoint file * Lower case console.jpg * Add duplicate index as fallback * Get path from process * fix upload * Disable running workflows for changes in the actions * Attempt update via github workflow * Attempt workflow update * A bit more deployment debugging * MOdify yaml to use personal access token * Lower case the support.md * Fix up pattern * Add UI design - ignored by github * Fix up plugins name * Fix up toolbar * Fix up the Support path * Fix up support link to go to the NEW target * Only build this on commit * Add docs stablev4 3 (#10894) * docs_deploy1 * Disable platform builds on commit to docs (only) * docs_deploy2 * lower case waypoint file * Lower case console.jpg * Add duplicate index as fallback * Get path from process * fix upload * Disable running workflows for changes in the actions * Attempt update via github workflow * Attempt workflow update * A bit more deployment debugging * MOdify yaml to use personal access token * Lower case the support.md * Fix up pattern * Add UI design - ignored by github * Fix up plugins name * Fix up toolbar * Fix up the Support path * Fix up support link to go to the NEW target * Only build this on commit * Remove unused files
1 year ago
# Motors Setup (ArduSub)
In order for ArduSub to function properly, the motors must be correctly set up.
If you just assembled your ROV, first make sure that the thrusters are connected to the correct outputs in the **Manual Test** section.
Drag each slider and make sure that the _correct motor_ spins accordingly to the frame displayed.
Once you know that the thrusters are connected to the proper outputs you can check for _correct direction_ (forward/reverse) using either [automatic direction detection](#automatic) (recommended from ArduSub 4.0) or the [manual test](#manual).
:::info
[Manual Test](#manual) is supported by ArduSub up to 3.5, while ArduSub 4.0 supports both [Manual Test](#manual) and [automatic direction detection](#automatic).
:::
## Manual Test {#manual}
The ArduSub motor setup allows you to test individual motors.
The sliders allow spinning each motor in forward or reverse mode, and the checkboxes under the sliders allow reversing the operation of individual thrusters.
The image at the right shows the frame currently in use, along with the location and orientation of each thruster.
If the frame selection does not match your vehicle, first select the correct frame in the [Frame](../setup_view/airframe_ardupilot.md#ardusub) tab.
To manually set up and test the motors, read and follow the instructions on the page.
::: warning
Make sure the motors and propellers are clear from obstructions before sliding the switch to arm the vehicle and enable the test!
:::
![Ardusub Motors Test](../../../assets/setup/motors-sub.jpg)
## Automatic Direction Detection {#automatic}
Ardusub 4.0 and newer support automatic detection of the motor directions.
This works by applying pulses to each motor, checking if the frame reacts as expected, and reversing the motor if necessary.
The process takes around one minute.
To perform the automatic motor direction detection, navigate to **Vehicle Setup->Motors** tab, click the **Auto-Detect Directions** button and wait.
Additional output about the process will be shown next to the button as it runs.
::: warning
This procedure still requires that the motors are connected to the _correct outputs_ as shown in the frame view!
:::
![Ardusub Motors Auto-Setup](../../../assets/setup/motors-sub-auto.jpg)