Skip to content

Commit

Permalink
update instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
koide3 committed Sep 21, 2024
1 parent b0ebaa1 commit 7cd7629
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
!!!note
We provide docker images so that the user can do calibration without installation: [Docker images](docker.md)

!!!warn
On Ubuntu 20.04, [install a newer cmake](https://apt.kitware.com/).

## Dependencies

- [ROS1/ROS2](https://www.ros.org/)
Expand Down Expand Up @@ -33,7 +36,9 @@ sudo make install

# Install Ceres
git clone https://github.com/ceres-solver/ceres-solver
mkdir ceres-solver/build && cd ceres-solver/build
cd ceres-solver
git checkout e47a42c2957951c9fafcca9995d9927e15557069
mkdir build && cd build
cmake .. -DBUILD_EXAMPLES=OFF -DBUILD_TESTING=OFF -DUSE_CUDA=OFF
make -j$(nproc)
sudo make install
Expand Down

0 comments on commit 7cd7629

Please sign in to comment.