File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,20 @@ The LEDs are attached to digital pins 3-4:
103
103
104
104
Using the ` digital_write ` method, you can set these to True (On) or False (Off).
105
105
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
+
106
120
## Simulated Time
107
121
108
122
In the simulated environment, time advances only at the pace that the simulator
You can’t perform that action at this time.
0 commit comments