Skip to content

Commit 837bed4

Browse files
committed
Reducing thrust
1 parent 55f510e commit 837bed4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ros_ws/src/navigation/config/karaburan_boat.sdf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,17 +92,17 @@
9292
<namespace>karaburan</namespace>
9393
<joint_name>left_prop_joint</joint_name>
9494
<fluid_density>1000</fluid_density>
95-
<propeller_diameter>0.08</propeller_diameter>
96-
<thrust_coefficient>0.004</thrust_coefficient>
95+
<propeller_diameter>0.06</propeller_diameter>
96+
<thrust_coefficient>0.0004</thrust_coefficient>
9797
<!-- standaard: cmd_thrust (N), joint wordt visueel gesponnen -->
9898
</plugin>
9999

100100
<plugin filename="gz-sim-thruster-system" name="gz::sim::systems::Thruster">
101101
<namespace>karaburan</namespace>
102102
<joint_name>right_prop_joint</joint_name>
103103
<fluid_density>1000</fluid_density>
104-
<propeller_diameter>0.08</propeller_diameter>
105-
<thrust_coefficient>0.004</thrust_coefficient>
104+
<propeller_diameter>0.06</propeller_diameter>
105+
<thrust_coefficient>0.0004</thrust_coefficient>
106106
</plugin>
107107

108108

0 commit comments

Comments
 (0)