@wandelbots/nova-api 25.8.0-dev.70 → 25.8.0-dev.71
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/v1/api.d.ts +4 -0
- package/v1/api.js +4 -0
- package/v1/api.js.map +1 -1
- package/v1/api.ts +4 -0
- package/v2/api.d.ts +2 -0
- package/v2/api.js +2 -0
- package/v2/api.js.map +1 -1
- package/v2/api.ts +2 -0
package/v2/api.ts
CHANGED
|
@@ -5709,11 +5709,13 @@ export const VirtualControllerTypes = {
|
|
|
5709
5709
|
KukaKr4R600: 'kuka-kr4_r600',
|
|
5710
5710
|
KukaKr500L3403: 'kuka-kr500_l340_3',
|
|
5711
5711
|
KukaKr50R2500: 'kuka-kr50_r2500',
|
|
5712
|
+
KukaKr60R3: 'kuka-kr60_r3',
|
|
5712
5713
|
KukaKr6R1820: 'kuka-kr6_r1820',
|
|
5713
5714
|
KukaKr6R7002: 'kuka-kr6_r700_2',
|
|
5714
5715
|
KukaKr6R700Sixx: 'kuka-kr6_r700_sixx',
|
|
5715
5716
|
KukaKr6R900: 'kuka-kr6_r900',
|
|
5716
5717
|
KukaKr6R9002: 'kuka-kr6_r900_2',
|
|
5718
|
+
KukaKr70R2100: 'kuka-kr70_r2100',
|
|
5717
5719
|
KukaLbrIisy11R1300: 'kuka-lbr_iisy_11_r1300',
|
|
5718
5720
|
UniversalrobotsUr10cb: 'universalrobots-ur10cb',
|
|
5719
5721
|
UniversalrobotsUr10e: 'universalrobots-ur10e',
|