- Apr 05, 2018
-
-
Beat Küng authored
Can be used to immediately get & use the data, as needed for the flight tasks.
-
Matthias Grob authored
FlightTasks: initialize task state based on subscriptions after the SubscriptionArray was initialized
-
Beat Küng authored
I think this is more how it's meant to be
-
Beat Küng authored
This is to avoid dynamic (re-)allocations on task switching, due to orb_{un,}subscribe calls.
-
Beat Küng authored
In addition, we will need some shared data structure for the uorb subscriptions.
-
Matthias Grob authored
-
Matthias Grob authored
-
Matthias Grob authored
-
Matthias Grob authored
-
Matthias Grob authored
-
Matthias Grob authored
-
Matthias Grob authored
FlightTask: move setter back into header and switched argument to reference to have them inlined by the compiler
-
Matthias Grob authored
-
Matthias Grob authored
FlightTask: fix CI: static field requiring definition in cpp file, errors with clang linker (CI) but not with GCC
-
Matthias Grob authored
FlightTasks: private variables follow underscore name convention, member description comments doxygen style
-
Matthias Grob authored
-
Matthias Grob authored
-
Matthias Grob authored
-
Matthias Grob authored
-
Matthias Grob authored
-
Matthias Grob authored
-
Matthias Grob authored
FlightTask: move position and stick data subscription into tasks, Orbit introduce variable center position
-
Matthias Grob authored
-
Matthias Grob authored
FlightTasks: revised task switching algorithm to catch errors during activation of a new task and make it more readable
-
Matthias Grob authored
-
Matthias Grob authored
-
Matthias Grob authored
FlightTaskManual: Smooth flight integration: refactored and checked second half of get_acceleration_xy executing the intention
-
Matthias Grob authored
FlightTaskManual: Smooth flight integration: refactored and checked first half of get_acceleration_xy determining the xy user intention
-
Matthias Grob authored
-
Matthias Grob authored
FlightTaskManual: Smooth flight integration: slewrate now works, set to 0.2m/s^2 in all dimensions for testing
-
Matthias Grob authored
-
Matthias Grob authored
analyzing detailed semantic and external uses of the variables still necessary
-
Matthias Grob authored
-
Matthias Grob authored
FlightTaskManual: Smooth flight integration: Make set_manual_acceleration_z without any refactoring compile analyzing detailed semantic and external uses of the variables still necessary
-
Matthias Grob authored
FlightTaskManual: Smooth flight integration: Copy over set_manual_acceleration_z without any changes
-
Matthias Grob authored
FlightTaskManual: Smooth flight integration: Make set_manual_acceleration_xy without any refactoring compile analyzing detailed semantic and external uses of the variables still necessary
-
Matthias Grob authored
FlightTaskManual: Smooth flight integration: Copy over set_manual_acceleration_xy without any changes
-
Matthias Grob authored
removed and added comments
-
Matthias Grob authored
-
Matthias Grob authored
-