Skip to content

Commit

Permalink
[OmniCopter] Correct motor inertials
Browse files Browse the repository at this point in the history
- Adjust motor inertials so they are centred on the joint positions (and are symmetrically arranged)

Signed-off-by: Rhys Mainwaring <[email protected]>
  • Loading branch information
srmainwaring committed Jan 14, 2022
1 parent 75e9d87 commit dacfab7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Ignition/models/omnicopter/model.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
<link name='motor_1_link'>
<pose relative_to='motor_1_joint'>0 0 0.018 0 0 0</pose>
<inertial>
<pose>0 0 0 0 0 0</pose>
<pose>0 0 -0.018 0 0 0</pose>
<mass>0.025</mass>
<inertia>
<ixx>9.75e-06</ixx>
Expand Down Expand Up @@ -300,7 +300,7 @@
<link name='motor_2_link'>
<pose relative_to='motor_2_joint'>0 0 0.018 0 0 0</pose>
<inertial>
<pose>0 0 0 0 0 0</pose>
<pose>0 0 -0.018 0 0 0</pose>
<mass>0.025</mass>
<inertia>
<ixx>9.75e-06</ixx>
Expand Down Expand Up @@ -410,7 +410,7 @@
<link name='motor_3_link'>
<pose relative_to='motor_3_joint'>0 0 0.018 0 0 0</pose>
<inertial>
<pose>0 0 0 0 0 0</pose>
<pose>0 0 -0.018 0 0 0</pose>
<mass>0.025</mass>
<inertia>
<ixx>9.75e-06</ixx>
Expand Down Expand Up @@ -520,7 +520,7 @@
<link name='motor_4_link'>
<pose relative_to='motor_4_joint'>0 0 0.018 0 0 0</pose>
<inertial>
<pose>0 0 0 0 0 0</pose>
<pose>0 0 -0.018 0 0 0</pose>
<mass>0.025</mass>
<inertia>
<ixx>9.75e-06</ixx>
Expand Down Expand Up @@ -630,7 +630,7 @@
<link name='motor_5_link'>
<pose relative_to='motor_5_joint'>0 0 0.018 0 0 0</pose>
<inertial>
<pose>0 0 0 0 0 0</pose>
<pose>0 0 -0.018 0 0 0</pose>
<mass>0.025</mass>
<inertia>
<ixx>9.75e-06</ixx>
Expand Down Expand Up @@ -740,7 +740,7 @@
<link name='motor_6_link'>
<pose relative_to='motor_6_joint'>0 0 0.018 0 0 0</pose>
<inertial>
<pose>0 0 0 0 0 0</pose>
<pose>0 0 -0.018 0 0 0</pose>
<mass>0.025</mass>
<inertia>
<ixx>9.75e-06</ixx>
Expand Down

0 comments on commit dacfab7

Please sign in to comment.