-
Notifications
You must be signed in to change notification settings - Fork 0
Landing page #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Landing page #9
Changes from 6 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
f28fd23
WIP: Improve landing page
urfeex db17c5a
First draft of landing page
urfeex 9097f92
Restructure integration page
urfeex 35cfa94
More text on landing page
urfeex 253c320
Add an image to the integration page
urfeex f65a517
Add an image for PolyScopeX ROS 2 integration
urfeex f876623
Apply suggestions from code review
urfeex 965e6c7
Fix formatting
urfeex File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,65 @@ | ||
| .. _ros2_controller_vs_driver: | ||
|
|
||
| ROS 2 integration paths | ||
| ======================= | ||
|
|
||
| There are different paths to use a Universal Robots arm with ROS 2. | ||
|
|
||
| ROS 2 on the robot | ||
| ------------------ | ||
|
|
||
| .. image:: /_static/images/ros2_urscript.png | ||
| :alt: URScript for a subscruber | ||
| :align: right | ||
| :width: 400px | ||
|
|
||
| 1. Starting with PolyScope X v10.7.0 the robots have builtin ROS 2 support that allows some amount | ||
| of interaction with the robot without the need of any ROS 2 driver. In particular, the robot | ||
| publishes a lot of status information and offers services for example to control the robot's | ||
| I/O ports. See the `Topics and Services overview | ||
| <https://docs.universal-robots.com/polyscopex-ros2/v10.7/Appendix/Appendix%202.html>`_ for more | ||
| information. | ||
|
|
||
|
|
||
| 2. Starting with PolyScope X v10.7.0 there is basic URScript support for ROS 2. This allows | ||
| publishing to and subscribing from ROS 2 topics directly in URScript as well as calling ROS 2 | ||
| services and actions from URScript. See `Basic Usage in URScript | ||
| <https://docs.universal-robots.com/polyscopex-ros2/v10.7/Basic%20Usage%20in%20URScript.html>`_ | ||
| for details on that. | ||
|
|
||
| .. note:: | ||
|
|
||
| The builtin ROS 2 support will only be compatible with the ROS distribution running on the | ||
| robot. For example, PolyScope 10.7.0 is running ROS 2 Humble. It should not be used with | ||
| any other distribution. | ||
|
|
||
| Control the robot from an external ROS 2 application | ||
| ---------------------------------------------------- | ||
|
|
||
| .. image:: ur_tutorials/my_robot_cell/doc/view_workspace.png | ||
| :alt: Visualizing a robot workspace using ROS 2 | ||
| :align: right | ||
| :width: 400px | ||
|
|
||
| Using the :ref:`ur_robot_driver` which is a ROS 2 driver that offers full `ros2_control | ||
| <https://control.ros.org>`_ compatibility. This allows visualizing the robot's state in RViz and | ||
| control its motions through ROS 2. It works with CB3, e-Series (PolyScope 5) and PolyScope X robots. | ||
|
|
||
| Use the ROS 2 driver to build your own application on the ROS framework leveraging available | ||
| drivers for other hardware components, sensor integration and ready-to-use software functionalities | ||
| such as collision-aware path-planning. | ||
|
|
||
| The ROS 2 driver uses the :ref:`ur_client_library` to communicate with the robot. | ||
|
|
||
| Build your own external application using the C++ library | ||
| --------------------------------------------------------- | ||
|
|
||
| With the standalone C++ library ":ref:`ur_client_library`" you can control a UR robot from a remote | ||
| application. It offers a lot of the functionality that traditionally the robot's teach pendant | ||
| would be used for. This includes | ||
|
|
||
| - Controlling the robot's power state | ||
| - Controlling the robot's motion | ||
| - Controlling the robot's I/O ports | ||
| - Access to low-level interfaces such as the Primary Interface, Dashboard Interface and the | ||
| Realtime Data Exchange (RTDE). | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.