-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Documenting and cleaning up last message fields
Signed-off-by: Louise Poubel <[email protected]>
- Loading branch information
Showing
8 changed files
with
416 additions
and
89 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?xml version="1.0"?> | ||
<!-- | ||
Development of this module has been funded by the Monterey Bay Aquarium | ||
Research Institute (MBARI) and the David and Lucile Packard Foundation | ||
--> | ||
<model> | ||
<name>axes</name> | ||
<version>1.0</version> | ||
<sdf version="1.6">model.sdf</sdf> | ||
|
||
<author> | ||
<name>Louise Poubel</name> | ||
<email>[email protected]</email> | ||
</author> | ||
|
||
<description> | ||
</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,48 @@ | ||
<?xml version="1.0"?> | ||
<!-- | ||
Development of this module has been funded by the Monterey Bay Aquarium | ||
Research Institute (MBARI) and the David and Lucile Packard Foundation | ||
--> | ||
<sdf version="1.6"> | ||
<model name="axes"> | ||
<link name="link"> | ||
<pose degrees="true">0 0 0 0 180 -90</pose> | ||
<visual name="X"> | ||
<pose degrees="true">0.5 0 0 0 90 0</pose> | ||
<geometry> | ||
<cylinder> | ||
<length>1</length> | ||
<radius>0.1</radius> | ||
</cylinder> | ||
</geometry> | ||
<material> | ||
<diffuse>1 0 0</diffuse> | ||
</material> | ||
</visual> | ||
<visual name="Y"> | ||
<pose degrees="true">0 0.5 0 90 0 0</pose> | ||
<geometry> | ||
<cylinder> | ||
<length>1</length> | ||
<radius>0.1</radius> | ||
</cylinder> | ||
</geometry> | ||
<material> | ||
<diffuse>0 1 0</diffuse> | ||
</material> | ||
</visual> | ||
<visual name="Z"> | ||
<pose degrees="true">0 0 0.5 0 0 0</pose> | ||
<geometry> | ||
<cylinder> | ||
<length>1</length> | ||
<radius>0.1</radius> | ||
</cylinder> | ||
</geometry> | ||
<material> | ||
<diffuse>0 0 1</diffuse> | ||
</material> | ||
</visual> | ||
</link> | ||
</model> | ||
</sdf> |
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
Oops, something went wrong.