You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: simulator/simulator_programming.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ There is a pre-built robot used in the simulator.
51
51
To allow this simulated robot to move around and sense its environment a set of motors and sensors have been connected as detailed below.
52
52
53
53
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.
55
55
56
56
<divclass="info">
57
57
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
132
132
information about other objects within the simulation. This simulates the
133
133
system of fiducial markers which the physical robot's camera can detect.
134
134
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
0 commit comments