forked from dhadfieldmenell/tampy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO.txt
40 lines (30 loc) · 1.12 KB
/
TODO.txt
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
40
TODO Dylan:
HI PRI
- predicate resampling
- swap task integration test
- error propogation
LOW PRI
- fix bug with grasp, need to have trajectory that allows robot to move into contact with object (for now just hacked to have safety distance 0)
- hunt down bug with FF plan returning incorrect HL plan
- fix ll_solver assumptions about pose and ind_arr
- implement 'initialize near plan' (priority 0 solve)
DONE
- putaway task
- place object
- check plan validity, get failed predicates, get first failed ind
- update plans to explicitly track which attributes are fixed by the high level
IFNEEDBE
create IsMP constraint for robot (if needed),
TODO Simon:
HI PRI
- unit tests for Stationary, StationaryNEq
LOW PRI
- dymamics integration in state
- dynamics integration in get_param_vector
- dynamics integration in ll_solver
After IROS
- fix modularity issues with sco.expr.py
- implement tests for caching not_obstructs
- implement more thorough tests for ll_solver
- put shared methods of CanSolver and NAMOSolver into Solver
- should is_defined only return True when all numerical attributes are defined?