Skip to content

Commit 63d994a

Browse files
committed
Fix link to the marker info page
1 parent d37976c commit 63d994a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

competition-simulator/programming.md

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

9898
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:
9999

100-
- 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`
100+
- 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`
101101
- The following attributes are not available:
102102
- `Marker.res`
103103
- `Point.image`

0 commit comments

Comments
 (0)