-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnotes.txt
More file actions
44 lines (24 loc) · 1.11 KB
/
notes.txt
File metadata and controls
44 lines (24 loc) · 1.11 KB
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
41
42
43
44
Common problems
inu drift(solved by continuous error correction and updates)
fault detection and recovery
commuication delays
gravity from others
//addressing for satellites
Need to
Model the physics in more detail
Figure out guidance component possibly? ask
where B is Momentum
We come to formula x(subt+1) = x(subt) - alpha * (delta) * f(x(subt)) + B(xsubt - xsubt-1)
More notes
The Heavy ball method accels the gradient descent by adding the momentum term to the
previous update direction porportionaly. this reduces oscillation in high
curve directins and optimizes the speed.
If speed of craft goes up, orbit gets larger and further away from what its orbiting. but still goes thru the point
where the speed was increased.
because trajecory is just position over time. newtons 2nd law says that we can double integrate accleration to
calculate orbital trajecory. this may be a guidance component in the future for this algo or another prototype
References
IFT 6085 - Lecture 5
Accelerated Methods - Polyak’s Momentum
SpaceMissionAnalysisAndDesignBook
Introduction to spacecraft guidance and navigation