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

ign -> gz: namespaces #26

Closed Rezenders closed 2 years ago

Rezenders commented 2 years ago

In ignition garden commit https://github.com/gazebosim/gz-sim/commit/c7e25be28252a3e308098db205381871757b67f1 the following changes were introduced:

  • The ignition::gazebo namespace is deprecated and will be removed in future versions. Use gz::sim instead.
  • Header files under ignition/... are deprecated and will be removed in future versions. Use gz/... instead.
srmainwaring commented 2 years ago

Hi @Rezenders thanks for your contribution. I've merged #27 which is based on your branch and am closing this PR in lieu of that.