Skip to content

Commit 2ea5f31

Browse files
committed
Update links in README
1 parent c72bb3e commit 2ea5f31

File tree

6 files changed

+346
-294
lines changed

6 files changed

+346
-294
lines changed

.github/workflows/check_links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
.github/helpers/check_urls.sh \
1717
-d ".git build CMakeModules debian" \
1818
-f "package.xml ursim_docker.rst architecture_coarse.svg" \
19-
-p "vnc\.html opensource\.org\/licenses\/BSD-3-Clause"
19+
-p "vnc\.html opensource\.org\/licenses\/BSD-3-Clause kernel\.org\/pub\/linux\/kernel"

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ repos:
128128
- repo: https://github.com/pre-commit/pygrep-hooks
129129
rev: v1.10.0
130130
hooks:
131-
- id: rst-backticks
131+
# - id: rst-backticks # this triggers for backticks inside code-blocks, as well
132132
- id: rst-directive-colons
133133
- id: rst-inline-touching-normal
134134

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -97,23 +97,23 @@ For getting started, you'll basically need three steps:
9797
```bash
9898
sudo apt-get install ros-humble-ur
9999
```
100-
See the [installation instructions](https://docs.ros.org/en/ros2_packages/humble/api/ur_robot_driver/installation/installation.html) for more details and source-build instructions.
100+
See the [installation instructions](https://docs.ros.org/en/ros2_packages/humble/api/ur_robot_driver/doc/installation/installation.html) for more details and source-build instructions.
101101

102102
2. **Start & Setup the robot**. Once you've installed the driver, [setup the
103-
robot](https://docs.ros.org/en/ros2_packages/humble/api/ur_robot_driver/installation/robot_setup.html)
103+
robot](https://docs.ros.org/en/ros2_packages/humble/api/ur_robot_driver/doc/installation/robot_setup.html)
104104
and [create a program for external
105-
control](https://docs.ros.org/en/ros2_packages/humble/api/ur_robot_driver/installation/install_urcap_e_series.html).
105+
control](https://docs.ros.org/en/ros2_packages/humble/api/ur_robot_driver/doc/installation/install_urcap_e_series.html).
106106

107107
Please do this step carefully and extract the calibration as explained
108-
[here](https://docs.ros.org/en/ros2_packages/humble/api/ur_robot_driver/installation/robot_setup.html#extract-calibration-information).
108+
[here](https://docs.ros.org/en/ros2_packages/humble/api/ur_robot_driver/doc/installation/robot_setup.html#extract-calibration-information).
109109
Otherwise the TCP's pose will not be correct inside the ROS ecosystem.
110110

111111
If no real robot is required, you can [use a simulated
112-
robot](https://docs.ros.org/en/ros2_packages/humble/api/ur_robot_driver/usage.html#usage-with-official-ur-simulator)
112+
robot](https://docs.ros.org/en/ros2_packages/humble/api/ur_robot_driver/doc/usage.html#usage-with-official-ur-simulator)
113113
that will behave almost exactly like the real robot.
114114

115115
3. **Start the driver**. See the [usage
116-
documentation](https://docs.ros.org/en/ros2_packages/humble/api/ur_robot_driver/usage.html) for
116+
documentation](https://docs.ros.org/en/ros2_packages/humble/api/ur_robot_driver/doc/usage.html) for
117117
details.
118118

119119
```bash
@@ -122,7 +122,7 @@ For getting started, you'll basically need three steps:
122122
ros2 launch ur_robot_driver ur_control.launch.py ur_type:=ur5e robot_ip:=192.168.56.101
123123
```
124124

125-
4. Unless started in [headless mode](https://docs.ros.org/en/ros2_packages/humble/api/ur_robot_driver/ROS_INTERFACE.html#headless-mode): Run the external_control program by **pressing `play` on the teach pendant**.
125+
4. Unless started in [headless mode](https://docs.ros.org/en/ros2_packages/humble/api/ur_robot_driver/doc/ROS_INTERFACE.html#headless-mode): Run the external_control program by **pressing `play` on the teach pendant**.
126126

127127

128128
## MoveIt! support
@@ -135,8 +135,8 @@ Watch MoveIt in action with the Universal Robots ROS2 driver:
135135
*The video shows free-space trajectory planning around a modeled collision scene object using the MoveIt2 MotionPlanning widget for Rviz2.*
136136

137137
See the [MoveIt!
138-
section](https://docs.ros.org/en/ros2_packages/humble/api/ur_robot_driver/usage.html#using-moveit)
139-
of the [Usage guide](https://docs.ros.org/en/ros2_packages/humble/api/ur_robot_driver/usage.html)
138+
section](https://docs.ros.org/en/ros2_packages/humble/api/ur_robot_driver/doc/usage.html#using-moveit)
139+
of the [Usage guide](https://docs.ros.org/en/ros2_packages/humble/api/ur_robot_driver/doc/usage.html)
140140
for details.
141141

142142

ur_robot_driver/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ request.
3333
**Custom script snippets** can be sent to the robot on a topic basis. By default, they will
3434
interrupt other programs (such as the one controlling the robot). For a certain subset of functions,
3535
it is however possible to send them as secondary programs. See [UR
36-
documentation](https://www.universal-robots.com/how-tos-and-faqs/how-to/ur-how-tos/secondary-program-17257/)
36+
documentation](https://www.universal-robots.com/articles/ur/programming/secondary-program/)
3737
on details.
3838
<br/>
3939
**Note to e-Series users:**

ur_robot_driver/doc/installation/real_time.md

Lines changed: 0 additions & 282 deletions
This file was deleted.

0 commit comments

Comments
 (0)