Skip to content

Commit a229a72

Browse files
gavanderhoornfmauch
authored andcommitted
readme: fix indentation of continued lines.
1 parent 023489b commit a229a72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ to do so, as otherwise endeffector positions might be off in the magnitude of ce
146146
For this, there exists a helper script:
147147

148148
$ roslaunch ur_calibration calibration_correction.launch \
149-
robot_ip:=<robot_ip> target_filename:="${HOME}/my_robot_calibration.yaml"
149+
robot_ip:=<robot_ip> target_filename:="${HOME}/my_robot_calibration.yaml"
150150

151151
For the parameter `robot_ip` insert the IP address on which the ROS pc can reach the robot. As
152152
`target_filename` provide an absolute path where the result will be saved to.
@@ -168,7 +168,7 @@ load the calibration parameters for the robot "ur10_example".
168168
If you calibrated your robot before, pass that calibration to the launch file:
169169

170170
$ roslaunch ur_robot_driver <robot_type>_bringup.launch robot_ip:=192.168.56.101 \
171-
kinematics_config:=$(rospack find ur_calibration)/etc/ur10_example_calibration.yaml
171+
kinematics_config:=$(rospack find ur_calibration)/etc/ur10_example_calibration.yaml
172172

173173
If the parameters in that file don't match the ones reported from the robot, the driver will output
174174
an error during startup, but will remain usable.

0 commit comments

Comments
 (0)