You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/examples/force_mode.rst
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,16 @@ Force Mode example
6
6
The ``ur_client_library`` supports leveraging the robot's force mode directly. An example on how to
7
7
use it can be found in `force_mode_example.cpp <https://github.com/UniversalRobots/Universal_Robots_Client_Library/blob/master/examples/force_mode_example.cpp>`_.
8
8
9
-
In order to utilize force mode, we'll have to create and initialize a full ``UrDriver`` object
10
-
first:
9
+
In order to utilize force mode, we'll have to create and initialize a driver object
10
+
first. We use the ``ExampleRobotWrapper`` class for this example. That starts a :ref:`ur_driver`
11
+
and a :ref:`dashboard_client` to communicate with the robot:
0 commit comments