File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ saves it into a .yaml file.
1616In 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 \
2020robot_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
4444robot 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 \
4848robot_ip:=< robot_ip> \
4949target_filename:=" $( ros2 pkg prefix < organization_name> _ur_launch) /share/<organization_name>_ur_launch/etc/ex-ur10-1_calibration.yaml"
5050```
You can’t perform that action at this time.
0 commit comments