question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

No clear way to determine legs and fins configuration on Falcon9

See original GitHub issue

I could not find out weather the landing legs and grid fins on Falcon9 were installed from JSON data. I found land_success and landing_intent flags in rocket->first_stage->cores[0] but it’s not enough to definitely find out if booster/fins were installed. I could not use rocket_type and rocket_name information either because there are many configurations of Falcon9 v1.1.

You can easily see all the possibilities of legs/fins on this infographic, I created a few years ago: https://www.reddit.com/r/spacex/comments/68iw7q/all_spacex_launches_and_booster_landing_attempts/

I’m using version 3 of API.

Looking forward for your help.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:13 (8 by maintainers)

github_iconTop GitHub Comments

2reactions
jakewmeyercommented, Oct 29, 2018

@markvital A core is just another name for the first stage rocket booster

2reactions
jakewmeyercommented, Oct 28, 2018

This is data that isn’t tracked currently, but should be.

We can easily add the following on each launch:

  "first_stage": {
    "gridfins": true,
    "legs": true
  }

Abstracting away the entire rocket config might be a bit overkill for such a small change

Read more comments on GitHub >

github_iconTop Results From Across the Web

How do the Falcon 9 Landing Legs work? - YouTube
Please help support my channel and get a sweet new space shirt http://ineedmore.space/storeSpaceX's Falcon 9 landing legs consist of 4 ...
Read more >
Are the Falcon 9 landing legs aerodynamic surfaces as well?
With the release of fairly detailed landing video for the CRS-6 landing attempt it is very clear that the legs do not deploy...
Read more >
Falcon Payload User's Guide - SpaceX
Descriptions and performance information in this user's guide are for the Falcon 9 and Falcon Heavy fairing configuration; please contact SpaceX for information ......
Read more >
After 26 straight successes, SpaceX fails to land Falcon 9 it ...
"Grid fin hydraulic pump stalled, so Falcon landed just out to sea," SpaceX founder and lead designer Elon Musk tweeted shortly after the...
Read more >
Details of SpaceX Falcon-9 Landing Attempt at Cape ...
Illustration of a SpaceX Falcon-9 booster with its landing legs and hypersonic grid fins deployed for a landing attempt.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found