Skip to content

Commit

Permalink
Fixed path on Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
digiamm authored Jan 28, 2024
1 parent 823ca26 commit c9595fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN cd /catkin_ws/src/srrg2_solver && rm -rf srrg2_solver_gui srrg2_solver_star
RUN . /opt/ros/noetic/setup.sh && cd /catkin_ws && catkin init && catkin build -DSRRG_ENABLE_CUDA=ON

# clone md slam and build later
RUN cd /catkin_ws/src && git clone https://github.com/digiamm/ba_md_slam.git
RUN cd /catkin_ws/src && git clone https://github.com/rvp-group/ba_md_slam.git

# enable gl viewer
RUN apt-get update \
Expand Down

0 comments on commit c9595fb

Please sign in to comment.