Skip to content

Commit ca3c3a7

Browse files
committed
Added sapiens lite and added fix for kinova humble docker
1 parent 8de5d8d commit ca3c3a7

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

ros2/humble/kinova/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ RUN apt install -y \
6262

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

6767
# Copy configuration files
6868
COPY ./to_copy/aliases /root/.bash_aliases

sapiens/lite/Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,24 @@ RUN apt-get update -y && \
66
wget \
77
git \
88
feh \
9+
nano \
10+
htop \
911
ffmpeg \
1012
libsm6 \
1113
libxext6
1214

1315
WORKDIR /root
1416

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

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

2325
# Sapiens
24-
RUN git clone https://github.com/facebookresearch/sapiens.git
26+
RUN git clone https://github.com/fzoric8/sapiens.git
2527

2628
# Define ENV variables
2729
ENV SAPIENS_ROOT=/root/sapiens

0 commit comments

Comments
 (0)