Skip to content

Commit 761c222

Browse files
authored
docs: update .repos file name in calibration tools guide (#642)
docs: update CalibrationTools repository link in calibration tools guide Signed-off-by: Sho Iwasawa <[email protected]>
1 parent f5cc1fa commit 761c222

File tree

1 file changed

+2
-2
lines changed
  • docs/how-to-guides/integrating-autoware/creating-vehicle-and-sensor-model/calibrating-sensors/calibration-tools

1 file changed

+2
-2
lines changed

docs/how-to-guides/integrating-autoware/creating-vehicle-and-sensor-model/calibrating-sensors/calibration-tools/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ Firstly, we will clone CalibrationTools repositories in own autoware.
5555

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

0 commit comments

Comments
 (0)