Skip to content

Commit 312e077

Browse files
committed
add environment activation for ros2
1 parent 5333862 commit 312e077

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,9 @@ RUN /bin/bash -c "source /opt/miniconda/etc/profile.d/conda.sh && \
6969

7070
WORKDIR /isaac-sim
7171

72-
# Add conda environment activation to bashrc
72+
# Add environment activations to bashrc
7373
RUN echo "source /opt/miniconda/etc/profile.d/conda.sh && conda activate isaaclab" >> ~/.bashrc
74+
RUN echo "source /opt/ros/humble/setup.bash" >> ~/.bashrc
7475

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

0 commit comments

Comments
 (0)