Przemysław Dolata

Results 16 issues of Przemysław Dolata

BVLC/caffe#6219 fixed some pickling bug that occurred due to the namespace `caffe_pb2` was in. That fix however causes the following error when loading DIGITS: ``` Caught PicklingError while saving job...

It was said to be "definitely cool" to have sort of a launch event timeline with a marker showing where we are in the sequence. Since I've been thinking about...

enhancement
focus
discussion

From my own experiences, half the time of developing a launch script (that is, the `vehicle`, `sequence`, `controls` structs) is tuning the `verticalAscentTime` and `pitchOverAngle` values to get a good...

enhancement
focus

It has been [pointed out](https://forum.kerbalspaceprogram.com/index.php?/topic/142213-pegas-powered-explicit-guidance-ascent-system-devlog/&do=findComment&comment=3970710) that simple steering locked to a vector calculated by UPFG breaks for some vehicles. The solution is to apply a vehicle-specific transformation of the steering...

discussion
as-addon

UPFG in the current implementation assumes that all the burns are executed immediately one after another, but in reality some time is needed between stages to let them separate and...

enhancement
future

If you configure your vehicle to follow a pitch program (which potentially flies at a high angle-of-attack at some point), this setting will be disregarded when PEGAS is about to...

bug

PEGAS crashes if the resulting flight plan is shorter than 5 items. Problem is [on line 480 in pegas_misc.ks](https://github.com/Noiredd/PEGAS/blob/8fa0ed6436579c6c47941e15acbdd58a1323946f/kOS/pegas_misc.ks#L480). Another crash occurs if all `sequence` events occur prior to UPFG...

bug

Thanks for the interesting paper and easy to run implementation! I tried following your training guide but got surprisingly stuck on the first step (D2SA training): ``` python tools/train_net.py --config-file...

Just updated from 4.0.0 to 4.4.0. Disabling the "Enable Item Requirement Restriction" setting seems to be ignored when you don't have any character loaded. That is, the box remains unticked,...

bug

The vehicle definition (`vehicle`) is a static, user-input data structure unrelated to `sequence`, in which the user defines launch sequence events. In order to provide UPFG with complete information on...

bug