Skip to content

Commit

Permalink
Gazebo: tune BlueBoat thruster multiplier
Browse files Browse the repository at this point in the history
Signed-off-by: Rhys Mainwaring <[email protected]>
  • Loading branch information
srmainwaring committed Nov 10, 2023
1 parent 8d6a5dc commit f65354e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions Gazebo/models/blueboat/model.config
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,23 @@

3D Models retrieved from:
https://cad.bluerobotics.com/BLUEBOAT_120_BR-101447_RevA_PUB.zip

Properties

Max speed (unloaded): 3 m/s
- Set thrust multiplier to 70 in ArduPilotPlugin (+/- 35 N)

ArduPilot

Vehicle type: Rover
Frame type: rover-skid

ArduPilot Parameters

CRUISE_SPEED 2.0
CRUISE_THROTTLE 50.0
FRAME_CLASS 2.0
WP_SPEED 2.0

</description>
</model>
4 changes: 2 additions & 2 deletions Gazebo/models/blueboat/model.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@
-->
<control channel="0">
<jointName>motor_port_joint</jointName>
<multiplier>10</multiplier>
<multiplier>70</multiplier>
<offset>-0.5</offset>
<servo_min>1000</servo_min>
<servo_max>2000</servo_max>
Expand All @@ -428,7 +428,7 @@
-->
<control channel="2">
<jointName>motor_stbd_joint</jointName>
<multiplier>10</multiplier>
<multiplier>70</multiplier>
<offset>-0.5</offset>
<servo_min>1000</servo_min>
<servo_max>2000</servo_max>
Expand Down

0 comments on commit f65354e

Please sign in to comment.