- Aug 08, 2018
-
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
Daniel Agar authored
-
ChristophTobler authored
-
ChristophTobler authored
add possibility to add additional tasks or to remove upstream tasks
-
ChristophTobler authored
-
ChristophTobler authored
fix header includes add cmake subdirectories dynamically
-
ChristophTobler authored
AutoLine now depends on AutoMapper
-
ChristophTobler authored
- rename flight tasks to use camelCase - add core tasks to flight tasks cmake - add additional tasks in targets (TODO) - add templates - generate hpp and cpp which contain all specified tasks
-
ChristophTobler authored
-
ChristophTobler authored
-
ChristophTobler authored
put flight tasks in separate folder and create a lib for each goal is to select tasks for targets (e.g. because of flash issue)
-
- Aug 07, 2018
-
-
Daniel Agar authored
-
Beat Küng authored
The default is auto-detect, but some GPS devices might not like that, such as the Trimble MB-Two.
-
Beat Küng authored
-
- Aug 06, 2018
-
-
Alessandro Simovic authored
-
Alessandro Simovic authored
-
Alessandro Simovic authored
-
Alessandro Simovic authored
Otherwise the conversion from mavlink_mission_item to mission_item will cause the latitude and longitude of the ROI to be off by a factor of 1e7 in the case of INT mode.
-
Bob-F authored
-
Bob-F authored
-
Bob-F authored
-
Bob-F authored
-
Bob-F authored
-
Bob-F authored
-
Bob-F authored
-
Bob-F authored
-
Bob-F authored
-
Bob-F authored
-
Bob-F authored
-
Beat Küng authored
_subscriptions is a vector that is resized when needed. However there could still be references to elements in the vector when the resize happens. These references then become invalid. Using a vector of pointers fixes that.
-