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
13,483 changes: 13,483 additions & 0 deletions src/drivers/gazeboserver/models/mbot/meshes/chasis.dae

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26,085 changes: 26,085 additions & 0 deletions src/drivers/gazeboserver/models/mbot/meshes/completo.dae

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3,312 changes: 3,312 additions & 0 deletions src/drivers/gazeboserver/models/mbot/meshes/ir_sensor.dae

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
396 changes: 396 additions & 0 deletions src/drivers/gazeboserver/models/mbot/meshes/left_wheel.dae

Large diffs are not rendered by default.

396 changes: 396 additions & 0 deletions src/drivers/gazeboserver/models/mbot/meshes/right_wheel.dae

Large diffs are not rendered by default.

5,754 changes: 5,754 additions & 0 deletions src/drivers/gazeboserver/models/mbot/meshes/us_sensor.dae

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions src/drivers/gazeboserver/models/mbot/model.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0"?>

<model>
<name>MBot</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>
114 changes: 114 additions & 0 deletions src/drivers/gazeboserver/models/mbot/model.sdf
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
<?xml version='1.0'?>
<sdf version="1.5">
<model name="mbot">
<link name="chasis">
<pose>0 0 0 0 0 0</pose>
<inertial>
<mass>0.5</mass>
<inertia>
<ixx>1</ixx>
<ixy>0</ixy>
<iyy>1</iyy>
<ixz>0</ixz>
<iyz>0</iyz>
<izz>1</izz>
</inertia>
</inertial>
<collision name="collision">
<geometry>
<mesh>
<uri>model://mbot/meshes/chasis.dae</uri>
</mesh>
</geometry>
</collision>
<visual name="visual">
<geometry>
<mesh>
<uri>model://mbot/meshes/chasis.dae</uri>
</mesh>
</geometry>
</visual>
</link>

<link name="right_wheel">
<pose>-0.003 -0.049 0.032 0 0 0</pose>
<inertial>
<mass>0.08</mass>
<inertia>
<ixx>1</ixx>
<ixy>0</ixy>
<iyy>1</iyy>
<ixz>0</ixz>
<iyz>0</iyz>
<izz>1</izz>
</inertia>
</inertial>
<collision name="collision">
<pose>0 0 0 0 0 0 </pose>
<geometry>
<mesh>
<uri>model://mbot/meshes/right_wheel.dae</uri>
</mesh>
</geometry>
</collision>
<visual name="visual">
<geometry>
<mesh>
<uri>model://mbot/meshes/right_wheel.dae</uri>
</mesh>
</geometry>
</visual>
</link>
<link name="left_wheel">
<pose>-0.003 0.041 0.032 0 0 0</pose>
<inertial>
<mass>0.08</mass>
<inertia>
<ixx>1</ixx>
<ixy>0</ixy>
<iyy>1</iyy>
<ixz>0</ixz>
<iyz>0</iyz>
<izz>1</izz>
</inertia>
</inertial>
<collision name="collision">
<pose>0 0 0 0 0 0 </pose>
<geometry>
<mesh>
<uri>model://mbot/meshes/left_wheel.dae</uri>
</mesh>
</geometry>
</collision>
<visual name="visual">
<geometry>
<mesh>
<uri>model://mbot/meshes/left_wheel.dae</uri>
</mesh>
</geometry>
</visual>
</link>

<joint type="revolute" name="right_wheel_hinge">
<pose>0 0 0 0 0 0</pose>
<child>right_wheel</child>
<parent>chasis</parent>
<axis>
<xyz>0 1 0</xyz>
</axis>
</joint>
<joint type="revolute" name="left_wheel_hinge">
<pose>0 0 0 0 0 0</pose>
<child>left_wheel</child>
<parent>chasis</parent>
<axis>
<xyz>0 1 0</xyz>
</axis>
</joint>

<!--<plugin name="carMotors" filename="libcarMotors.so"/>-->
<!--<plugin name="pose3d" filename="libcarPose3D.so"/>-->

</model>
</sdf>