-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #114 from diegoferigo/update_models
Update models and worlds
- Loading branch information
Showing
20 changed files
with
396 additions
and
1,232 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
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
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 |
---|---|---|
@@ -1,16 +1,16 @@ | ||
<?xml version="1.0"?> | ||
<model> | ||
<name>CartPole World for Ignition</name> | ||
<name>CartPole</name> | ||
|
||
<version>1.0</version> | ||
<sdf version='1.6'>CartPole.sdf</sdf> | ||
<sdf version='1.6'>CartPole.urdf</sdf> | ||
|
||
<author> | ||
<name>Diego Ferigo</name> | ||
<email>[email protected]</email> | ||
</author> | ||
|
||
<description> | ||
World for the CartPole. | ||
SDF model of a simple cartpole. | ||
</description> | ||
</model> |
Oops, something went wrong.