Update README.md
Browse files
README.md
CHANGED
|
@@ -156,7 +156,7 @@ A homogeneous transformation matrix is denoted by `T` (4×4).
|
|
| 156 |
|
| 157 |
All subscripts and superscripts are written on the **right-hand side** of `T`.
|
| 158 |
|
| 159 |
-
Example:
|
| 160 |
expressed in the `arm_base` frame.
|
| 161 |
|
| 162 |
---
|
|
@@ -181,9 +181,9 @@ $$
|
|
| 181 |
|
| 182 |
where:
|
| 183 |
|
| 184 |
-
-
|
| 185 |
joint positions, corresponding to the URDF end-effector frame (joint7).
|
| 186 |
-
-
|
| 187 |
`/kinematics/*_ee_urdf_to_hand_mount`.
|
| 188 |
|
| 189 |
**Camera extrinsics may also vary across episodes.**
|
|
@@ -201,6 +201,6 @@ $$
|
|
| 201 |
|
| 202 |
where:
|
| 203 |
|
| 204 |
-
-
|
| 205 |
|
| 206 |
---
|
|
|
|
| 156 |
|
| 157 |
All subscripts and superscripts are written on the **right-hand side** of `T`.
|
| 158 |
|
| 159 |
+
Example: `T^{hand\_mount}_{arm\_base}` represents the pose of `hand_mount`
|
| 160 |
expressed in the `arm_base` frame.
|
| 161 |
|
| 162 |
---
|
|
|
|
| 181 |
|
| 182 |
where:
|
| 183 |
|
| 184 |
+
- `T^{ee\_urdf}_{arm\_base}` is obtained via forward kinematics (FK) from the arm
|
| 185 |
joint positions, corresponding to the URDF end-effector frame (joint7).
|
| 186 |
+
- `T^{hand\_mount}_{ee\_urdf}` is a fixed, episode-specific transform provided under
|
| 187 |
`/kinematics/*_ee_urdf_to_hand_mount`.
|
| 188 |
|
| 189 |
**Camera extrinsics may also vary across episodes.**
|
|
|
|
| 201 |
|
| 202 |
where:
|
| 203 |
|
| 204 |
+
- `T^{head\_camera}_{arm\_base}` is episode-specific transform provided under `/kinematics/head_camera_to_*_arm_base`
|
| 205 |
|
| 206 |
---
|