Skip to content

Commit dced45d

Browse files
authored
[Docs] Fix linked service definition for update_program service (#1730)
* [Dashboard Client] Fix linked service definition for update_program service The service uses the service definition from UploadProgram. * Exclude preempt_rt_versions page from link_checker
1 parent 6c9ec15 commit dced45d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/check_links.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
--exclude '^http://192\.168\.56\.101'
3333
--exclude 'kernel\.org\/pub\/linux\/kernel'
3434
--exclude 'releases/download/v\$%7BURCAP_VERSION%7D/externalcontrol-\$%7BURCAP_VERSION%7D\.jar'
35+
--exclude 'https:\/\/wiki\.linuxfoundation\.org\/realtime\/preempt_rt_versions'
3536
'./**/*.md' './**/*.html' './**/*.rst' './**/*.cpp' './**/*.h' './**/*.py'
3637
- name: Save lychee cache
3738
uses: actions/cache/save@v5

ur_robot_driver/doc/ROS_INTERFACE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ Stop program execution on the robot
266266

267267
Dismiss a protective stop to continue robot movements. NOTE: It is the responsibility of the user to ensure the cause of the protective stop is resolved before calling this service.
268268

269-
##### update_program ([ur_dashboard_msgs/UpdateProgram](https://docs.ros.org/en/humble/p/ur_dashboard_msgs/srv/UpdateProgram.html))
269+
##### update_program ([ur_dashboard_msgs/UploadProgram](https://docs.ros.org/en/humble/p/ur_dashboard_msgs/srv/UploadProgram.html))
270270

271271
**PolyScope X only**: Update a program on the robot. If the program does not exist or the program
272272
is currently loaded, this service call will fail. This service is only available on a PolyScope X

0 commit comments

Comments
 (0)