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: ur_robot_driver/doc/features.rst
+23-5Lines changed: 23 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,15 +13,19 @@ Feature list and roadmap
13
13
* - joint-position-based control
14
14
- yes
15
15
* - scaled joint-position-based control
16
-
- yes
16
+
- yes (:ref:`scaled_jtc`)
17
17
* - joint-velocity-based control
18
18
- yes\ :raw-html-m2r:`<sup>1</sup>`
19
19
* - Cartesian position-based control
20
20
- no
21
21
* - Cartesian twist-based control
22
22
- no
23
23
* - Trajectory forwarding for execution on robot
24
+
<<<<<<< HEAD
24
25
- no
26
+
=======
27
+
- yes (:ref:`passthrough_trajectory_controller`)
28
+
>>>>>>> c8a44a6 (Update feature list (#1372))
25
29
* - reporting of tcp wrench
26
30
- yes
27
31
* - pausing of programs
@@ -33,9 +37,9 @@ Feature list and roadmap
33
37
* - panel interaction in between possible
34
38
- yes
35
39
* - get and set IO states
36
-
- yes
40
+
- yes (:ref:`io_and_status_controller`)
37
41
* - use `tool communication forwarder <https://github.com/UniversalRobots/Universal_Robots_ToolComm_Forwarder_URCap>`_ on e-series
38
-
- yes
42
+
- yes (:ref:`setup-tool-communication`)
39
43
* - use the driver without a teach pendant necessary
40
44
- yes
41
45
* - support of CB1 and CB2 robots
@@ -45,13 +49,27 @@ Feature list and roadmap
45
49
* - use ROS as drop-in for TP-programs
46
50
- yes
47
51
* - headless mode
48
-
- yes
52
+
- yes (:ref:`headless_mode`)
49
53
* - extract calibration from robot
50
-
- yes
54
+
- yes (:ref:`ur_calibration`)
51
55
* - send custom script commands to robot
56
+
<<<<<<< HEAD
52
57
- no
53
58
* - Reconnect on a disconnected robot
54
59
- yes
55
60
56
61
57
62
:raw-html-m2r:`<sup>1</sup>` Velocity-based joint control is implemented in the driver, but the current version of ros2_control do not yet support Velocity-based joint trajectory control
63
+
=======
64
+
- yes (:ref:`io_and_status_controller`)
65
+
* - Reconnect on a disconnected robot
66
+
- yes
67
+
* - Freedrive Mode
68
+
- yes (:ref:`freedrive_mode_controller`)
69
+
* - Tool Contact mode
70
+
- yes (:ref:`tool_contact_controller`)
71
+
* - Force Mode
72
+
- yes (:ref:`force_mode_controller`)
73
+
74
+
:raw-html-m2r:`<sup>1</sup>` Velocity-based joint control is implemented in the driver, the velocity-based joint trajectory controller would need tweaking of the gain parameters for each model.
0 commit comments