Difference between revisions of "Apps for the Robot Control"
Line 18: | Line 18: | ||
What has changed: [https://wiki.cpr-robots.com/images/7/7c/VersionInfo.txt ChangeLog] | What has changed: [https://wiki.cpr-robots.com/images/7/7c/VersionInfo.txt ChangeLog] | ||
+ | |||
+ | There are three Video Tutorials (German) how to use the Vision App: | ||
+ | * [https://www.youtube.com/watch?v=RV6W3cHTwMs Calibration] | ||
+ | * [https://www.youtube.com/watch?v=L-CbLLiDD8E Settings for Object Detection] | ||
+ | * [https://www.youtube.com/watch?v=CjtXqH9r4zI Programming] The .xml File of the example programm you can download [https://wiki.cpr-robots.com/images/1/11/Tutorial.zip here] | ||
==Minimal App== | ==Minimal App== | ||
This app includes the basics to create your own app. | This app includes the basics to create your own app. |
Revision as of 14:45, 15 January 2024
Right now the App function is in test mode
Summary
If you want to install apps, you need Version 14 of the iRC software: IgusRobotControl-Release14-EN. You can download and add apps to your robot. You will find available apps on this page. It is possible to create your own apps. An easy example is shown in the minimal App.
Vision App
Only available for embedded control, not in simulation mode.
The Vision App is created for 2D Object Detection. The app uses a standard USB camera which can be connected to your robot.
Download calibration sheet: CalibrationSheetV3.pdf
Download user manual: UserManual_VisionApp_EN.pdf
Download .zip for robot: Vision2D_V4.zip
What has changed: ChangeLog
There are three Video Tutorials (German) how to use the Vision App:
- Calibration
- Settings for Object Detection
- Programming The .xml File of the example programm you can download here
Minimal App
This app includes the basics to create your own app.