-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathTODO
38 lines (33 loc) · 1.17 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
Package Features:
- Implement filter status output
- Intrinsic calibration filtering
Software Work:
- Show track images from simulation
- Add data drops to input file
- Add extrinsic step disturbance
- Add IMU bias instability
- Plot Allan Variance
- Outlier rejection by gating / Mahalanobis distance
- Play rosbags through as fast as possible given yaml
- RANSAC Features
Additional Trackers:
- AprilGridTracker
Documentation:
- Simulation diagram
- Add gif to main readme
- Create Simulated Camera video feed
- Circles for points, radius based on distance
- Polygon for Board edges
- https://docs.opencv.org/4.6.0/d3/d96/tutorial_basic_geometric_drawing.html
- https://docs.opencv.org/4.x/d7/d9e/tutorial_video_write.html
- Write page on coordinate systems
- Outline Filter documentation
- Add page for initialization
- Add page for augmenting states
- Add Jacobians to documentation
- Add page for Multi-IMU Filter
Data:
- Add ROS bag data to either github release or IEEE dataport
Test:
- Test Aprilgrid detection
- Test multiple fiducial detection