Skip to content

Commit 910b221

Browse files
committed
fix
1 parent cf1e57d commit 910b221

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.docker/jazzy.amd64.dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,6 @@ RUN . "/opt/ros/${ROS_DISTRO}/setup.sh" && colcon build
103103
RUN pip install PyYAML mavproxy --break-system-packages
104104
RUN echo "export PATH=\$PATH:\$HOME/.local/bin" >> ~/.bashrc
105105

106-
# Patch for wave sim
107-
RUN ln -s /opt/ros/jazzy/opt/gz_ogre_next_vendor/lib/libOgreNextMain.so.2.3.3 /opt/ros/jazzy/opt/gz_ogre_next_vendor/lib/libOgreNextMain.so.2.3.1
108-
109106
# Set up bashrc for root
110107
RUN echo "source /opt/ros/jazzy/setup.bash" >> /root/.bashrc && \
111108
echo "source /opt/saildrone_ws/install/setup.bash" >> /root/.bashrc && \

0 commit comments

Comments
 (0)