Dual Tailsitter Gazebo Hover Simulation

Hi,

is it possible to use Gazebo to simulate hover of a Dual Motor Tailsitter VTLO? In this case Gazebo has to simulate the ā€œforcesā€ of the control surfaces in hover as well. Can Gazebo simulate this already?

Thanks and regards,
Mike

1 Like

Iā€™m not sure if Gazebo can do this, but Iā€™m interested. Have you seen the quad tailsitter gazebo model?

https://dev.px4.io/en/simulation/gazebo.html

make posix_sitl_default gazebo_tailsitter

Hi Mike,

iā€™m interrested too. Iā€™m just new to this community, my plan is to build and develop Dual motor Tailsitter, like caipirhina but with an optionnal foldable tail for extended range (because flying wing are poor performers)
as gazebo can simulate quads and planes, this should be possible, we have to dig. Any help welcome !

(for now, i can run and control iris drone with gazebo/qgroundcontrol, bor i cant run the tailsitter dagar is mentionning, an error occur and gazebo finally launch empty worldā€¦)

iā€™ll follow this topic !

Regards,
Matthias

@tumbili Would be great if you could chime in there.

@dagar Yes, have seen the quad tailsitter. I think it will not use the force of the control surfaces in hover mode, but I am not 100% sure. I will get a bit deeper into this when I have some time.

Regards
Mike

@Matthias_Favrel Hi Matthias, we have to figure out if it is as easy as simulating an airplane. There is no ā€œairspeedā€ in hover mode, the ā€œairspeedā€ has to come from the propellers, I donā€™t know how complicated that kind of simulation is in Gazebo.

Regards
Mike

Yes, I donā€™t think we will manage this with proper air coming from the propellers, instead it should be possible to apply forces related by equation to the angle of the control surface. We should dig into the airplane model (I havenā€™t found how it works at the moment), does anyone know how aerodynamic is modelled ?

Hereā€™s some general background on the gazebo LiftDrag plugin. http://gazebosim.org/tutorials?tut=aerodynamics&cat=plugins

Apparently it doesnā€™t model any aerodynamic moments. https://github.com/PX4/Firmware/issues/8213

Do you guys have any updates on this? I have been trying to extend the PhoenixDrone project to support transtion + fixed-wing flight as well by superimposing the aerodynamic forces from LiftDragPlugin onto the existing model and staring the fixed-wing position and attitude control module. However, I canā€™t seem to get the vehicle to transition (problematic pitch control causes the vehicle to hit the ground before transitioning to the fixed-wing mode).

Already replied: https://github.com/PX4/Firmware/issues/13875

1 Like