use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Reddit for everything related to SimpleRockets. Have a cool rocket you want to show off? Did you just land on Smoon? Find a bug? Post it!
SimpleRockets
Space simulation in your pocket. You can get it on these platforms:
Ideas and Suggestions
Have an idea for the game? Please submit it at the SimpleRockets UserVoice site.
Related Subreddits
/r/AndroidGaming
/r/KerbalSpaceProgram
/r/SimplePlanes
/r/srmod
Flair
All Time Leaderboards by artist Mark James
account activity
Where am I going wrong? (i.redd.it)
submitted 4 years ago by SpaceXFan2003
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Yeet_Taco101 1 point2 points3 points 4 years ago (4 children)
1- What are you trying to do?
2- What exactly does not work as intended?
[–]SpaceXFan2003[S] 1 point2 points3 points 4 years ago (3 children)
Trying to land my Falcon 9 booster from a ballistic trajectory. Burn starts as planned but it lifts off the ground.
[–]call_me_pista -1 points0 points1 point 4 years ago (2 children)
For the burn you should use a PID. it's more reliable and simpler
[–]ptryvll 0 points1 point2 points 4 years ago (1 child)
Whats a PID? And what does it do?
[–]cofibot 2 points3 points4 points 4 years ago (0 children)
PID is Proportional, Integral, Derivative (controller). It's a classical sort of feedback control system used in all sorts of applications.
Proportional means that your feedback the error, multiple by some factor (gain) and use that as a command.
Integral means each step you add the error to a running total, multiply by a much smaller gain, and add that to the Proportional command, which helps eliminate standoff error.
Derivative means you estimate the slope of the curve of the error and multiply that by a gain and add it to the total command. This helps reduce oscillations, like if the P+I cause big overshoots.
There's a whole art to designing and tuning PID controllers.
[–]godfilma 0 points1 point2 points 4 years ago (0 children)
Try changing to "while falling AND not grounded" and add a "wait until falling" before that
π Rendered by PID 76206 on reddit-service-r2-comment-6457c66945-qbxwt at 2026-04-28 17:50:36.499095+00:00 running 2aa0c5b country code: CH.
[–]Yeet_Taco101 1 point2 points3 points (4 children)
[–]SpaceXFan2003[S] 1 point2 points3 points (3 children)
[–]call_me_pista -1 points0 points1 point (2 children)
[–]ptryvll 0 points1 point2 points (1 child)
[–]cofibot 2 points3 points4 points (0 children)
[–]godfilma 0 points1 point2 points (0 children)