mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-29 14:54:07 +08:00
* Port of the PX4 Vision gazebo-classic model to Gazebo. With Gazebo Garden, everything seems functionnal. * Port of the PX4 Vision gazebo-classic model to Gazebo. With Gazebo Garden, everything seems functionnal. * Added airframe for command make px4_sitl gz_px4vision * revert author field * Import model from Ignition Fuel instead of defining it directly in the .sdf
11 lines
209 B
XML
11 lines
209 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<sdf version='1.9'>
|
|
<model name='px4vision'>
|
|
<include>
|
|
<uri>
|
|
https://fuel.gazebosim.org/1.0/PX4/models/PX4 Vision
|
|
</uri>
|
|
</include>
|
|
</model>
|
|
</sdf>
|