Skip to content

Commit

Permalink
docs: update .repos file name in calibration tools guide (#642)
Browse files Browse the repository at this point in the history
docs: update CalibrationTools repository link in calibration tools guide

Signed-off-by: Sho Iwasawa <[email protected]>
  • Loading branch information
zusizusi authored Jan 8, 2025
1 parent f5cc1fa commit 761c222
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ Firstly, we will clone CalibrationTools repositories in own autoware.

```bash
cd <YOUR-OWN-AUTOWARE-DIRECTORY> # for example: cd autoware.tutorial_vehicle
wget https://raw.githubusercontent.com/tier4/CalibrationTools/tier4/universe/calibration_tools.repos
vcs import src < calibration_tools.repos
wget https://raw.githubusercontent.com/tier4/CalibrationTools/tier4/universe/calibration_tools_autoware.repos
vcs import src < calibration_tools_autoware.repos
rosdep install -y --from-paths src --ignore-src --rosdistro $ROS_DISTRO
```

Expand Down

0 comments on commit 761c222

Please sign in to comment.