|
f4e560fcd9
|
quick cleanup
|
2024-02-18 16:38:22 -07:00 |
|
|
5da279a8e6
|
Cleanup
|
2024-02-18 16:25:45 -07:00 |
|
|
41183b8397
|
WIP. Added Stage objects, and made Stage and Rocket a Propagatable. Changed Propagator to propagate a Propagatable instead of a Rocket. This is to allow for propagating dropped stages
|
2023-10-20 14:48:35 -06:00 |
|
|
558211e9fe
|
Removed the Propagator from the Rocket. It shouldn't really be there, now the Propagator belongs to QtRocket, and is paired with a particular Rocket model, but doesn't belong to that model
|
2023-05-06 09:20:42 -06:00 |
|
|
821df8905a
|
Now reads motor delays
|
2023-05-05 08:01:59 -06:00 |
|
|
10c552e086
|
Added QtRocket custome Motor Database format (xml)
|
2023-05-04 16:31:51 -06:00 |
|
|
47919b661f
|
Fix for motor mass curve calculation
|
2023-05-03 18:46:14 -06:00 |
|
|
cea4d13e6c
|
Change SimulationOptions to Environment
|
2023-04-28 10:49:29 -06:00 |
|
|
5d2becd2b4
|
motor model selection working with RSE files
|
2023-04-25 20:35:17 -06:00 |
|
|
070013cff2
|
Add SimulationOptions class to keep track of and encapsulate various simulation options
|
2023-04-24 20:43:18 -06:00 |
|
|
0acec0829a
|
Fix deadlock in QtRocket initialization after instantiating a default Rocket model during construction. sim::Propagator doesn't need a pointer to QtRocket always, it can just get the instance when it needs it. This is probably an opportunity for cleanup later though
|
2023-04-23 08:18:24 -06:00 |
|
|
620cd80fe4
|
WIP
|
2023-04-22 17:37:41 -06:00 |
|
|
de17126ae3
|
Adding Doxygen generation. Add doxygen \cond logic to exclude 3rd party headers from being indexed and documented
|
2023-04-22 12:39:20 -06:00 |
|
|
69344be572
|
Added Rocksim database
|
2023-04-17 18:54:02 -06:00 |
|
|
a33aeea77a
|
Added dynamic thrust computation in Rocket and Propagator
|
2023-04-15 14:49:19 -06:00 |
|
|
f172e26d01
|
Added ConstantGravityModel. Always -9.8 m/s**2 in the z-direction
|
2023-04-07 17:08:45 -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
|
2023-04-07 17:08:45 -06:00 |
|
|
6e00f22ce4
|
WIP
|
2023-04-07 17:08:44 -06:00 |
|
|
92c2986d46
|
Change to Qt toolkit and Qt Creator
|
2023-04-07 17:08:44 -06:00 |
|