Skip to content

Commit

Permalink
Add carla msgs to foxglove dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
VishGit1234 committed Nov 16, 2024
1 parent 17cd0c5 commit 66a74d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/infrastructure/foxglove/foxglove.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ WORKDIR ${AMENT_WS}/src
# Copy in source code
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

# Scan for rosdeps
RUN apt-get -qq update && rosdep update && \
rosdep install --from-paths . --ignore-src -r -s \
Expand Down

0 comments on commit 66a74d8

Please sign in to comment.