Skip to content

Commit 06e289d

Browse files
committed
Update the simulator vision section to clarify the diffrences from the kit API
1 parent 8d7b219 commit 06e289d

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

simulator/programming/index.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,9 @@ The simulated robot has a camera which provides position and orientation
109109
information about other objects within the simulation. This simulates the
110110
system of fiducial markers which the physical robot's camera can detect.
111111

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>
112+
The information returned by the simulated vision API is similar to the physical
113+
robot's [vision API](/docs/programming/sr/vision/), however there are a number
114+
of differences as are noted in the vision docs.
119115

120116
## Simulated Time
121117

0 commit comments

Comments
 (0)