Flight logs

The Rocketry Forum

Help Support The Rocketry Forum:

This site may earn a commission from merchant affiliate links, including eBay, Amazon, and others.

emre özkan

Member
Joined
May 16, 2019
Messages
20
Reaction score
1
Location
GB
Hi! I'm trying to build an algorithm to detect the falling of my rocket. And I write a C# app to test my algorithm. In the app, altitude is increased by 50 meters in the flying part. When it reaches the maximum value it starts to decrease by 10 meters. My falling detection algorithm works with this type of values. But I want to try it with real flight logs. And I didn't find any logs at all. Is there any website that has logs like this? Or could you send me a flight log that passed at least 1.5km?
Thank you.
 
For simple tests, you can export simulations from OpenRocket and use them to test your algorithm. To make it a bit more realistic add some noise to the data.

You can also find data by searching around the forum (for example Featherweight products use the .fipa file extension, AltusMetrum products use the .eeprom). Some examples can be found here:
https://www.rocketryforum.com/threads/post-your-raven-fipa-files-here.42957/
https://www.rocketryforum.com/threa...y-didnt-pyro-b-2nd-stage-igniter-fire.145062/

Reinhard
 
You can use Perfectflight logs directly since they are just text files with a .pf2 extension. If you change the extension to .txt they open in any text editor. I've attached a couple you can look at.


Tony
 

Attachments

  • Raven3 on K627.txt
    128.9 KB · Views: 14
  • Mongoose L935.txt
    309.5 KB · Views: 13
Back
Top