Skip to content

Commit

Permalink
dockerfile global_planner dependencies fix
Browse files Browse the repository at this point in the history
  • Loading branch information
WinstonHChou committed May 24, 2024
1 parent 1b8d6f4 commit f1816a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .docker_utils/Dockerfile.f1tenth_arm
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ RUN source source_ros2.sh && \
# f1tenth gym
WORKDIR $WORKSPACE/src/external/f1tenth_sim
RUN git clone https://github.com/f1tenth/f1tenth_gym
RUN cd f1tenth_gym
RUN pip3 install -e .
RUN cd f1tenth_gym && \
pip install -e .
# ros2 gym bridge
RUN cd ..
RUN git clone https://github.com/f1tenth/f1tenth_gym_ros
Expand Down
4 changes: 2 additions & 2 deletions .docker_utils/Dockerfile.f1tenth_x86
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ RUN source source_ros2.sh && \
# f1tenth gym
WORKDIR $WORKSPACE/src/external/f1tenth_sim
RUN git clone https://github.com/f1tenth/f1tenth_gym
RUN cd f1tenth_gym
RUN pip3 install -e .
RUN cd f1tenth_gym && \
pip install -e .
# ros2 gym bridge
RUN cd ..
RUN git clone https://github.com/f1tenth/f1tenth_gym_ros
Expand Down

0 comments on commit f1816a3

Please sign in to comment.