Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 17, 2024
1 parent 76bc663 commit 5f2a56c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
4 changes: 1 addition & 3 deletions src/surface/rov_gazebo/launch/sim_launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ def generate_launch_description() -> LaunchDescription:
params_path = str(Path(rov_gazebo_path) / 'config' / params_file)

# TODO: gz_sim launch might be nice
start_gazebo = ExecuteProcess(
cmd=['gz', 'sim', '-v', '3', '-r', world_path], output='screen'
)
start_gazebo = ExecuteProcess(cmd=['gz', 'sim', '-v', '3', '-r', world_path], output='screen')

start_ardusub = ExecuteProcess(
cmd=['ardusub', '-S', '-w', '-M', 'JSON', '--defaults', params_path, '-I0'], output='screen'
Expand Down
4 changes: 2 additions & 2 deletions src/surface/rov_gazebo/models/props/brain_coral/model.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<sdf version="1.6">
<model name="brain_coral">
<pose>0 0 0 0 0 0</pose>


<link name="base_link">
<pose>0 0 0 0 0 0</pose>
Expand All @@ -28,6 +28,6 @@
</geometry>
</collision>
</link>

</model>
</sdf>
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
</visual>

</link>

</model>
</sdf>
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
</geometry>
</collision> -->
</link>

</model>
</sdf>
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<uri>model://rov24</uri>
</include>

<include>
<include>
<uri>model://brain_coral</uri>
<pose>0.275 -0.135 -0.085 0 0 -0.7854</pose>
</include>
Expand Down

0 comments on commit 5f2a56c

Please sign in to comment.