Skip to content

Commit a225df7

Browse files
fmauchmergify[bot]
authored andcommitted
Fixes launchfile references (#490)
The filename with the dual type ending was wrong. (cherry picked from commit bcdcf94)
1 parent d8acc7a commit a225df7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ur_calibration/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ saves it into a .yaml file.
1616
In the launch folder of the ur_calibration package is a helper script:
1717

1818
```bash
19-
$ ros2 launch ur_calibration calibration_correction.py.launch \
19+
$ ros2 launch ur_calibration calibration_correction.launch.py \
2020
robot_ip:=<robot_ip> target_filename:="${HOME}/my_robot_calibration.yaml"
2121
```
2222

@@ -44,7 +44,7 @@ We can use the new package to store the calibration data in that package. We rec
4444
robot individually, e.g. *ex-ur10-1*.
4545

4646
```bash
47-
$ ros2 launch ur_calibration calibration_correction.py.launch \
47+
$ ros2 launch ur_calibration calibration_correction.launch.py \
4848
robot_ip:=<robot_ip> \
4949
target_filename:="$(ros2 pkg prefix <organization_name>_ur_launch)/share/<organization_name>_ur_launch/etc/ex-ur10-1_calibration.yaml"
5050
```

0 commit comments

Comments
 (0)