Skip to content

Commit bee2e49

Browse files
committed
Add a basic physical robot page
1 parent 26c94e3 commit bee2e49

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

content/robots/_index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ In this year's competition we have 2 Robots, which are each controlled by their
88
- [Crane Robot](crane) which is controlled by `crane.py`.
99
- [Forklift Robot](forklift) which is controlled by `forklift.py`.
1010

11-
See [the API section](../api/) for more details on how to run your code.
11+
There is also a [Physical Robot](physical).
12+
13+
See [the API section](../api/) for more details on how to run your code.

content/robots/physical.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: Physical robot
3+
---
4+
5+
The physical robot is closely modelled after the [forklift](../forklift) robot, however is different in a few important ways. The physical robot has two [radial motors](/api/motor-board), allowing it to move itself around the arena.
6+
7+
## Motor layout
8+
9+
The layout of the motors attached to the motor boards for the forklift robot are as follows:
10+
11+
- Motor Board 0:
12+
- Motor 0 - Left wheel motor
13+
- Motor 1 - Right wheel motor
14+
15+
## Servos
16+
17+
The front grabber is actuated by a single servo.
18+
19+
## Ultrasound
20+
21+
The forklift has many [ultrasound sensors](/api/ultrasound) attached to various points in the robot, here is the layout of the ultrasound sensors:
22+
23+
-

0 commit comments

Comments
 (0)