Skip to content
This repository was archived by the owner on Feb 21, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions src/drivers/gazeboserver/models/circuitoMBOT/manifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0"?>

<model>
<name>Ground Plane</name>
<version>1.0</version>
<sdf version="1.2">model.sdf</sdf>
<sdf version="1.3">model-1_3.sdf</sdf>

<author>
<name>Nate Koenig</name>
<email>nate@osrfoundation.org</email>
</author>

<description>
A simple ground plane.
</description>
</model>
320 changes: 320 additions & 0 deletions src/drivers/gazeboserver/models/circuitoMBOT/meshes/circuitoMbot.dae

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions src/drivers/gazeboserver/models/circuitoMBOT/model.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0"?>

<model>
<name>circuito mbot</name>
<version>1.0</version>
<sdf>model.sdf</sdf>

<author>
<name>Nate Koenig</name>
<email>nate@osrfoundation.org</email>
</author>

<description>
A simple ground plane.
</description>
</model>
32 changes: 32 additions & 0 deletions src/drivers/gazeboserver/models/circuitoMBOT/model.sdf
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?xml version="1.0"?>
<sdf version="1.3">
<model name="circuitoMbot">
<static>true</static>
<link name="link">
<collision name="collision">
<geometry>
<plane>
<normal>0 0 1</normal>
<size>100 100</size>
</plane>
</geometry>
<surface>
<friction>
<ode>
<mu>100</mu>
<mu2>50</mu2>
</ode>
</friction>
</surface>
</collision>
<visual name="visual">
<cast_shadows>false</cast_shadows>
<geometry>
<mesh>
<uri>model://circuitoMBOT/meshes/circuitoMbot.dae</uri>
</mesh>
</geometry>
</visual>
</link>
</model>
</sdf>
11,146 changes: 2,755 additions & 8,391 deletions src/drivers/gazeboserver/models/mbot/meshes/chasis.dae

Large diffs are not rendered by default.

Loading