ArduPilot / ardupilot_gazebo

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

Add support for nested models #32

Closed srmainwaring closed 1 year ago

srmainwaring commented 1 year ago

This PR adds support for nested models. This feature was available in the original version of the plugin for Gazebo11.

Enhancement

Details

Ensure methods to find links, joints and sensors search in nested models.

This change will permit more complex models containing sensors and other peripherals to be composed from a collection of simpler models.

ArduPilot plugin

Models