Skip to content

Commit

Permalink
Added sapiens lite and added fix for kinova humble docker
Browse files Browse the repository at this point in the history
  • Loading branch information
fzoric8 committed Oct 14, 2024
1 parent 8de5d8d commit ca3c3a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ros2/humble/kinova/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ RUN apt install -y \

# Colcon setup according to moveit tutorial
RUN colcon mixin add default https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml
RUN colcon mixin update default
RUN colcon mixin update default

# Copy configuration files
COPY ./to_copy/aliases /root/.bash_aliases
Expand Down
6 changes: 4 additions & 2 deletions sapiens/lite/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,24 @@ RUN apt-get update -y && \
wget \
git \
feh \
nano \
htop \
ffmpeg \
libsm6 \
libxext6

WORKDIR /root

# Conda
ENV CONDA_DIR /opt/conda
ENV CONDA_DIR=/opt/conda
RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda.sh && \
/bin/bash ~/miniconda.sh -b -p /opt/conda

# Put conda in path so we can use conda activate
ENV PATH=$CONDA_DIR/bin:$PATH

# Sapiens
RUN git clone https://github.com/facebookresearch/sapiens.git
RUN git clone https://github.com/fzoric8/sapiens.git

# Define ENV variables
ENV SAPIENS_ROOT=/root/sapiens
Expand Down

0 comments on commit ca3c3a7

Please sign in to comment.