PX4 simulation stack
model.sdf
Go to the documentation of this file.
1 <?xml version='1.0'?>
2 <sdf version='1.6'>
3  <model name='iris_lidar_vertical'>
4 
5  <include>
6  <uri>model://iris</uri>
7  </include>
8 
9  <include>
10  <uri>model://lidar_2d</uri>
11  <pose>0.1 0 0 0 1.57 0</pose>
12  </include>
13  <joint name="lidar_joint" type="fixed">
14  <child>lidar_2d::lidar_link</child>
15  <parent>iris::base_link</parent>
16  <axis>
17  <xyz>0 0 1</xyz>
18  <limit>
19  <upper>0</upper>
20  <lower>0</lower>
21  </limit>
22  </axis>
23  </joint>
24 
25  </model>
26 </sdf>
27 <!-- vim: set noet fenc=utf-8 ff=unix sts=0 sw=4 ts=4 : -->
28