Skip to content

Commit

Permalink
[Refactor] Use forked repo of Autodrive_dev_kit
Browse files Browse the repository at this point in the history
  • Loading branch information
WinstonHChou committed Nov 12, 2024
1 parent e03ac74 commit 9cabc8f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .docker_utils/Dockerfile.f1tenth_x86
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,11 @@ RUN pip3 install attrdict \
transforms3d

# Copy and install AutoDRIVE Devkit (ROS 2 API)
RUN wget https://github.com/AutoDRIVE-Ecosystem/AutoDRIVE-F1TENTH-Sim-Racing/releases/download/2024-cdc/autodrive_devkit.zip && \
unzip autodrive_devkit.zip -d ${WORKSPACE}src/external/ && \
rm autodrive_devkit.zip
# RUN wget https://github.com/AutoDRIVE-Ecosystem/AutoDRIVE-F1TENTH-Sim-Racing/releases/download/2024-cdc/autodrive_devkit.zip && \
# unzip autodrive_devkit.zip -d ${WORKSPACE}src/external/ && \
# rm autodrive_devkit.zip
RUN cd ${WORKSPACE}src/external/ && \
git clone -b dev/2024-cdc https://github.com/Triton-AI/AutoDRIVE-F1TENTH-Sim-Racing.git

# COLCON BUILD ROS2 PACKAGES
RUN source source_ros2.sh && \
Expand Down

0 comments on commit 9cabc8f

Please sign in to comment.