-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Samples: Update zivid python samples
This PR adds the following samples: - Hand eye calibration samples based on RoboDK - Firmware updater - ROI box via checkerboard It also formats and standardize all samples.
- Loading branch information
Showing
24 changed files
with
704 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*.rdk filter=lfs diff=lfs merge=lfs -text |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
...pplications/advanced/hand_eye_calibration/robodk_hand_eye_calibration/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Hand Eye Calibration with RoboDK | ||
|
||
Hand-eye calibration is a necessity for any picking scenario that involves a camera and a robot. | ||
This sample offers an easy and adaptable method to perform hand eye with a variety of robots that are supported in RoboDK. | ||
|
||
For more on Hand-Eye Calibration, please see the [tutorial](https://support.zivid.com/latest/academy/applications/hand-eye.html) in our Knowledge Base. | ||
|
||
If you need help with the sample, visit our Knowledge Base article [here](help.zivid.com) (To be updated) | ||
|
||
This sample is made and modeled with a Universal Robots UR5e robot. | ||
It is a requirement that you make your own poses that suit your environment. | ||
If you have a different robot from a UR5e you will need to load in the corresponding robot to your rdk file. | ||
|
||
## Installation | ||
|
||
1. [Install Zivid Software](https://support.zivid.com/latest//getting-started/software-installation.html) | ||
|
||
2. [Install Zivid Python](https://github.com/zivid/zivid-python). | ||
Note: The recommended Python version for these samples is 3.8. | ||
|
||
3. [Install RoboDK](https://robodk.com/download) | ||
|
||
4. [Install RoboDK python](https://pypi.org/project/robodk/) | ||
|
||
Other requirements can be installed using the following command: | ||
|
||
pip install -r requirements.txt |
3 changes: 3 additions & 0 deletions
3
.../applications/advanced/hand_eye_calibration/robodk_hand_eye_calibration/handeye_poses.rdk
Git LFS file not shown
2 changes: 2 additions & 0 deletions
2
...e/applications/advanced/hand_eye_calibration/robodk_hand_eye_calibration/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
robodk | ||
typing |
Oops, something went wrong.