Jump to content

Boris-Barboris

Members
  • Posts

    761
  • Joined

  • Last visited

Posts posted by Boris-Barboris

  1. 10 hours ago, Misucat said:

    Hello here :D

    The mod works perfectly during a initial takeoff until I land at an airport. If I try to take off again (I play with contract pack Kerbin Side Remastered GAP) , my plane goes in all directions and crash just after leaving the ground. I've tried disabling Atmospheric Autopilot on the ground and re-enabling it, turning off and restarting my engines, disable moderation but nothing seems to work. Is there a way to reset it once on the ground?

    I'm afraid not, but the reset will inevitably happen after game save-load cycle.

  2. 2 hours ago, SpacedInvader said:

    Was this option ever added, and if so, how can I access it? Have been looking through the buttons and config file, but can't seem to find any way to switch from the main toolbar to Blizzy's where I keep all of my "mission critical" buttons.

    Hello! No, unfortunately it was not done.

  3. On 6/12/2023 at 10:51 PM, Lisias said:

    Ah, so this is the meaning on the "Pseudo FLC" button! Thank you very much!

    In time, while toying with the thing, I ended up mistyping a value (ended up typing a "," instead of "." as my keyboard is PT-BR) and the damned thing gone 737 MAX (and since I use the GPWS add'on, I crashed hearing that terrifying "PULL UP" alarm! My spine is still frozen...).

    Well, I think I had solved this problem on the pull request https://github.com/Boris-Barboris/AtmosphereAutopilot/pull/39 .

    Please review it and advise any change you want me to do!

    Cheers!

     

    Release 1.6.1

    https://github.com/Boris-Barboris/AtmosphereAutopilot/releases/tag/v1.6.1

    • Add FPA (flight-path angle) vertical speed mode for Cruise Flight controller.
    • Better handling of input errors in GUI text fields.

    Thanks to @Lisias and @T2Fat2Fly for their contributions!

  4. 12 minutes ago, Lisias said:

    Hi.

    I'm trying to use AA to automate the ascent to cruise level.

    To do such, on the Cruise Flight Controller I set the desired Airspeed on the Speed control, and then on Vertical motion I set a Vertical speed that keeps the throttle control at 100%, but without dropping the current Airspeed below the desired one. Rinse, repeat.

    Cumbersome, because I would like to have the thing doing it automatically to me, so I can focus on other things while the craft is climbing.

    There's a way to automate this using AA? I.e., once the aircraft reaches the target Airspeed with the throttle at 100%, the Vertical speed is gradually increased instead of the Throttle being decreased? At the same time, if the current Airspeed drops below the target, the Vertical speed is gradually decreased until the speed matches again the target.

    That would make my cruising missions way more comfortable!

    If there's no currently available option to do such, I will gladly implement it myself (and do a pull request into the mainstream) if someone could guide me in the process!

    Try FLC vertical motion mode, should suit you better on climb.

    History:

     

  5. Oh wow, it actually works) Congrats! Amazing what stuff can resurface after so many years.

    Yeah, makes sense since AA makes planes feel very much alike, abstracts away their airframe particularities. With that in mind you can tune PIDs just once for a generic AA-controlled fighter and use this tuning in most of your designs.

  6. 9 minutes ago, DianonForce said:

    but as soon as i activate Autopilot, it rolls clockwise with insane rate and never stops.

    What is the name of the part that is used as propeller blade?

    Generally, yeah, I didn't test it on DLC props, and the math assumes fixed-wing plane with no moving parts (

    There is a workaround coded, but it obviously fails in your case.

  7. 33 minutes ago, Theesteban 667 said:

    Hi, how is the bug fix going? any ideas?

    Looks like a mod conflict tbh, there are symptoms in the log:

    Spoiler
    [AtmosphereAutopilot]: part 'hlfSrf' config node contains ModuleControlSurface, replacing it 
    (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 35)
    
    [AtmosphereAutopilot]: part 'migfin' config node contains ModuleControlSurface, replacing it 
    (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 35)
    
    [AtmosphereAutopilot]: part 'warhawkfin' config node contains ModuleControlSurface, replacing it 
    (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 35)
    
    [AtmosphereAutopilot]: part 'roundwinglet' config node contains ModuleControlSurface, replacing it 
    (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 35)
    
    [AtmosphereAutopilot]: part 'elevon2b' config node contains ModuleControlSurface, replacing it 
    (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 35)
    
    [AtmosphereAutopilot]: part 'M2X_FuselageLiftFan' config node contains ModuleControlSurface, replacing it 
    (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 35)
    
    [AtmosphereAutopilot]: part 'M2X_LiftFan' config node contains ModuleControlSurface, replacing it 
    (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 35)
    
    [AtmosphereAutopilot]: part 'M2X_HeavyVTOL' config node contains ModuleControlSurface, replacing it 
    (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 35)
    
    [AtmosphereAutopilot]: part 'M3X_HeavyVTOL' config node contains ModuleControlSurface, replacing it 
    (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 35)
    
    [AtmosphereAutopilot]: part 'opt_vtol_jumpa2' config node contains ModuleControlSurface, replacing it 
    (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 35)
    
    [AtmosphereAutopilot]: part 'opt_vtol_jumpa1' config node contains ModuleControlSurface, replacing it 
    (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 35)
    
    [AtmosphereAutopilot]: part 'opt_vtol_bubble1' config node contains ModuleControlSurface, replacing it 
    (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 35)
    
    [AtmosphereAutopilot]: part 'opt_vtol_egg' config node contains ModuleControlSurface, replacing it 
    (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 35)
    
    [AtmosphereAutopilot]: part 'opt_vtol_heli1' config node contains ModuleControlSurface, replacing it 
    (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 35)

    The parts in this list don't properly support FAR.

     

    Also, did you try switching AA off and on after the takeoff? A screenshot of a FlightModel UI window during the bug (opened from AA icon in mod sidebar) would help as well.

  8. 3 hours ago, snkiz said:

    @Boris-Barboris weren't you trying to find a new home for this a few years back? Still hanging in there eh? You are a legend my friend. I just want to say thank you before things get crazy nexxt month.

    Haha, thanks). Yeah, better be me than no-one at all. Oh, I believe the next month will be quite chill, people will be quite busy in the vacuum-related content.

  9. On 12/22/2022 at 11:43 AM, AntiAirCannon23 said:

    Hello! I came here to report issues pertaining to internal bays, as after emptying the payload, the craft augmented by Atmosphere Autopilot suddenly just jerks downwards and I lose control, is there a fix to this?

    I'm afraid not, AA will be jerky right after the craft changes significantly. Lose control... are you sure the craft is stable without the cargo?

  10. 3 hours ago, N3N said:

    Can somebody please help me?

    Hi, I suspect these are the problematic parts:

    Spoiler

    [LOG 18:20:35.743] [AtmosphereAutopilot]: part 'benjee10_shuttle_bodyFlap' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.743] [AtmosphereAutopilot]: part 'benjee10_shuttle_elevon1' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.743] [AtmosphereAutopilot]: part 'benjee10_shuttle_elevon2' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.743] [AtmosphereAutopilot]: part 'benjee10_shuttle_rudder' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.743] [AtmosphereAutopilot]: part 'TailControlSurface' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.746] [AtmosphereAutopilot]: part 'bluedog_Redstone_AirVane' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.746] [AtmosphereAutopilot]: part 'bluedog_Redstone_Fin_CtrlSurf' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.747] [AtmosphereAutopilot]: part 'bluedog_Scout_Algol_Fin' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.748] [AtmosphereAutopilot]: part 'blue_steel_winglet_srf_1' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.748] [AtmosphereAutopilot]: part 'blue_steel_winglet_srf_2' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.748] [AtmosphereAutopilot]: part 'blue_steel_winglet_srf_3' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.748] [AtmosphereAutopilot]: part 'blue_steel_winglet_srf_4' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.748] [AtmosphereAutopilot]: part 'blue_steel_winglet_srf_5' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.748] [AtmosphereAutopilot]: part 'blue_steel_winglet_srf_6' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.749] [AtmosphereAutopilot]: part 'TitovFin1' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.750] [AtmosphereAutopilot]: part 'eisenhower_angara_ctrlsurface' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.752] [AtmosphereAutopilot]: part 'nesdKeR7-wing' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.752] [AtmosphereAutopilot]: part 'BoosterWingKRE' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.756] [AtmosphereAutopilot]: part 'Grid Fin L' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.756] [AtmosphereAutopilot]: part 'Grid Fin M' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.756] [AtmosphereAutopilot]: part 'Grid Fin S' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.756] [AtmosphereAutopilot]: part 'Grid Fin L Titanium' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.757] [AtmosphereAutopilot]: part 'Grid Fin M Titanium' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.757] [AtmosphereAutopilot]: part 'Grid Fin S Titanium' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.757] [AtmosphereAutopilot]: part 'Lynx_Boatengine' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.758] [AtmosphereAutopilot]: part 'Knes_Paraglider_Steerable_srf' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.759] [AtmosphereAutopilot]: part 'Knes_IXV_Elevon' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.759] [AtmosphereAutopilot]: part 'Knes_Hermes_AileronC' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.759] [AtmosphereAutopilot]: part 'Knes_Hermes_AileronR' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.759] [AtmosphereAutopilot]: part 'Knes_Hermes_AileronL' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.759] [AtmosphereAutopilot]: part 'Knes_Hermes_RudderL' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.759] [AtmosphereAutopilot]: part 'Knes_Hermes_RudderR' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.760] [AtmosphereAutopilot]: part '_Knes_French_Hermes_Elevon' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.760] [AtmosphereAutopilot]: part '_Knes_French_Hermes_Rudder' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.760] [AtmosphereAutopilot]: part 'KWFin' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.760] [AtmosphereAutopilot]: part 'KWFinGC' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.761] [AtmosphereAutopilot]: part 'M2X_FuselageLiftFan' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.761] [AtmosphereAutopilot]: part 'M2X_LiftFan' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.761] [AtmosphereAutopilot]: part 'M2X_HeavyVTOL' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.762] [AtmosphereAutopilot]: part 'M3X_HeavyVTOL' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.762] [AtmosphereAutopilot]: part 'MKS_BodyFlap' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.762] [AtmosphereAutopilot]: part 'MKS_Evelons' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.762] [AtmosphereAutopilot]: part 'MKS_Fins' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.762] [AtmosphereAutopilot]: part 'MKS_RudderControl' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.764] [AtmosphereAutopilot]: part 'opt_vtol_jumpa2' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.764] [AtmosphereAutopilot]: part 'opt_vtol_jumpa1' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.765] [AtmosphereAutopilot]: part 'opt_vtol_bubble1' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.765] [AtmosphereAutopilot]: part 'opt_vtol_egg' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.765] [AtmosphereAutopilot]: part 'opt_vtol_heli1' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.766] [AtmosphereAutopilot]: part 'PA_S1Fins' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.767] [AtmosphereAutopilot]: part 'rn_WING_R7' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.768] [AtmosphereAutopilot]: part 'rn_scout_jet_vane' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.768] [AtmosphereAutopilot]: part 'rn_scout_winglet_black' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.768] [AtmosphereAutopilot]: part 'rn_scout_winglet_white' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.769] [AtmosphereAutopilot]: part 'MkXWing' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.773] [AtmosphereAutopilot]: part 'tbee-bumper-fin' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.775] [AtmosphereAutopilot]: part 'TE2_19_SH_GRIDFIN' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.776] [AtmosphereAutopilot]: part 'SR_Gridfin_01' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.776] [AtmosphereAutopilot]: part 'SR_Gridfin_02' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.776] [AtmosphereAutopilot]: part 'SR_Gridfin_03' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.776] [AtmosphereAutopilot]: part 'MiniSub_DivePlane' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.776] [AtmosphereAutopilot]: part 'MiniSub_Rudder' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.777] [AtmosphereAutopilot]: part 'basicCanard' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.777] [AtmosphereAutopilot]: part 'Wing4A11' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.777] [AtmosphereAutopilot]: part 'Wing4A12' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.777] [AtmosphereAutopilot]: part 'Wing4A4' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.777] [AtmosphereAutopilot]: part 'Wing4A4b' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.777] [AtmosphereAutopilot]: part 'A-4bWing' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.777] [AtmosphereAutopilot]: part 'A-6Wing' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.777] [AtmosphereAutopilot]: part 'Wing4A9' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.777] [AtmosphereAutopilot]: part 'Wing4Redstone' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.777] [AtmosphereAutopilot]: part 'X20Fin' config node contains ModuleControlSurface, replacing it
    [LOG 18:20:35.777] [AtmosphereAutopilot]: part 'X20Flap' config node contains ModuleControlSurface, replacing it

    You have FAR installed, but the parts under the spoiler do not use FAR control surfaces. Try looking into their modulemanager configs or asking a mod author for FAR compatibility.

  11. On 1/2/2022 at 2:58 PM, VostokV5 said:

    I don't know anything about coding but I really wanna make this mod work with MAF. What exactly did you mean by this? Do I have to edit MAF's dll file?

     

    Sorry, but they won't properly work together, it's just doesn't stack that way.

     

    Anyway, thanks @HebaruSan for a bugfix for non-alphabetical vessel names:

    https://github.com/Boris-Barboris/AtmosphereAutopilot/releases/tag/v1.5.18

×
×
  • Create New...