Skip to content
This repository has been archived by the owner on Mar 14, 2021. It is now read-only.

Input generator #64

Merged
merged 12 commits into from
May 7, 2020
Merged

Input generator #64

merged 12 commits into from
May 7, 2020

Conversation

AlexS12
Copy link
Owner

@AlexS12 AlexS12 commented May 5, 2020

  • Types for basic inputs tested and documented
  • Type composition
  • Code a FCS type that can be passed to propagator to provide the inputs
  • Define a ControlsStream type containing Inputs with a getter to obtain controls at a certain instant
  • Define a Controls type that can be used to set fcs
  • Include FCS inside aircraft.
  • Define a convert method to transform from Controls to ControlsStream (with ConstantInput) Is it erally necessary now? Let's wait and see what seems more natural when setting streams for integration.
  • Adapt trimmer to receive Controls and return Controls
    • Adapt trimmer doc. Remove references to FCS, add Controls
  • Remove *_controls_trimmer methods.
  • allow_out_of_range_controls and its error as FCS configuration
  • calculate_aircraft receiving controls argument instead of setting fcs outside
  • Open an issue to think about including Control in Controls and to think about the interaction of Controls and FCS. Opened Interaction between Control, Controls and FCS #67

@AlexS12 AlexS12 marked this pull request as draft May 5, 2020 09:18
@AlexS12 AlexS12 linked an issue May 5, 2020 that may be closed by this pull request
@AlexS12 AlexS12 mentioned this pull request May 5, 2020
14 tasks
@AlexS12 AlexS12 added the enhancement New feature or request label May 7, 2020
@AlexS12 AlexS12 marked this pull request as ready for review May 7, 2020 11:15
@AlexS12 AlexS12 merged commit 2e9457e into master May 7, 2020
@AlexS12 AlexS12 deleted the input_generator branch May 7, 2020 11:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement some typical FCS inputs
1 participant