Skip to content

Commit

Permalink
change kf docker to use rosrerun and add some tools
Browse files Browse the repository at this point in the history
  • Loading branch information
GlebRyabtsev committed Oct 15, 2024
1 parent ec32caa commit 0188bf1
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions containers/apps/vehicle/Dockerfile.kingfisher
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,16 @@ RUN python3 -m pip install --extra-index-url https://artifacts.luxonis.com/artif
RUN apt-get update && apt-get install -y \
ros-noetic-rosserial-python

RUN apt-get update && apt-get install -y \
tmux vim bmon htop

RUN echo 'source /opt/ros/noetic/setup.bash' >> /root/.bashrc
RUN echo 'source /opt/tauv/packages/setup.bash' >> /root/.bashrc
RUN echo 'source /shared/tauv_ws/devel/setup.bash' >> /root/.bashrc
RUN echo 'source /shared/tauv-mono/devel/setup.bash' >> /root/.bashrc
RUN mkdir -p /tools
RUN echo 'export PATH=$PATH:/tauv-tools' >> /root/.bashrc
COPY ../deployment/rosrerun.sh /tauv-tools/rosrerun

WORKDIR /
WORKDIR /shared

CMD ["tail", "-f", "/dev/null"]
CMD ["tail", "-f", "/dev/null"]

0 comments on commit 0188bf1

Please sign in to comment.