Skip to content

Commit 8aa0870

Browse files
committed
Merge branch 'fix-link'
2 parents d381bbe + 63d994a commit 8aa0870

File tree

1 file changed

+1
-1
lines changed
  • competition-simulator/programming

1 file changed

+1
-1
lines changed

competition-simulator/programming/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Your robot has a camera, which is attached to the top of your robot. A live prev
102102

103103
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:
104104

105-
- As well as the [existing constants](http://localhost:4000/docs/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`
105+
- 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`
106106
- The following attributes are not available:
107107
- `Marker.res`
108108
- `Point.image`

0 commit comments

Comments
 (0)