add example calib notebook
Browse files- CalibrationExample.ipynb +0 -0
- README.md +1 -1
CalibrationExample.ipynb
ADDED
The diff for this file is too large to render.
See raw diff
|
|
README.md
CHANGED
@@ -56,7 +56,7 @@ intrinsics_matrix = np.array([
|
|
56 |
Note that the intrinsics tend to not change much between episodes, but using the specific values corresponding to a particular episode tends to give the best results.
|
57 |
|
58 |
## Example Calibration Use Case
|
59 |
-
Using the calibration information, one can project points in the robot's frame into pixel coordinates for the cameras. We will demonstrate how to map the robot gripper position to pixel coordinates for the external cameras with extrinsics in `cam2base_extrinsics.json`, see
|
60 |
```
|
61 |
gripper_position_base = <Homogeneous gripper position in the base frame, as gotten from TFDS episode. Shape 4 x 1>
|
62 |
cam_to_base_extrinsics_matrix = <extrinsics matrix for some camera>
|
|
|
56 |
Note that the intrinsics tend to not change much between episodes, but using the specific values corresponding to a particular episode tends to give the best results.
|
57 |
|
58 |
## Example Calibration Use Case
|
59 |
+
Using the calibration information, one can project points in the robot's frame into pixel coordinates for the cameras. We will demonstrate how to map the robot gripper position to pixel coordinates for the external cameras with extrinsics in `cam2base_extrinsics.json`, see `CalibrationExample.ipynb` for the full code.
|
60 |
```
|
61 |
gripper_position_base = <Homogeneous gripper position in the base frame, as gotten from TFDS episode. Shape 4 x 1>
|
62 |
cam_to_base_extrinsics_matrix = <extrinsics matrix for some camera>
|