Przemysław Dolata

Results 30 comments of Przemysław Dolata

Since merging this would have required resolving a ton of conflicts and reverting changes in some places, I decided that it would be easier to manually rewrite Wilfried's code (retaining...

@YutingXiao I suppose the OP is asking for a way to make predictions using your model: put in one's own data and output predicted amodal masks, possibly in order to...

Please provide more information. What commands are you executing so that the behavior occurs? What's your Makefile.config? Do `make clean` and `make all > log.txt` and post the log.

Thanks for the super detailed report. So if I understand correctly: v1.2 correctly held constant acceleration, even if a jettison event occurred during the const-acc phase, but v1.3 suddenly throttles...

Hi @theLXMB and sorry for the delay. I've pushed fixes for #45 and #46, feel free to check them out. However, this one will require more of my attention and...

Oh damn, I completely missed the `"jettison", FALSE, ignition", FALSE` in your script and for some reason thought that I'm not seeing the _actual_ first stage (i.e. that you boost...

I managed to (roughly) recreate your vehicle today, getting most of the numbers pretty close - masses to within 1 ton, engines a little bit off since I couldn't find...

I cracked it. The _direct_ reason is [line 723 in `util`](https://github.com/Noiredd/PEGAS/blob/9ce1e9a0e54407ae8c2f8bfaa7a215dae101ea26/kOS/pegas_util.ks#L723). After handling the jettisons, PEGAS proceeds to handle the acceleration limits. It detects one regular stage, splits it into...

That looks promising indeed! That throttle blip would be a pretty serious issue if that was a real world launch vehicle, but let's not analyze that too deeply for now....

Should be fairly easy to set up PEGAS on the upper stage and have the booster wait until separation - even without patches to PEGAS, I think :) How did...