Centercode
Warning
The AI Accelerator requires ROS 2 Humble, so PolyScope X 10.12.1 is the latest compatible release. PolyScope X 10.13 and later use ROS 2 Jazzy and are not currently supported.
Resources to update your AI Accelerator and to download the SDK package are available on the UR Centercode platform. If you do not have access, contact your local UR representative.
See also
Still on 1.x? Follow Upgrade from 1.x.
Already on 2.x and ready to install? Continue with the SDK.
What to download from Centercode
File |
When you need it |
|---|---|
|
Only if the compute module is still on 1.x. See Upgrade from 1.x. |
|
To install or update the SDK on a 2.x box. See SDK. |
Check your compute module version first
Before downloading an upgrade package, confirm whether you are on 1.x or 2.x:
Open a terminal on the AI Accelerator (CTRL + ALT + T).
Run:
curl -s http://localhost/universal-robots/platform/system/v1/versions
Example output on a 2.x box:
{"additionalVersions":[{"name":"bsp","version":"2.0.5"}],"systemVersion":"2.0"}
If you see
"systemVersion":"2.0"(or higher), stay on the normal update / SDK download path — do not use the 1.x upgrade procedure.If the command fails or returns no
systemVersion, follow Upgrade from 1.x.