Skip to content

Commit 0f6b513

Browse files
urfeexurrsk
andauthored
Move setup instructions to ur_client_library (#248)
We want to move more common setup instructions to the client library. It's documentation is pulled into https://github.com/UniversalRobots/Universal_Robots_ROS_Documentation anyway, so it will be available in the ROS documentation, anyway. Co-authored-by: Rune Søe-Knudsen <[email protected]>
1 parent 2bab046 commit 0f6b513

24 files changed

+413
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,5 @@ jobs:
103103
run: |
104104
.github/helpers/check_urls.sh \
105105
-d ".git build CMakeModules debian" \
106-
-f "package.xml urcl_architecture.svg trajectory_interface.svg dataflow.graphml start_ursim.sh" \
106+
-f "package.xml urcl_architecture.svg trajectory_interface.svg dataflow.graphml start_ursim.sh ursim_docker.rst" \
107107
-p "vnc\.html opensource\.org\/licenses\/BSD-3-Clause kernel\.org\/pub\/linux\/kernel"

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ A C++ library for accessing Universal Robots interfaces. With this library C++-b
44
implemented in order to create external applications leveraging the versatility of Universal Robots
55
robotic manipulators.
66

7+
The library has no external dependencies besides the standard C++ libraries such as ROS, or boost
8+
to make it easy to integrate and maintain. It also serves as the foundation for the ROS and ROS 2
9+
drivers.
10+
711
<!-- markdownlint-disable MD033 -->
812
<div align="center">
913
<img src="doc/resources/family_photo.png" alt="Universal Robot family" style="width: 90%;"/>

doc/architecture/trajectory_point_interface.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ be used in conjunction with the :ref:`reverse_interface` during trajectory forwa
88

99
Communication regarding trajectory point execution would usually look like this:
1010

11-
.. figure:: /images/trajectory_interface.svg
11+
.. figure:: ../images/trajectory_interface.svg
1212
:width: 100%
1313
:alt: Trajectory interface
1414

doc/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,10 @@
4646
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
4747
# ones.
4848
extensions = [
49+
"sphinx_tabs.tabs",
50+
"sphinx.ext.todo",
4951
"sphinx_copybutton",
5052
"sphinx_rtd_theme",
51-
"sphinx.ext.todo",
5253
]
5354

5455
copybutton_exclude = ".linenos, .gp, .go"
29.1 KB
Loading
60.6 KB
Loading
35.4 KB
Loading
46.3 KB
Loading
39.6 KB
Loading
44.1 KB
Loading

0 commit comments

Comments
 (0)