rdoddanavar / hpr-sim

6DOF Flight Simulation for High Power Model Rocketry
https://rdoddanavar.github.io/hpr-sim/
GNU General Public License v3.0
3 stars 2 forks source link

Robust Flight Telemetry #22

Open rdoddanavar opened 4 years ago

rdoddanavar commented 4 years ago

~Telem ("telemetry") class~

rdoddanavar commented 3 years ago

Use stateTelem object of type std::map<std::string, std::vector<double>> to collect time history of fields in state object (of type std::map<std::string, double*>

rdoddanavar commented 3 years ago

2 options for overwriting std::ostringstream (std::ostringstream oss;)

rdoddanavar commented 3 years ago

Results: image

rdoddanavar commented 3 years ago

std::vector vs. std::array?

Will std::array be faster?

rdoddanavar commented 3 years ago

Need to determine telem preallocation---min flight time, max flight time from user; should I assume that users always want flight time to be determined during runtime?

rdoddanavar commented 3 years ago

https://stackoverflow.com/questions/18688763/why-is-istream-ostream-slow

rdoddanavar commented 1 month ago

Goals: