Skip to content

Commit

Permalink
path fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRex committed Sep 11, 2024
1 parent 2cef94c commit 12a6ad6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions isaac_sim/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ RUN /bin/bash -c "source /opt/ros/humble/setup.bash && \
cd /home/$USERNAME/isaac_ws/src && \
git clone https://github.com/AlexanderRex/curiosity_rover_description.git && \
git clone https://github.com/AlexanderRex/mars_rover_control.git && \
git clone https://github.com/pojenwang/curiosity_sim.git && \
cd /home/$USERNAME/isaac_ws && colcon build"
cd /home/$USERNAME/isaac_ws && colcon build && \
cd /home/$USERNAME && git clone https://github.com/pojenwang/curiosity_sim.git"

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

0 comments on commit 12a6ad6

Please sign in to comment.