[sitl] Implement gazbo-classic simulation of tailsitter with 2 rotors#26214
[sitl] Implement gazbo-classic simulation of tailsitter with 2 rotors#26214mengchaoheng wants to merge 1 commit intoPX4:mainfrom
Conversation
c600ccc to
0fc61ef
Compare
0fc61ef to
e79b5b5
Compare
|
After a period of testing, I updated some parameters that performed well and now submit them together with the PR. |
d7adfbe to
43dd722
Compare
| ) | ||
|
|
||
| set(models | ||
| advanced_tailsitter |
There was a problem hiding this comment.
Given that the tailsitter was not flying in gazebo classic, could we just use that airframe?
the word advanced is associated with the advanced_lift_drag plugin, which is not being used for this tailsitter.
There was a problem hiding this comment.
OK, thank you for the reminder, it is still waiting for review. @hamishwillee
@mengchaoheng It might still be waiting on your response to this
34d1a65 to
d1d75fe
Compare
- Update submodule sitl_gazebo-classic. - Modified the 1041_gazebo-classic_tailsitter parameter to achieve stable flight. - Add advanced_tailsitter
d1d75fe to
2ec2a7b
Compare
|
When this goes in, please update https://docs.px4.io/main/en/sim_gazebo_classic/vehicles and the table in this section https://docs.px4.io/main/en/sim_gazebo_classic/#running-the-simulation |
|
OK, thank you for the reminder, it is still waiting for review. @hamishwillee |
Update submodule sitl_gazebo-classic.
Modified the 1041_gazebo-classic_tailsitter parameter to achieve stable flight.
Solved Problem
For a long time, the tailsitter VTOL has used four rotors to simulate the torque effect of the tail control surface, which is actually a quadtailsitter. This PR will rework
1041_gazebo-classic_tailsitterto achieve true tailsitter simulation in conjunction with PX4/PX4-SITL_gazebo-classic#1083.Solution
By enabling the wind generated by the propeller, the control effect is achieved when hovering.