Skip to content

Commit

Permalink
chore(SpaceCobot): Update CAD to the new one
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-rebelo-teixeira committed Oct 26, 2024
1 parent 90df7d6 commit 40f8f44
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 65 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
models/space_cobot/meshes/cobot.dae filter=lfs diff=lfs merge=lfs -text
models/space_cobot/meshes/*.dae filter=lfs diff=lfs merge=lfs -text
59 changes: 0 additions & 59 deletions models/space_cobot/meshes/cobot.dae

This file was deleted.

18 changes: 12 additions & 6 deletions models/space_cobot/model.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<model name='space_cobot'>
<self_collide>false</self_collide>
<static>false</static>

<link name='base_link'>
<pose>0 0 0 0 -0 0</pose>
<inertial>
Expand All @@ -17,6 +18,7 @@
<izz>0.085225</izz>
</inertia>
</inertial>

<collision name='base_link_inertia_collision'>
<pose>0 0 0 0 -0 0</pose>
<geometry>
Expand Down Expand Up @@ -132,7 +134,7 @@

<!-- Rotor 0 and Rotor 4 form a pair -->
<link name='rotor_0'>
<pose>0.0 -0.1655 0.0 0.0 -0.958 0.0 </pose>
<pose>0.0 0.1655 0.0 0.0 -0.958 0.0 </pose>
<inertial>
<pose>0 0 0 0 -0 0</pose>
<mass>0.005</mass>
Expand Down Expand Up @@ -210,8 +212,9 @@
<rotorVelocitySlowdownSim>10</rotorVelocitySlowdownSim>
<motorType>velocity</motorType>
</plugin>

<link name='rotor_3'>
<pose>0.0 0.1655 0.0 0.0 2.1817 0.0</pose>
<pose>12.990 -7.5 0.0 0.959 -2.094 0.0</pose>
<inertial>
<pose>0 0 0 0 -0 0</pose>
<mass>0.005</mass>
Expand Down Expand Up @@ -292,7 +295,7 @@

<!-- Rotor 1 and Rotor 5 form a pair -->
<link name='rotor_1'>
<pose>0.1433 -0.0827 0.0 0.0 -0.9599 -1.0472</pose>
<pose>0.0 -15 0 0 0.0 2.181 0.0</pose>
<inertial>
<pose>0 0 0 0 -0 0</pose>
<mass>0.005</mass>
Expand Down Expand Up @@ -370,8 +373,9 @@
<rotorVelocitySlowdownSim>10</rotorVelocitySlowdownSim>
<motorType>velocity</motorType>
</plugin>

<link name='rotor_4'>
<pose>-0.1433 0.0827 0.0 0.0 0.9599 2.0944</pose>
<pose>-12.99 7.5 0.0 0.0 0.959 2.094</pose>
<inertial>
<pose>0 0 0 0 -0 0</pose>
<mass>0.005</mass>
Expand Down Expand Up @@ -449,9 +453,10 @@
<rotorVelocitySlowdownSim>10</rotorVelocitySlowdownSim>
<motorType>velocity</motorType>
</plugin>

<!-- Rotor 3 and Rotor 6 form a pair -->
<link name='rotor_2'>
<pose>0.1433 0.0827 0.0 0.0 0.9599 -2.0944</pose>
<pose>12.99 7.5 0.0 0.0 0.959 -1.047 0.0</pose>
<inertial>
<pose>0 0 0 0 -0 0</pose>
<mass>0.005</mass>
Expand Down Expand Up @@ -529,8 +534,9 @@
<rotorVelocitySlowdownSim>10</rotorVelocitySlowdownSim>
<motorType>velocity</motorType>
</plugin>

<link name='rotor_5'>
<pose>-0.1433 -0.0827 0.0 0.0 -0.9599 1.047</pose>
<pose>-12.99 7.5 0.0 0.0 0.959 1.047</pose>
<inertial>
<pose>0 0 0 0 -0 0</pose>
<mass>0.005</mass>
Expand Down

0 comments on commit 40f8f44

Please sign in to comment.