Skip to content

Commit 97a32ad

Browse files
authored
Apply suggestions from code review
1 parent 8b091a9 commit 97a32ad

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

my_dual_robot_cell/doc/assemble_urdf.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The `ur_description <https://github.com/UniversalRobots/Universal_Robots_ROS2_De
77
We'll use this to create a custom workcell with two robots in it, both a UR3e (called Alice) and a UR5e (called Bob). In this section we will only go into
88
detail about the URDF / xacro files, not the complete package structure. Please see the
99
`description package source code
10-
<https://github.com/UniversalRobots/Universal_Robots_ROS2_Tutorials/blob/main/my_robot_cell/my_robot_cell_description>`_ for all other files assembling the description package.
10+
<https://github.com/UniversalRobots/Universal_Robots_ROS2_Tutorials/blob/main/my_dual_robot_cell/my_dual_robot_cell_description>`_ for all other files assembling the description package.
1111

1212
Workcell description
1313
--------------------

my_dual_robot_cell/doc/start_ur_driver.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ For now, we just copy the default ones for the UR3e and UR5e.
5656
cp $(ros2 pkg prefix ur_description)/share/ur_description/config/ur3e/default_kinematics.yaml \
5757
my_dual_robot_cell_control/config/alice_calibration.yaml
5858
59-
cp $(ros2 pkg prefix ur_description)/share/ur_description/config/ur5e/default_kinematics.yaml \
59+
cp $(ros2 pkg prefix ur_description)/share/ur_description/config/ur5e/default_kinematics.yaml \
6060
my_dual_robot_cell_control/config/bob_calibration.yaml
6161
6262

0 commit comments

Comments
 (0)