Skip to content

Commit

Permalink
Gazebo Partially working
Browse files Browse the repository at this point in the history
  • Loading branch information
hashaam1217 committed Aug 9, 2024
1 parent 75c5b84 commit 3041e49
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions src/triton_controls/config/thruster_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
max_rev: 2.92 # kgf
t5:
contrib:
y: -1.0
lx: -0.3284
ly: -0.075
x: -1.0
lx: -0.075
ly: -0.3984
lz: 0.0
t6:
contrib:
y: -1.0
lx: 0.3284
ly: -0.075
x: -1.0
lx: -0.075
ly: 0.2884
lz: 0.0
6 changes: 3 additions & 3 deletions src/triton_gazebo/models/triton_auv/model.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<!-- Thrusters -->
<include>
<uri>model://triton_thruster</uri>
<pose>0.0 -0.36 0 0 1.57 0</pose>
<pose>-0.325 0 0 1.57 0</pose>
<name>thruster1</name>
</include>

Expand All @@ -58,7 +58,7 @@
<!--
<pose>-0.14965425999999998 0.05152644 0.33146492 3.1415 3.1415 3.1415</pose>
-->
<pose>-0.325 -0.075 0 -1.57 0 0</pose>
<pose>-0.075 -0.3984 0 -1.57 0 1.57</pose>
<name>thruster5</name>
</include>

Expand All @@ -67,7 +67,7 @@
<!--
<pose>-0.14965425999999998 -0.38172644 0.33146492 3.1415 3.1415 0</pose>
-->
<pose>0.325 -0.075 0 -1.57 0 0</pose>
<pose>-0.075 0.2884 0 -1.57 0 1.57</pose>
<name>thruster6</name>
</include>

Expand Down
Binary file not shown.
Binary file not shown.
Binary file modified src/triton_gazebo/models/triton_frame/meshes/triton_frame.stl
Binary file not shown.
6 changes: 3 additions & 3 deletions src/triton_gazebo/models/triton_frame/model.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<pose>0 0 0 0 0 0</pose>
<geometry>
<mesh>
<uri>model://triton_frame/meshes/triton_frame.dae</uri>
<uri>model://triton_frame/meshes/triton_frame.stl</uri>
<scale>1 1 1</scale>
</mesh>
</geometry>
Expand All @@ -43,7 +43,7 @@
<pose>0 0 0 0 0 0</pose>
<geometry>
<mesh>
<uri>model://triton_frame/meshes/triton_frame.dae</uri>
<uri>model://triton_frame/meshes/triton_frame.stl</uri>
<scale>1 1 1</scale>
</mesh>
</geometry>
Expand Down Expand Up @@ -96,7 +96,7 @@
</collision>

<sensor type="camera" name="front_camera">
<pose>0.05 -0.57 0 0 0 -1.7 </pose>
<pose>0.57 -0.05 0 0 0 0 </pose>
<update_rate>60</update_rate>
<visualize>true</visualize>
<camera name="front">
Expand Down
Binary file not shown.

0 comments on commit 3041e49

Please sign in to comment.