mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
frontiers docker: added missing pybind-dev dep
This commit is contained in:
@@ -14,7 +14,8 @@ RUN apt-get update && apt-get install -y \
|
||||
software-properties-common \
|
||||
pkg-config \
|
||||
wget \
|
||||
libsuitesparse-dev
|
||||
libsuitesparse-dev \
|
||||
pybind11-dev
|
||||
|
||||
# g2o (removing config because cs.h not found error: https://github.com/introlab/rtabmap/issues/835)
|
||||
RUN git clone https://github.com/RainerKuemmerle/g2o.git && \
|
||||
|
||||
Reference in New Issue
Block a user