Skip to content

Commit 12a6ad6

Browse files
committed
path fixed
1 parent 2cef94c commit 12a6ad6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

isaac_sim/docker/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ RUN /bin/bash -c "source /opt/ros/humble/setup.bash && \
7474
cd /home/$USERNAME/isaac_ws/src && \
7575
git clone https://github.com/AlexanderRex/curiosity_rover_description.git && \
7676
git clone https://github.com/AlexanderRex/mars_rover_control.git && \
77-
git clone https://github.com/pojenwang/curiosity_sim.git && \
78-
cd /home/$USERNAME/isaac_ws && colcon build"
77+
cd /home/$USERNAME/isaac_ws && colcon build && \
78+
cd /home/$USERNAME && git clone https://github.com/pojenwang/curiosity_sim.git"
7979

8080
# Set environment in bashrc for future sessions
8181
RUN echo 'source /opt/ros/humble/setup.bash' >> /home/$USERNAME/.bashrc && \

0 commit comments

Comments
 (0)