File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -129,3 +129,15 @@ Or to use it with a real robot:
129
129
130
130
# start the driver with real hardware
131
131
ros2 launch my_robot_cell_control start_robot.launch.py
132
+
133
+ .. note ::
134
+ We extracted the calibration information from the robot and saved it in the
135
+ ``my_robot_cell_control `` package. If you have a different robot, you need to extract the
136
+ calibration information from that, and pass that to the launch file. Changing the ``ur_type ``
137
+ parameter only will lead to a wrong model, as it will still be using the examle kinematics from
138
+ a UR20. To use a UR5e, for example, you can do
139
+
140
+ .. code-block :: bash
141
+
142
+ ros2 launch my_robot_cell_control start_robot.launch.py ur_type:=ur5e use_mock_hardware:=true \
143
+ kinematics_parameters_file:=$( ros2 pkg prefix ur_description) /share/ur_description/config/ur5e/default_kinematics.yaml
You can’t perform that action at this time.
0 commit comments