Project

General

Profile

Statistics
| Branch: | Revision:

robobuggy / Todo.txt @ 1efba872

History | View | Annotate | Download (540 Bytes)

1
ToDo Items
2
==========
3

    
4

    
5
msebek
6
------
7
Sim
8
 - Refactor into more AbstractClass/Class
9
 - Check heading/message output
10
 - Add maps/courses/walls
11
 - Give the buggy mass
12
 - Make sure services are relevant
13

    
14
Nav
15
 - Print out Steering Angle
16
 - Service to load with waypoints. 
17
 - Tight loop to determine the closest waypoint. navigate to it?
18
 - PID control of some sort. 
19

    
20
Planner
21
 - Given map, allow planning. 
22
 - Allow feedback
23
 - Optimizer (consider simulation feedback)
24

    
25
- Start figuring out nav/AI
26
- Lane Lines?
27
- Move Maps to a common folder