forked from UniversalRobots/Universal_Robots_Client_Library
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added missing section about example driver
- Loading branch information
Showing
3 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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 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,11 @@ | ||
.. _example-driver: | ||
|
||
Example driver | ||
============== | ||
In the ``examples`` subfolder you will find a minimal example of a running driver. It starts an | ||
instance of the ``UrDriver`` class and prints the RTDE values read from the controller. To run it make | ||
sure to | ||
* have an instance of a robot controller / URSim running at the configured IP address (or adapt the | ||
address to your needs) | ||
* run it from the package's main folder (the one where this README.md file is stored), as for | ||
simplicity reasons it doesn't use any sophisticated method to locate the required files. |
This file contains 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 |
---|---|---|
|
@@ -8,4 +8,5 @@ ur_client_library | |
installation | ||
polyscope_compatibility | ||
architecture | ||
example | ||
real_time |