Skip to content

Commit

Permalink
Hba installation included in the docker
Browse files Browse the repository at this point in the history
  • Loading branch information
MunozBanon committed Oct 2, 2024
1 parent ac9fdc4 commit ed3218d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .docker_loc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,19 @@ RUN apt-get install libgoogle-glog-dev libgflags-dev
RUN apt-get install libatlas-base-dev -y
RUN apt-get install libeigen3-dev
RUN cd ${CATKIN_WS_DIR}/src/ceres-solver/ && mkdir build && cd build && cmake .. && make -j3 && make install
# # Install ros packages
# Install ros packages
RUN git clone https://github.com/ori-drs/FAST_LIO_SLAM.git ${CATKIN_WS_DIR}/src/FAST_LIO_SLAM
RUN cd ${CATKIN_WS_DIR}/src/FAST_LIO_SLAM && git submodule update --init
RUN cd ${CATKIN_WS_DIR} && catkin build livox_ros_driver
RUN cd ${CATKIN_WS_DIR} && catkin build fast_lio
RUN cd ${CATKIN_WS_DIR} && catkin build aloam_velodyne


###############
# Install HBA #
###############
# Install ros packages
RUN git clone https://github.com/ori-drs/HBA.git ${CATKIN_WS_DIR}/src/HBA
RUN cd ${CATKIN_WS_DIR} && catkin build hba

# Trajectory evaluation dependences
RUN apt-get update
Expand Down

0 comments on commit ed3218d

Please sign in to comment.