Skip to content

Commit 30428c5

Browse files
committed
There is no simulated camera this year
1 parent bc1406d commit 30428c5

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

simulator/programming/index.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -93,17 +93,6 @@ The LEDs are attached to digital pins 7-12:
9393

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

96-
### Camera
97-
98-
Your robot has a camera, which is attached to the top of your robot. A live preview of what the camera sees is shown in the top-left corner. The vision system uses Webots' object recognition, rather than [fiducial markers]({{ site.baseurl }}/programming/sr/vision/markers/).
99-
100-
The `see` method will return a list of visible markers in the arena, but doesn't allow a resolution argument. Each token is as described in the [vision docs]({{ site.baseurl }}/programming/sr/vision/), except:
101-
102-
- As well as the [existing constants]({{ site.baseurl }}/programming/sr/vision/#MarkerInfo), `Marker.info.marker_type` can be referred to as `MarkerType.SILVER`, `MarkerType.GOLD` or `MarkerType.ARENA`. `MarkerType` can be imported with `from sr.robot import MarkerType`
103-
- The following attributes are not available:
104-
- `Marker.res`
105-
- `Point.image`
106-
10796
### Time
10897

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

0 commit comments

Comments
 (0)