This website requires JavaScript.
Explore
Help
Sign In
travis
/
qtrocket
Watch
1
Star
0
Fork
0
You've already forked qtrocket
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
qtrocket
/
model
History
Travis Hunter
d307bf47c6
Split large CMakeLists into multiple subdirectory libraries. This will make unit testing easier on a per-component basis
2023-05-10 21:03:02 -06:00
..
CMakeLists.txt
Split large CMakeLists into multiple subdirectory libraries. This will make unit testing easier on a per-component basis
2023-05-10 21:03:02 -06:00
MotorModel.cpp
Fix for motor mass curve calculation
2023-05-03 18:46:14 -06:00
MotorModel.h
Added Eigen dependency, so now QtRocket Vectors (and matrices and quaternions) are backed by Eigen. Cleaned up unused files also
2023-05-06 08:53:56 -06:00
MotorModelDatabase.cpp
WIP
2023-04-22 12:49:00 -06:00
MotorModelDatabase.h
WIP
2023-04-22 17:37:41 -06:00
Rocket.cpp
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
Rocket.h
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
ThrustCurve.cpp
motor model selection working with RSE files
2023-04-25 20:35:17 -06:00
ThrustCurve.h
Now with ThrustCurve.org integration
2023-04-27 12:03:09 -06:00