Skip to content

Commit ebe30d2

Browse files
committed
Add notice about torque_control beta status
1 parent 3c98512 commit ebe30d2

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,27 @@ The library has no external dependencies besides the standard C++ libraries such
88
to make it easy to integrate and maintain. It also serves as the foundation for the ROS and ROS 2
99
drivers.
1010

11+
---
12+
13+
> [!IMPORTANT]
14+
> The **torque_control** branch is a **beta feature**. At the current time, you will need to
15+
> participate in the public beta program at
16+
> [https://ur.centercode.com/key/PolyScope5Beta](https://ur.centercode.com/key/PolyScope5Beta) to
17+
> use it. It will not work with any released robot software version. At a later time this will
18+
> require a certain robot software version to work and the new features will not work with older
19+
> software versions. However, old functionality will still be working with older robot software as
20+
> noted in the version requirements below.
21+
>
22+
> This being a beta feature, the API is not to be considered stable. Anything developed on this
23+
> branch might be changing in a breaking way until it is merged into the master branch.
24+
>
25+
> Also, please keep the beta status in mind when operating the robot. Parts of the software
26+
> involved in the beta-feature might not be tested to the usual extent and might show unexpected
27+
> behavior in edge cases.
28+
>
29+
> Documentation for the new features may also be missing initially. This will be added before
30+
> merging things to the master branch.
31+
1132
<!-- markdownlint-disable MD033 -->
1233
<div align="center">
1334
<img src="doc/resources/family_photo.png" alt="Universal Robot family" style="width: 90%;"/>

0 commit comments

Comments
 (0)