Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simulation enhancement #85

Open
wants to merge 20 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 17 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion src/surface/rov_gazebo/config/sub.parm
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ SERVO5_TRIM 1500
SERVO6_FUNCTION 38
SERVO6_MAX 1900
SERVO6_MIN 1100
SERVO6_REVERSED 0
SERVO6_REVERSED 1
SERVO6_TRIM 1500
SERVO7_FUNCTION 39
SERVO7_MAX 1900
Expand All @@ -82,6 +82,14 @@ SERVO9_MIN 1100
SERVO9_REVERSED 0
SERVO9_TRIM 1500

MOT_1_DIRECTION 1
MOT_2_DIRECTION -1
MOT_3_DIRECTION 1
MOT_4_DIRECTION -1
MOT_5_DIRECTION 1
MOT_7_DIRECTION 1
MOT_6_DIRECTION 1
MOT_8_DIRECTION 1

# These settings were copied from ardupilot/Tools/autotest/default_params/sub.parm
BATT_MONITOR 4
Expand Down
153 changes: 0 additions & 153 deletions src/surface/rov_gazebo/description/body.xacro

This file was deleted.

24 changes: 0 additions & 24 deletions src/surface/rov_gazebo/description/colors.xacro

This file was deleted.

40 changes: 0 additions & 40 deletions src/surface/rov_gazebo/description/inertial_macros.xacro

This file was deleted.

75 changes: 0 additions & 75 deletions src/surface/rov_gazebo/description/pool.xacro

This file was deleted.

11 changes: 0 additions & 11 deletions src/surface/rov_gazebo/description/rov.xacro

This file was deleted.

26 changes: 0 additions & 26 deletions src/surface/rov_gazebo/description/rov_description_params.yaml

This file was deleted.

Loading