Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonR99 committed Dec 9, 2023
1 parent 03e26a1 commit 5dfb66f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ RUN cd /gazebo/gazebo_ws/src/ros_gz/ && git checkout $ROS_DISTRO
# Build the ROS gz packages
RUN /bin/bash -c '. /opt/ros/${ROS_DISTRO}/setup.bash; cd /gazebo/gazebo_ws; colcon build --cmake-args -DBUILD_TESTING=OFF --symlink-install --merge-install'

# Install velodyne simulator
RUN cd /gazebo/gazebo_ws/src/ && git clone

# Create entrypoint
RUN echo '#!/bin/bash \n\
source /opt/ros/${ROS_DISTRO}/setup.bash \n\
Expand Down

0 comments on commit 5dfb66f

Please sign in to comment.