ArduPilot / ardupilot_gazebo

Plugins and models for vehicle simulation in Gazebo Sim with ArduPilot SITL controllers
GNU Lesser General Public License v3.0
81 stars 76 forks source link

Iris: add tether and payload example #87

Open srmainwaring opened 5 months ago

srmainwaring commented 5 months ago

Draft: do not merge this version.

Add a model for a 4m x 6mm rope tether and provide example with tether and payload attached to an Iris.

Tether model originally sourced from https://github.com/RigidWing/sitl_gazebo and modified to correct physical properties (inertia and dynamics).

Usage

Follow the instructions for the standard Iris example in the README.

Details

Tether

Payload

Figure: iris and tether in initial configuration

iris_tether_landed

Figure: iris and tether hovering

iris_tether_hover

Figure: waypoint mission iris_tether_auto

Other changes

rmackay9 commented 5 months ago

Wow, fantastic! I was thinking of adding support for reducing oscillation of slung payloads for an upcoming competition later this year.

tridge commented 5 months ago

@srmainwaring thanks!