Skip to content

Commit

Permalink
Fixes launchfile references (#490)
Browse files Browse the repository at this point in the history
The filename with the dual type ending was wrong.

(cherry picked from commit bcdcf94)
  • Loading branch information
fmauch authored and RobertWilbrandt committed Oct 11, 2022
1 parent d8acc7a commit 600c1d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ur_calibration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ saves it into a .yaml file.
In the launch folder of the ur_calibration package is a helper script:

```bash
$ ros2 launch ur_calibration calibration_correction.py.launch \
$ ros2 launch ur_calibration calibration_correction.launch.py \
robot_ip:=<robot_ip> target_filename:="${HOME}/my_robot_calibration.yaml"
```

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

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

0 comments on commit 600c1d0

Please sign in to comment.