Skip to content

Commit

Permalink
Porting Advanced Lift Drag Plugin to Gazebo (#2185)
Browse files Browse the repository at this point in the history
# Summary
This is a plugin that ports the behaviour of the advanced lift drag plugin that was present in Gazebo Classic to Gazebo. The physics implementation have not changed, but the plugin has been adapted to work with the entity component system. Primary modeling differences in the advanced_lift_drag plugin from the original liftdrag_plugin include:

- quadratic formulation for drag 
- side force
- flat-plate post-stall model
- aerodynamic moments about all three axes
- body rate stability derivatives
- actuator control derivatives

The objective is to provide a more accurate model of a wing than what is provided in the basic lift drag plugin.

Signed-off-by: frederik <[email protected]>
Signed-off-by: Frederik Markus <[email protected]>
Signed-off-by: Arjo Chakravarty <[email protected]>
Co-authored-by: frederik <[email protected]>
Co-authored-by: Arjo Chakravarty <[email protected]>
  • Loading branch information
3 people authored Nov 2, 2023
1 parent 5d1c505 commit b8d1679
Show file tree
Hide file tree
Showing 5 changed files with 1,683 additions and 0 deletions.
Loading

0 comments on commit b8d1679

Please sign in to comment.