Skip to content

Commit

Permalink
working docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
tharp789 committed Nov 23, 2024
1 parent 89c8d77 commit 4328005
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile.zed-test
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ RUN /bin/bash -c "source /opt/ros/$ROS_DISTRO/install/setup.bash && source insta

WORKDIR /root/ros2_ws
RUN echo "source /opt/ros/$ROS_DISTRO/install/setup.bash" >> ~/.bashrc
RUN echo "source /root/ros2_ws/install/local_setup.bash" >> ~/.bashrc


# Setup environment variables
COPY ros_entrypoint.sh /sbin/ros_entrypoint.sh
Expand Down

0 comments on commit 4328005

Please sign in to comment.