This website requires JavaScript.
2b7606c417
Merge branch 'master' of ssh://github.com/cthunter01/qtrocket
Travis Hunter
2023-04-15 15:41:11 -06:00
29871ecfdf
Adding AnalysisWindow ui
Travis Hunter
2023-04-15 15:40:41 -06:00
a33aeea77a
Added dynamic thrust computation in Rocket and Propagator
Travis Hunter
2023-04-15 14:49:19 -06:00
48d1a933ab
add a timer to the propagator to record propagation time in runUntilTerminate()
Travis Hunter
2023-04-10 20:02:55 -06:00
0734d6a013
improvements to propagator getForceXYZ methods. The propagator now reaches out to the QtRocket singleton for current gravity data at each timestep. Can easily do the same for atmospheric density next
Travis Hunter
2023-04-10 19:19:11 -06:00
b77ba0ef04
Update the README, so that if anyone stumbles on this repo before it's actually ready for any sort of public release, they should be fairly warned. It might be good to actually just make the repo private before release, but I am not that self-conscious about it
Travis Hunter
2023-04-10 18:52:14 -06:00
ed34061195
removing temporary build artifacts that were accidentally committed
Travis Hunter
2023-04-10 18:36:48 -06:00
f595562de9
refactored MainWindow compute ballistic trajector to use new Rocket interface
Travis Hunter
2023-04-09 17:00:37 -06:00
0eb6440b5e
Update QtRocket homepage
website
Travis Hunter
2023-02-20 19:59:16 -07:00
910d09bdad
Initial jekyll commit. Test
Travis Hunter
2023-02-20 19:47:53 -07:00
2b563f8d44
Create _config.yml
Travis Hunter
2023-02-20 10:27:08 -07:00
e1ac95b03b
website: hello world
Travis Hunter
2023-02-20 09:58:02 -07:00
45066a7147
Create README.md
Travis Hunter
2023-02-20 09:35:11 -07:00
5b9e08c3cc
Create CNAME
Travis Hunter
2023-02-20 08:36:54 -07:00
88846315f8
New website branch. Empty and ready for adding github pages content
Travis Hunter
2023-02-20 08:35:45 -07:00
67b5a3effa
Change to Qt toolkit and Qt Creator
Travis Hunter
2023-02-19 19:06:27 -07:00
77bd02cf79
update license to GPL 3
Travis Hunter
2023-02-19 18:53:50 -07:00
cc508f5472
Update README.md
Travis Hunter
2023-02-19 18:49:04 -07:00
ef7de152be
WIP
Travis Hunter
2023-02-16 19:04:06 -07:00
67233fe471
Updates to USStandardAtmosphere
Travis Hunter
2023-02-16 16:06:33 -07:00
891438c82c
Adding a docs folder with the 1976 US Standard Atmosphere paper from NOAA
Travis Hunter
2023-02-16 11:11:20 -07:00
a0e8512219
Got googletest working in sim/tests
Travis Hunter
2023-02-16 10:59:25 -07:00
3f580b2427
WIP
Travis Hunter
2023-02-15 14:05:20 -07:00
f0c3e64903
Fixed nested CMakeLists.txt with proper include search paths between sub directories
Travis Hunter
2023-02-13 19:23:24 -07:00
fa3e485394
WIP
Travis Hunter
2023-02-13 19:09:49 -07:00
f538dd2a52
WIP
Travis Hunter
2023-02-13 13:22:52 -07:00
61a64981f4
WIP
Travis Hunter
2023-02-12 19:45:48 -07:00
8fb3f06664
Initial commit of model/Thrustcurve that uses linear interpolation
Travis Hunter
2023-02-12 19:24:30 -07:00
0a2faccdf1
Added initial CurlConnection class in anticipation of downloading motor data from ThrustCurve.org
Travis Hunter
2023-02-12 16:48:23 -07:00
6d8f70e92a
Added application main icon
Travis Hunter
2023-02-12 09:16:52 -07:00
24a35b3ee4
Launch menu item has an icon with transparent background
Travis Hunter
2023-02-12 07:35:12 -07:00
191844eccb
Added sim folder and skeleton atmospheric, wind, and gravity models. Cleaned up main window a little
Travis Hunter
2023-02-11 18:41:09 -07:00
cca489ac86
MainWindow now uses splitters
Travis Hunter
2023-02-11 17:41:55 -07:00
5659e2bf9e
cleanup
Travis Hunter
2023-02-10 19:20:00 -07:00
352fc5739f
Moved gui into subdirectory and split CMake build across main project and gui
Travis Hunter
2023-02-10 19:10:49 -07:00
8c1c4c9a12
Initial Commit. Just an empty main window right now
Travis Hunter
2023-02-10 18:02:06 -07:00
55ada05902
Update README.md
Travis Hunter
2023-02-10 15:26:59 -07:00
4ac27e7ed1
Update README.md
Travis Hunter
2023-02-10 15:26:49 -07:00
5c80519bef
Update README.md
Travis Hunter
2023-02-09 16:27:47 -07:00
72e359bf57
Initial commit
Travis Hunter
2023-02-01 18:53:20 -07:00
f172e26d01
Added ConstantGravityModel. Always -9.8 m/s**2 in the z-direction
Travis Hunter
2023-04-07 16:52:07 -06:00
a6845d4552
Running the gui via QtRocket class instead of directly from main(). Intention is to have the gui run in its own thread, and be an interface to QtRocket component (which is the application), rather than the application itself
Travis Hunter
2023-04-07 08:57:12 -06:00
90e5289609
change rk4 integrator to take vector of doubles, spin off Qt gui in separate thread
Travis Hunter
2023-04-06 19:13:55 -06:00
1b855b2997
WIP
Travis Hunter
2023-04-03 18:18:39 -06:00
39920e2777
WIP. Added templated RK4 solver and some more framework code
Travis Hunter
2023-04-02 09:42:32 -06:00
6e00f22ce4
WIP
Travis Hunter
2023-03-31 18:38:35 -06:00
29a9c7fb68
Update Logger.cpp
Travis Hunter
2023-03-24 16:24:31 -06:00
80b7a0109c
Added Logger
Travis Hunter
2023-03-24 16:19:01 -06:00
addf3ea73e
Added icon
Travis Hunter
2023-03-25 15:07:21 -06:00
8d663f858b
Added RK4 solver
Travis Hunter
2023-03-15 19:30:56 -06:00
14b72ab1e0
Initial commit of Umbrello UML Modeler file. Not much there yet though
Travis Hunter
2023-02-21 08:49:57 -07:00
b9384f0200
remove qtcreator project user file
Travis Hunter
2023-02-19 19:18:03 -07:00
92c2986d46
Change to Qt toolkit and Qt Creator
Travis Hunter
2023-02-19 19:06:27 -07:00
2c24a0db2a
update license to GPL 3
Travis Hunter
2023-02-19 18:53:50 -07:00
c1b8410718
Update README.md
Travis Hunter
2023-02-19 18:49:04 -07:00
ad94b56dc2
WIP
Travis Hunter
2023-02-16 19:04:06 -07:00
f4b7dab913
Updates to USStandardAtmosphere
Travis Hunter
2023-02-16 16:06:33 -07:00
e81f9d47b0
Adding a docs folder with the 1976 US Standard Atmosphere paper from NOAA
Travis Hunter
2023-02-16 11:11:20 -07:00
af4027e54c
Got googletest working in sim/tests
Travis Hunter
2023-02-16 10:59:25 -07:00
0c98dc4f7b
WIP
Travis Hunter
2023-02-15 14:05:20 -07:00
df14830bb3
Fixed nested CMakeLists.txt with proper include search paths between sub directories
Travis Hunter
2023-02-13 19:23:24 -07:00
cb4249801d
WIP
Travis Hunter
2023-02-13 19:09:49 -07:00
a5c30d8508
WIP
Travis Hunter
2023-02-13 13:22:52 -07:00
da92f381c6
WIP
Travis Hunter
2023-02-12 19:45:48 -07:00
8f8b54b440
Initial commit of model/Thrustcurve that uses linear interpolation
Travis Hunter
2023-02-12 19:24:30 -07:00
2a81392482
Added initial CurlConnection class in anticipation of downloading motor data from ThrustCurve.org
Travis Hunter
2023-02-12 16:48:23 -07:00
0f45b11d43
Added application main icon
Travis Hunter
2023-02-12 09:16:52 -07:00
6fdfc1eb13
Launch menu item has an icon with transparent background
Travis Hunter
2023-02-12 07:35:12 -07:00
2d0980fdd6
Added sim folder and skeleton atmospheric, wind, and gravity models. Cleaned up main window a little
Travis Hunter
2023-02-11 18:41:09 -07:00
afb2ff85cf
MainWindow now uses splitters
Travis Hunter
2023-02-11 17:41:55 -07:00
0adeddb42b
cleanup
Travis Hunter
2023-02-10 19:20:00 -07:00
f085539ba7
Moved gui into subdirectory and split CMake build across main project and gui
Travis Hunter
2023-02-10 19:10:49 -07:00
31e151b56c
Initial Commit. Just an empty main window right now
Travis Hunter
2023-02-10 18:02:06 -07:00
0db1d019f3
Update README.md
Travis Hunter
2023-02-10 15:26:59 -07:00
34c405804d
Update README.md
Travis Hunter
2023-02-10 15:26:49 -07:00
ad808a746e
Update README.md
Travis Hunter
2023-02-09 16:27:47 -07:00
18599bd425
Initial commit
Travis Hunter
2023-02-01 18:53:20 -07:00