Skip to content

Commit 647dfd8

Browse files
committed
The simulated vision discrepancies are now minor
1 parent 48e1451 commit 647dfd8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

simulator/simulator_programming.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ There is a pre-built robot used in the simulator.
5151
To allow this simulated robot to move around and sense its environment a set of motors and sensors have been connected as detailed below.
5252

5353
The simulator’s API is very similar to the real SR API described in the [programming docs]({{ site.baseurl }}/programming/).
54-
The main differences are the way that [time is handled](#simulated-time), some discrepancies in the vision API we hope to resolve soon and the simulated robot not having the Brain Board LEDs.
54+
The main differences are the way that [time is handled](#simulated-time) and the simulated robot not having the Brain Board LEDs.
5555

5656
<div class="info">
5757
To more closely reflect reality, artificial noise has been added to simulated
@@ -132,9 +132,9 @@ The simulated robot has a camera which provides position and orientation
132132
information about other objects within the simulation. This simulates the
133133
system of fiducial markers which the physical robot's camera can detect.
134134

135-
The information returned by the simulated vision API is similar to the physical
136-
robot's [vision API](/docs/programming/vision/), however there are a number
137-
of differences as are noted in the vision docs.
135+
The simulated vision system matches the physical robot's
136+
[vision API]({{ site.baseurl }}/programming/vision/), with small differences as
137+
noted in the vision docs.
138138

139139
## Simulated Time
140140

0 commit comments

Comments
 (0)