Skip to content

Commit

Permalink
chore: add ros env
Browse files Browse the repository at this point in the history
  • Loading branch information
mqjinwon committed Oct 30, 2024
1 parent 6093dd4 commit 0a16afa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ RUN /bin/bash -c "source /opt/miniconda/etc/profile.d/conda.sh && \

WORKDIR /isaac-sim

# Add conda environment activation to bashrc
RUN echo "source /opt/miniconda/etc/profile.d/conda.sh && conda activate isaaclab" >> ~/.bashrc
# Add conda environment activation and ROS2 Humble setup to bashrc
RUN echo "source /opt/miniconda/etc/profile.d/conda.sh && conda activate isaaclab && source /opt/ros/humble/setup.bash" >> ~/.bashrc

# Set default shell to bash
SHELL ["/bin/bash", "-c"]

0 comments on commit 0a16afa

Please sign in to comment.