mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-17 03:27:34 +08:00
0d0bfc1937
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
134 lines
8.5 KiB
Markdown
134 lines
8.5 KiB
Markdown
# ARK Flow MR
|
|
|
|
ARK Flow MR ("Mid Range") is an open source [DroneCAN](index.md) [optical flow](../sensor/optical_flow.md), [distance sensor](../sensor/rangefinders.md), and IMU module.
|
|
It is the next generation of the [Ark Flow](ark_flow.md), designed for mid-range applications.
|
|
|
|

|
|
|
|
## Де купити
|
|
|
|
Замовте цей модуль з:
|
|
|
|
- [ARK Electronics](https://arkelectron.com/product/ark-flow-mr/) (US)
|
|
|
|
## Характеристики обладнання
|
|
|
|
- [Open Source Schematic and BOM](https://github.com/ARK-Electronics/ARK_Flow_MR)
|
|
- Датчики
|
|
- PixArt PAA3905 Optical Flow Sensor
|
|
- Auto detection of challenging conditions, such as checker boards, stripes, glossy surface and yawing
|
|
- Wide working range from 80mm up to infinity
|
|
- Automatic switching of Operation Mode
|
|
- 40mW ІЧ-світлодіод, вбудований на плату для покращення роботи в умовах слабкого освітлення
|
|
- Broadcom AFBR-S50LX85D Time-of-Flight Distance Sensor
|
|
- Laser Opening Angle of 2° x 2°
|
|
- Typical distance range up to 50m
|
|
- Operation in up to 200 kilolux ambient light
|
|
- Добре працює на всіх поверхнях
|
|
- Invensense IIM-42653 6-Axis IMU
|
|
- Два роз'єми стандарту CAN для Pixhawk (4 контакти JST GH)
|
|
- Роз'єм для відлагодження стандарту Pixhawk (6 контактів JST SH)
|
|
- Software controlled built-in CAN termination resistor via node parameter (CANNODE_TERM)
|
|
- Малий форм-фактор
|
|
- 3см x 3см x 1.4см
|
|
- LED індикатори
|
|
- USA Built
|
|
|
|
## Налаштування програмного забезпечення
|
|
|
|
### Підключення
|
|
|
|
The ARK Flow MR is connected to the CAN bus using a Pixhawk standard 4 pin JST GH cable.
|
|
For more information, refer to the [CAN Wiring](../can/index.md#wiring) instructions.
|
|
|
|
### Встановлення
|
|
|
|
The recommended mounting orientation is with the connectors on the board pointing towards **back of vehicle**, as shown in the following picture.
|
|
|
|

|
|
|
|
This corresponds to the default value (`0`) of the parameter [SENS_FLOW_ROT](../advanced_config/parameter_reference.md#SENS_FLOW_ROT).
|
|
Змініть параметр належним чином, якщо використовується інша орієнтація.
|
|
|
|
The sensor can be mounted anywhere on the frame, but you will need to specify the focal point position, relative to vehicle centre of gravity, during [PX4 configuration](#px4-configuration).
|
|
|
|
## Налаштування прошивки
|
|
|
|
ARK Flow MR runs the [PX4 DroneCAN Firmware](px4_cannode_fw.md).
|
|
As such, it supports firmware update over the CAN bus and [dynamic node allocation](index.md#node-id-allocation).
|
|
|
|
ARK Flow MR boards ship with recent firmware pre-installed, but if you want to build and flash the latest firmware yourself see [PX4 DroneCAN Firmware > Building the Firmware](px4_cannode_fw.md#building-the-firmware).
|
|
|
|
- Firmware target: `ark_can-flow-mr_default`
|
|
- Bootloader target: `ark_can-flow-mr_canbootloader`
|
|
|
|
## Налаштування польотного контролера
|
|
|
|
:::info
|
|
The Ark Flow MR will not boot if there is no SD card in the flight controller when powered on.
|
|
:::
|
|
|
|
### Увімкнути DroneCAN
|
|
|
|
Кроки наступні:
|
|
|
|
- In _QGroundControl_ set the parameter [UAVCAN_ENABLE](../advanced_config/parameter_reference.md#UAVCAN_ENABLE) to `2` for dynamic node allocation (or `3` if using [DroneCAN ESCs](../dronecan/escs.md)) and reboot (see [Finding/Updating Parameters](../advanced_config/parameters.md)).
|
|
- Connect ARK Flow MR CAN to the Pixhawk CAN.
|
|
|
|
Після активації модуль буде виявлено при завантаженні.
|
|
Flow data should arrive at 100Hz.
|
|
Distance sensor data should arrive at 40Hz.
|
|
|
|
DroneCAN configuration in PX4 is explained in more detail in [DroneCAN > Enabling DroneCAN](../dronecan/index.md#enabling-dronecan).
|
|
|
|
### Конфігурація PX4
|
|
|
|
You need to set the EKF optical flow parameters to enable fusing optical flow measurements for velocity calculation, set necessary [DroneCAN](index.md) parameters, and define offsets if the sensor is not centred within the vehicle.
|
|
|
|
Set the following parameters in _QGroundControl_:
|
|
|
|
- Enable optical flow fusion by setting [EKF2_OF_CTRL](../advanced_config/parameter_reference.md#EKF2_OF_CTRL).
|
|
- To optionally disable GPS aiding, set [EKF2_GPS_CTRL](../advanced_config/parameter_reference.md#EKF2_GPS_CTRL) to `0`.
|
|
- Enable [UAVCAN_SUB_FLOW](../advanced_config/parameter_reference.md#UAVCAN_SUB_FLOW).
|
|
- Enable [UAVCAN_SUB_RNG](../advanced_config/parameter_reference.md#UAVCAN_SUB_RNG).
|
|
- Set [EKF2_RNG_A_HMAX](../advanced_config/parameter_reference.md#EKF2_RNG_A_HMAX) to `10`.
|
|
- Set [EKF2_RNG_QLTY_T](../advanced_config/parameter_reference.md#EKF2_RNG_QLTY_T) to `0.2`.
|
|
- Set [UAVCAN_RNG_MIN](../advanced_config/parameter_reference.md#UAVCAN_RNG_MIN) to `0.08`.
|
|
- Set [UAVCAN_RNG_MAX](../advanced_config/parameter_reference.md#UAVCAN_RNG_MAX) to `50`.
|
|
- Set [SENS_FLOW_MINHGT](../advanced_config/parameter_reference.md#SENS_FLOW_MINHGT) to `0.08`.
|
|
- Set [SENS_FLOW_MAXHGT](../advanced_config/parameter_reference.md#SENS_FLOW_MAXHGT) to `25`.
|
|
- Set [SENS_FLOW_MAXR](../advanced_config/parameter_reference.md#SENS_FLOW_MAXR) to `7.4` to match the PAW3902 maximum angular flow rate.
|
|
- The parameters [EKF2_OF_POS_X](../advanced_config/parameter_reference.md#EKF2_OF_POS_X), [EKF2_OF_POS_Y](../advanced_config/parameter_reference.md#EKF2_OF_POS_Y) and [EKF2_OF_POS_Z](../advanced_config/parameter_reference.md#EKF2_OF_POS_Z) can be set to account for the offset of the Ark Flow MR from the vehicle centre of gravity.
|
|
|
|
## Ark Flow MR Configuration
|
|
|
|
You may need to [configure the following parameters](../dronecan/index.md#qgc-cannode-parameter-configuration) on the ARK Flow MR itself:
|
|
|
|
| Параметр | Опис |
|
|
| -------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
| <a id="CANNODE_NODE_ID"></a>[CANNODE_NODE_ID](../advanced_config/parameter_reference.md#CANNODE_NODE_ID) | CAN node ID (0 for dynamic allocation). If set to 0 (default), dynamic node allocation is used. Set to 1-127 to use a static node ID. |
|
|
| <a id="CANNODE_TERM"></a>[CANNODE_TERM](../advanced_config/parameter_reference.md#CANNODE_TERM) | Вбудована завершення шини CAN. |
|
|
|
|
## Значення LED індикаторів
|
|
|
|
- Blinking green is normal operation
|
|
- Rapid blinking blue and red is firmware update
|
|
|
|
Якщо ви бачите червоний світлодіод, це означає, що виникла помилка, і вам слід перевірити наступне:
|
|
|
|
- Переконайтеся, що у польотному контролері встановлено SD-картку.
|
|
- Make sure the Ark Flow MR has `ark_can-flow-mr_canbootloader` installed prior to flashing `ark_can-flow-mr_default`.
|
|
- Видаліть бінарні файли з кореневих та ufw директорій SD-карти та спробуйте зібрати та знову прошити.
|
|
|
|
## Відео
|
|
|
|
<lite-youtube videoid="SAbRe1fi7bU" params="list=PLUepQApgwSozmwhOo-dXnN33i2nBEl1c0" title="ARK Flow Indoor Position Hold x64"/>
|
|
|
|
<!-- ARK Flow MR with PX4 Optical Flow Position Hold: 20210605 -->
|
|
|
|
_PX4 holding position using the ARK Flow MR sensor for velocity estimation (in [Position Mode](../flight_modes_mc/position.md))._
|
|
|
|
## Дивіться також
|
|
|
|
- [ARK Flow MR](https://arkelectron.gitbook.io/ark-documentation/sensors/ark-flow-mr) (ARK Docs)
|