Open JacksonElia opened 1 month ago
- [ ] Make landed state trigger properly (you can see in the graph on the readme, it triggers prematurely while the rocket is still falling)
You mean to just change the constant at which it landedstate is triggered? Right now it considers it landed if it's within 15m of the launch site's height. Set it too low, and it might not trigger if it lands at an higher elevation. Set it too high, and it triggers too early. IMO we can go down 7m, but then again I don't know the launch site topography at Huntsville.
Ideally we would also check the speed and/or acceleration (zero)
Yeah I wouldn't just change the constant, probably also do something based on accel -- that being said, it's up to whoever does this to test it against multiple data sets and what not to ensure it works