This repository has been archived by the owner on Feb 21, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 124
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 #736 from fqez/issue_386_2
[fix #386] Added new Formula1 plugin
- Loading branch information
Showing
32 changed files
with
16,043 additions
and
0 deletions.
There are no files selected for viewing
6,323 changes: 6,323 additions & 0 deletions
6,323
src/drivers/gazeboserver/models/formula1/meshes/F1.dae
Large diffs are not rendered by default.
Oops, something went wrong.
6,495 changes: 6,495 additions & 0 deletions
6,495
src/drivers/gazeboserver/models/formula1/meshes/F1_orig.dae
Large diffs are not rendered by default.
Oops, something went wrong.
235 changes: 235 additions & 0 deletions
235
src/drivers/gazeboserver/models/formula1/meshes/hokuyo.dae
Large diffs are not rendered by default.
Oops, something went wrong.
100 changes: 100 additions & 0 deletions
100
src/drivers/gazeboserver/models/formula1/meshes/wheel.dae
Large diffs are not rendered by default.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0"?> | ||
|
||
<model> | ||
<name>Formula1</name> | ||
<version>1.0</version> | ||
<sdf version='1.5'>model.sdf</sdf> | ||
|
||
<author> | ||
<name>Andres Hernandez</name> | ||
<email>andresjhe@gmail.com</email> | ||
</author> | ||
|
||
<description> | ||
A description of the model | ||
</description> | ||
</model> |
Oops, something went wrong.