Skip to content

Commit 5aaee27

Browse files
committed
Merge branch 'simulator-vision'
2 parents 2b351b9 + b506e3f commit 5aaee27

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

simulator/programming/index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,20 @@ The LEDs are attached to digital pins 3-4:
103103

104104
Using the `digital_write` method, you can set these to True (On) or False (Off).
105105

106+
### Vision
107+
108+
The simulated robot has a camera which provides position and orientation
109+
information about other objects within the simulation. This simulates the
110+
system of fiducial markers which the physical robot's camera can detect.
111+
112+
The information returned by the simulated vision API is generally in the same
113+
format and units as the physical robot's [vision API](/docs/programming/sr/vision/).
114+
115+
<div class="info">
116+
Orientation information is returned in different formats between the simulator and the physical robot kits.
117+
One (possibly both) of them may change to resolve this.
118+
</div>
119+
106120
## Simulated Time
107121

108122
In the simulated environment, time advances only at the pace that the simulator

0 commit comments

Comments
 (0)