forked from oyster-catcher/HopperGuidance
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog.txt
24 lines (22 loc) · 1.51 KB
/
ChangeLog.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
v0.2.3
- Added ability to pick multiple intermediate targets
- Removed latitude, longitude and altitude target (set target via pick target only)
- Removed max landing thrust angle, it is set to 10% of max thrust angle
- Removed acceleration gain, it is set to 4x correction factor
- Removed idle angle, it is now always 90 degrees
- Removed max thrust, this is set to 90% of the vessels maximum
- Max thrust angle in the solution is 80% of max thrust angle (allowing 20% extra for corrections)
- Min descent angle only applies to the final trajectory before the final target and not to intermediate targets
- Ground intersect constraint always applies where the ground is the lowest of all the ground targets
- The solution velocity isn't modified by the PID, which results in better following of the trajectory
- Switch to using mesh rather than LineRenderer for track and thrust vectors as transformations work better
- Golden search over time now falls back to simpler search stepping through 10 intervals between Tmin and Tmax then continues golden search, as golden search fails when probe points are non-solutions. This results in much better and faster solutions
- Fixed disappearing track bug when active for a long time
v0.2.2
- Changes to work with Realism Overhaul
v0.2.1
- Added TestCraft and TestCraftHeavy
- Tested with KSP version 1.8.1 up to 1.10.0
- Can enable/disable logging to vessel.dat and solution.dat
- Can show/hide the track, alignment vector, and thrust vectors
- Works with Realism Overhaul but trajectories look shaky