-
Notifications
You must be signed in to change notification settings - Fork 3
/
TODO
39 lines (32 loc) · 1.15 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Playing field
- more maps, more challenges
- ideas are welcome
- detailed designs and graphics are better
- pull requests for completed code is best!
Robot / pybricks
- realism is not the main focus, but where practicable, I would like the simulator to behave at least close to a real robot
- testing and measurements of physical robot parameters
- testing / advice on API behavior, particularly for pybricks.
Documentation
- most blocks are undocumented
Coding (Python editor)
- Add autocomplete to the Ace editor
- Documentation panel?
Coding (Robot configurator)
- Add in robot configurator
Coding (Simulator)
- Implement Pybricks support (...run, not just generate code)
- More components
- pen
- object of interest radar (direction and range of object)
- radio (communications between robots)
- claw
- linear actuator
- camera (array of rgb/hsv for image recognition. Is skulpt fast enough? Without numpy?)
- touch sensor (simplified laser rangefinder with very short range)
- Multi-robot arena
- Measurement tool
Coding (Sharing)
- Remote coach view of student's work
- Spectator mode. Run code on one computer, but rendered and view on multiple.
Bugs