Skip to content

Commit

Permalink
fixing new thruster alloc
Browse files Browse the repository at this point in the history
  • Loading branch information
vortexuser committed Nov 13, 2023
1 parent d6ece41 commit 09ceb57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions auv_setup/config/robots/beluga.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ propulsion:
num: 8
configuration_matrix:

[[ 0.70711, 0.00000, -0.70711, 0.00000, -0.70711, 0.00000, 0.00000, 0.70711], # Surge
[0.70711, 0.00000, 0.70711, 0.00000, -0.70711, 0.00000, 0.00000, -0.70711], # Sway
[ 0.00000, 1.00000, 0.00000, 1.00000, 0.00000, 1.00000, 1.00000, 0.00000], # Heave
[[ 0.70711, 0.00000, 0.00000, 0.70711, 0.70711, 0.00000, 0.00000, 0.70711], # Surge
[-0.70711, 0.00000, 0.00000, 0.70711, -0.70711, 0.00000, 0.00000, 0.70711], # Sway
[ 0.00000, 1.00000, 1.00000, 0.00000, 0.00000, 1.00000, 1.00000, 0.00000], # Heave

[ 0.04738, -0.21500, 0.04738, -0.21500, -0.04738, 0.21500, 0.21500, -0.04738 ], # Roll
[ -0.04738, -0.28000, 0.04738, 0.28000, 0.04738, 0.28000, -0.28000, -0.04738 ], # Pitch
Expand Down
3 changes: 3 additions & 0 deletions auv_setup/launch/pc.launch
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<env name="ROSCONSOLE_FORMAT" value="[${severity}] [${time}] [${node}]: ${message}" />
<arg name="ns_joystick" default="joystick"/>

<rosparam command="load" file="$(find auv_setup)/config/robots/beluga.yaml"/>


<!-- Joystick nodes -->
<group ns="$(arg ns_joystick)">
<node pkg="joy" name="joystick_driver" type="joy_node" output="screen" args="_deadzone:=0.15 _autorepeat_rate:=100"/>
Expand Down

0 comments on commit 09ceb57

Please sign in to comment.