mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-01 13:50:34 +08:00
e5d5fcd315
This PR subscribes to the vehicle odometry in gz bridge / Add x500_vision model Fix transforms F
14 lines
400 B
XML
14 lines
400 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<sdf version='1.9'>
|
|
<model name='x500-vision'>
|
|
<include merge='true'>
|
|
<uri>https://fuel.gazebosim.org/1.0/RudisLaboratories/models/x500-Base</uri>
|
|
</include>
|
|
<plugin
|
|
filename="gz-sim-odometry-publisher-system"
|
|
name="gz::sim::systems::OdometryPublisher">
|
|
<dimensions>3</dimensions>
|
|
</plugin>
|
|
</model>
|
|
</sdf>
|