Skip to content

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
yabuta committed Jul 6, 2022
1 parent 7b31c4d commit 87df6d7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Calibration tools used for autonomous driving

## Requirement

- Ubuntu20.04
- Ros Galactic


## Installation procedures

After cloning pilot-auto(private repository) or [autoware](https://github.com/tier4/autoware), execute the following commands:
Expand All @@ -10,7 +16,7 @@ After cloning pilot-auto(private repository) or [autoware](https://github.com/ti
mkdir src
vcs import src < autoware.repos
cd src/autoware
git clone git@github.com:tier4/calibration_tools.git
git clone git@github.com:tier4/CalibrationTools.git
cd ../../
vcs import src < src/autoware/calibration_tools/calibration_tools.repos
colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release
Expand Down

0 comments on commit 87df6d7

Please sign in to comment.