Skip to content

Commit 5c8b8b8

Browse files
committed
use modified tial ocean current dave repo branch
1 parent 79cce4f commit 5c8b8b8

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
#------------------------------------------------------------------#
77
# Dependency versions
8-
ARG version_dave=c521bfc09e5a06665e44f477e38585035a0801d6
8+
ARG version_dave=5929bbbd19457ee3267fdb4b51972a922a65c002
99
ARG version_uuv_simulator=0.6.13
1010
ARG version_uuv_manipulators=0.6.1
1111
ARG version_uw_sensors_gazebo=b9083c054c48fc9553eddeadae5dec447058607a

docker/Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#------------------------------------------------------------------#
44
# Dependency versions
5-
ARG version_dave=c521bfc09e5a06665e44f477e38585035a0801d6
5+
ARG version_dave=5929bbbd19457ee3267fdb4b51972a922a65c002
66
ARG version_uuv_simulator=0.6.13
77
ARG version_uuv_manipulators=0.6.1
88
ARG version_uw_sensors_gazebo=b9083c054c48fc9553eddeadae5dec447058607a

glider_hybrid_whoi_description/urdf/glider_hybrid_whoi_base_kinematics.xacro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
<f_thruster_power_w2>1.4699</f_thruster_power_w2>
159159
<f_thruster_power_w3>0.97895</f_thruster_power_w3>
160160
</plugin>
161-
<plugin name="dave_transient_current_plugin" filename="libdave_transient_current_plugin.so">
161+
<plugin name="dave_transient_current_plugin" filename="libdave_ocean_current_model_plugin.so">
162162
<flow_velocity_topic>hydrodynamics/current_velocity/$(arg namespace)</flow_velocity_topic>
163163
<base_link_name>$(arg namespace)/base_link</base_link_name>
164164
<transient_current>

glider_hybrid_whoi_gazebo/worlds/seafloor_underwater_stratified_current.world

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<pose>0 0 -105 0 0 0</pose>
8888
</include>
8989

90-
<plugin name="underwater_current_plugin" filename="libdave_underwater_current_ros_plugin.so">
90+
<plugin name="underwater_current_plugin" filename="libdave_ocean_current_plugin.so">
9191
<namespace>hydrodynamics</namespace>
9292
<constant_current>
9393
<topic>current_velocity</topic>

0 commit comments

Comments
 (0)