Skip to content

Commit c8a44a6

Browse files
authored
Update feature list (#1372)
* Update feature list * Add references to feature list
1 parent f94809f commit c8a44a6

File tree

2 files changed

+18
-10
lines changed

2 files changed

+18
-10
lines changed

ur_calibration/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
:github_url: https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/blob/main/ur_calibration/doc/index.rst
22

3+
.. _ur_calibration:
4+
35
ur_calibration
46
==============
57

ur_robot_driver/doc/features.rst

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
:github_url: https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/blob/main/ur_robot_driver/doc/features.rst
2-
31
.. role:: raw-html-m2r(raw)
42
:format: html
53

@@ -15,15 +13,15 @@ Feature list and roadmap
1513
* - joint-position-based control
1614
- yes
1715
* - scaled joint-position-based control
18-
- yes
16+
- yes (:ref:`scaled_jtc`)
1917
* - joint-velocity-based control
20-
- yes
18+
- yes\ :raw-html-m2r:`<sup>1</sup>`
2119
* - Cartesian position-based control
2220
- no
2321
* - Cartesian twist-based control
2422
- no
2523
* - Trajectory forwarding for execution on robot
26-
- yes
24+
- yes (:ref:`passthrough_trajectory_controller`)
2725
* - reporting of tcp wrench
2826
- yes
2927
* - pausing of programs
@@ -35,9 +33,9 @@ Feature list and roadmap
3533
* - panel interaction in between possible
3634
- yes
3735
* - get and set IO states
38-
- yes
36+
- yes (:ref:`io_and_status_controller`)
3937
* - use `tool communication forwarder <https://github.com/UniversalRobots/Universal_Robots_ToolComm_Forwarder_URCap>`_ on e-series
40-
- yes
38+
- yes (:ref:`setup-tool-communication`)
4139
* - use the driver without a teach pendant necessary
4240
- yes
4341
* - support of CB1 and CB2 robots
@@ -47,10 +45,18 @@ Feature list and roadmap
4745
* - use ROS as drop-in for TP-programs
4846
- yes
4947
* - headless mode
50-
- yes
48+
- yes (:ref:`headless_mode`)
5149
* - extract calibration from robot
52-
- yes
50+
- yes (:ref:`ur_calibration`)
5351
* - send custom script commands to robot
54-
- yes
52+
- yes (:ref:`io_and_status_controller`)
5553
* - Reconnect on a disconnected robot
5654
- yes
55+
* - Freedrive Mode
56+
- yes (:ref:`freedrive_mode_controller`)
57+
* - Tool Contact mode
58+
- yes (:ref:`tool_contact_controller`)
59+
* - Force Mode
60+
- yes (:ref:`force_mode_controller`)
61+
62+
: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

Comments
 (0)