Robin Leroy

Results 174 comments of Robin Leroy

[INFO.20220906-213938.36820.log](https://github.com/mockingbirdnest/Principia/files/9500276/INFO.20220906-213938.36820.log)

Caused by #3424 & #3431. ``` I0906 21:40:14.147701 15736 ksp_plugin_adapter.cs:2547] Inserting Kerbin... I0906 21:40:14.147701 15736 interface.cpp:231] principia::interface::`anonymous-namespace'::MakeGravityModel make_optional_c_string(body_parameters.gravitational_parameter): 3531600000000 m^3/s^2 body_parameters.reference_instant: JD2451545.0 make_optional_c_string(body_parameters.min_radius): 598015 m make_optional_c_string(body_parameters.mean_radius): 600000 m make_optional_c_string(body_parameters.max_radius): 608735...

Thanks for the report. There are two separate issues here. The first part is that the stock ฮ”v counter does not count down as you burn, which is known and...

A common element between this and #1549 seems to be the fact that you have KIS installed; can you provide details as to how you used KIS in the game...

More specifically, see https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#Rf-consume. We don't need to do this for move-only objects. Importantly, we must take care that a parameter like that actually gets moved: > Flag all `X&&`...

> although of course these checks do not have to be performed at interpolation time; they can be performed when the points are initially added to the trajectory This ties...

Some comments by @lpgagnon which feel related: > I regularly get to a point where I have one decent flight plan, but I want to try to "improve" it, or...

On the basic idea of the _Leitfaden_: Comments by @ryanc55, emphasis mine: > Leitfaden, issue #3382 Sounds like it would be really useful to planning multiple gravity assist missions, and...

Experimenting with a dual scroll wheel and arrow key digit adjustment method, this feels very pleasant; while not as continuous as the sliders, this is much more resilient to latency,...

This is tracked by #870; but as you point out a polar parametrization of the burn would help even if we donโ€™t figure outโ€”and lockโ€”the fixed ฮ”v ourselves.