Skip to content

Commit 9f8b392

Browse files
committed
Merge branch 'update-sim-robot-properties'
2 parents 884bf16 + 30428c5 commit 9f8b392

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

simulator/programming/index.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The motor board does not have a part code, so it needs to be indexed using `0`.
3939

4040
### Ruggeduino
4141

42-
Your robot has five microswitches and six distance sensors, attached to the digital and analogue pins respectively. These are all attached to a single ruggeduino.
42+
Your robot has two microswitches and six distance sensors, attached to the digital and analogue pins respectively. These are all attached to a single ruggeduino.
4343

4444
Because these sensors are pre-attached to the ruggeduino, you do not need to set its `pin_mode`.
4545

@@ -84,17 +84,6 @@ The LEDs are attached to digital pins 7-12:
8484

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

87-
### Camera
88-
89-
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/).
90-
91-
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:
92-
93-
- 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`
94-
- The following attributes are not available:
95-
- `Marker.res`
96-
- `Point.image`
97-
9887
### Time
9988

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

0 commit comments

Comments
 (0)