Skip to content

Commit e630c5e

Browse files
authored
Update coordinate_conventions.md
1 parent e1b053c commit e630c5e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

doc/coordinate_conventions.md

+13
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,17 @@ as:
3737
```
3838
- To convert between (u,v) and single index the formulas are n = u + image_width * v. Similarly (u,v) = (n % image_width, n / image_width).
3939

40+
## Frames
41+
42+
This screenshot of rviz shows the primary frames in use:
43+
44+
<p align="center">
45+
<img src="./pdc_frames.png" width="450"/>
46+
</p>
47+
48+
- The frame at the bottom of the robot arm (it says "base" but is hidden) is considered "world" frame.
49+
- The RGB optical frame
50+
- The depth optical frame * (but note that all data by the time it hits this repo is instead in the RGB optical frame after registering the depth image)
51+
52+
Note that in the rviz screenshot, red=x, green=y, blue=z.
4053

0 commit comments

Comments
 (0)