Skip to content

Commit

Permalink
fix contributing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
VishGit1234 committed Nov 17, 2024
1 parent 76653bd commit 03860db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/infrastructure/foxglove/foxglove.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ COPY src/wato_msgs wato_msgs

# Copy in CARLA messages
RUN git clone --depth 1 https://github.com/carla-simulator/ros-carla-msgs.git --branch 1.3.0
RUN rm ${AMENT_WS}/src/ros-carla-msgs/CONTRIBUTING.md
# Update CONTRIBUTING.md to pass ament_copyright test
COPY src/wato_msgs/simulation/mit_contributing.txt ${AMENT_WS}/src/ros-carla-msgs/CONTRIBUTING.md

# Scan for rosdeps
RUN apt-get -qq update && rosdep update && \
Expand Down
3 changes: 3 additions & 0 deletions src/wato_msgs/simulation/mit_contributing.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Any contribution that you make to this repository will
be under the MIT license, as dictated by that
[license](https://opensource.org/licenses/MIT).

0 comments on commit 03860db

Please sign in to comment.