-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A few changes, don't really know tbh, nothing important
- Loading branch information
Jacob Gloudemans
committed
Mar 25, 2019
1 parent
7ed8af0
commit 3172bc2
Showing
5 changed files
with
33 additions
and
178 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 was deleted.
Oops, something went wrong.
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,17 @@ | ||
<robot name="test_robot"> | ||
|
||
<material name="blue"> | ||
<color rgba="0 0 0.5 1"/> | ||
</material> | ||
|
||
<link name="robot_frame"> | ||
<visual> | ||
|
||
<geometry> | ||
<mesh filename="package://robot_simulation/cad/full_robot.stl" scale="0.01 0.01 0.01"/> | ||
</geometry> | ||
<origin rpy="1.57075 0.0 0.0" xyz="0.0 0.0 0.5"/> | ||
<material name="blue"/> | ||
</visual> | ||
</link> | ||
</robot> |
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