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 @@ -146,7 +146,7 @@ to do so, as otherwise endeffector positions might be off in the magnitude of ce
146146For 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
151151For 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".
168168If 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
173173If the parameters in that file don't match the ones reported from the robot, the driver will output
174174an error during startup, but will remain usable.
You can’t perform that action at this time.
0 commit comments