-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename of x500_lidar to x_500_lidar_2d
- Loading branch information
1 parent
308dd27
commit a2d3f9e
Showing
3 changed files
with
30 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0"?> | ||
<model> | ||
<name>x500_lidar_2d</name> | ||
<version>1.0</version> | ||
<sdf version="1.9">model.sdf</sdf> | ||
<author> | ||
<name>Jacob Dahl</name> | ||
<email>[email protected]</email> | ||
</author> | ||
<description>x500 model with 2D Scanning Lidar</description> | ||
</model> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<sdf version='1.9'> | ||
<model name='x500_lidar_2d'> | ||
<include merge='true'> | ||
<uri>x500</uri> | ||
</include> | ||
<include merge='true'> | ||
<!-- <uri>https://fuel.gazebosim.org/1.0/OpenRobotics/models/Lidar 2d v2</uri> --> | ||
<uri>model://lidar_2d_v2</uri> | ||
<pose>.12 0 .26 0 0 0</pose> | ||
</include> | ||
<joint name="LidarJoint" type="fixed"> | ||
<parent>base_link</parent> | ||
<child>link</child> | ||
<pose relative_to="base_link">-.1 0 .26 0 0 0</pose> | ||
</joint> | ||
</model> | ||
</sdf> |