Omnicopter
Last updated
Last updated
An Omnicopter is a multicopter that can provide thrust in all directions (6 degrees of freedom). This allows it to move in any direction without having to tilt, and it can hover at an arbitrary tilt angle. All of this is achieved by arranging the motor positions and thrust axis in specific ways:
This build follows the original design from .
The components needed for this build are:
Electronics:
Any RC receiver
Propulsion:
Battery: we used a 6S 3300mAh LiPo. Make sure to check the dimensions so it fits the frame.
Battery strap
Frame:
Required lengths:
square tube: 8 pieces with length of 248mm
rods: 12x328mm, 6x465mm
Screws:
Motors and standoffs: 40x M3x12mm
FC mount: 4x M3x35mm, 4x M3 nuts
Standoffs: 4x 40mm
Print the 3D parts :::note The orientation of the corner pieces matters. You will notice if it's wrong when the angles of the rods are not correct. :::
Cut the rods
Test that it all works by connecting the frame pieces together:
Place the motors as far out as possible, without the propellers touching the rods.
Solder the peripherals to the flight controller. We used the following assignments:
ESCs: the 2 ESCs can be connected directly to the two connectors of the KakuteH7. To avoid conflicts we removed the power pin (right-most pin) from one of the connectors.
Telemetry to UART1
GPS to UART4
Remarks:
Make sure the magnetometer is placed away from power. We ended up placing it to the bottom of the center-piece with a 4cm padding styrofoam.
Put some tape on the barometer (without taping the opening!) to avoid any influence from light.
We did not glue the frame. It is certainly advisible to do so after initial test flights, but it might work without.
First, configure the ESCs to 3D mode (bidirectional). We had issues with the stock ESC settings in 3D mode: when trying to switch direction, a motor sometimes did not start anymore until the ESC was rebooted. So we had to change ESC settings.
To do so, you can use Betaflight on the flight controller and then use pass-through mode and the BL Heli suite (make sure there is an airframe with 8 motors configured in Betaflight). These are the settings:
In particular:
set the Motor Direction to Bidirectional Soft
increase the Rampup Power to 100% (this is conservative and might reduce efficiency)
:::note Make sure the motors do not overheat with the changed settings. :::
Select a generic multicopter airframe
Parameters:
There is an omnicopter simulation target in Gazebo Classic:
Some general remarks:
The hover throttle is about 30%.
The flight time is around 4-5min. This could probably be improved a bit by using larger propellers.
Flight controller:
Coupled with 2x :::note You can select your own flight controller of choice, it just needs to support 8 DShot outputs. :::
GPS:
:::note Any other GPS may work as well, however a helix antenna is expected to perform better for inverted flights. :::
An external Magnetometer. We used the .
Telemetry link, e.g.
Motors: 8x
3D Propellers: 2x or 2x
Carbon square tube R 8mm X 7mm X 1000mm, e.g.
Carbon Rods R 3mm X 2mm X 1000mm, e.g.
RC to UART6
Use an , do not use stick arming
as output protocol on all eight outputs
Configure the motors according to this: We used the following convention: the motors are facing the direction of where the axis points to. The spinning direction matches the direction of positive thrust (moving the motor slider up). Make sure to use the right props, as there is a CCW and a CW version.
Change the desaturation logic for better attitude tracking: set to 0.
Disable failure detection: set and to 0.
contains all the relevant parameters.
@