Skip to content
Snippets Groups Projects
  • Matthias Grob's avatar
    309237c4
    FlightTasks: replace setpoint setters with members · 309237c4
    Matthias Grob authored
    I realized that instead of using the setpoint setters inline
    in real world tasks everyone started to have its own setpoint
    member variable and only call the setter in the end for all the
    privatly generate setpoints. This makes the setter useless and
    therefore I switched to member setpoints in the architecture.
    They bring more felxibility which is obviously needed but also
    less structure which is the price to pay.
    309237c4
    History
    FlightTasks: replace setpoint setters with members
    Matthias Grob authored
    I realized that instead of using the setpoint setters inline
    in real world tasks everyone started to have its own setpoint
    member variable and only call the setter in the end for all the
    privatly generate setpoints. This makes the setter useless and
    therefore I switched to member setpoints in the architecture.
    They bring more felxibility which is obviously needed but also
    less structure which is the price to pay.