- Nov 08, 2019
-
-
olliw42 authored
-
- Jun 13, 2019
-
-
Don Gagne authored
Fix crash caused by NULL vehicle
-
- Apr 16, 2019
-
-
Gus Grubba authored
-
- Dec 12, 2018
-
-
Don Gagne authored
Fix cases of _logVehiclePrefix usage with missing componentId
-
- Nov 29, 2018
-
-
Don Gagne authored
Initialization of Fact prior to Qt init causes crash.
-
- Nov 07, 2018
-
-
Don Gagne authored
Clarify category map usage
-
- May 03, 2018
-
-
DonLakeFlyer authored
-
- Mar 12, 2018
-
-
DonLakeFlyer authored
Used to debug cache CRC misses.
-
- Feb 16, 2018
-
-
DonLakeFlyer authored
Buggy and no longer needed
-
- Jan 12, 2018
-
-
DonLakeFlyer authored
-
- Jan 07, 2018
-
-
Don Gagne authored
-
- May 18, 2017
-
-
Don Gagne authored
-
- Mar 06, 2017
-
-
DonLakeFlyer authored
-
Don Gagne authored
-
Beat Küng authored
-
- Feb 14, 2017
-
-
Don Gagne authored
Use component id from heartbeat
-
- Nov 27, 2016
-
-
Don Gagne authored
-
- Nov 25, 2016
-
-
Don Gagne authored
Also removed intermediate param load retry message
-
- Nov 24, 2016
-
-
Don Gagne authored
-
- Sep 18, 2016
-
-
Don Gagne authored
-
- Sep 15, 2016
-
-
Don Gagne authored
-
- Sep 14, 2016
-
-
Don Gagne authored
Includes ability to load params
-
- Aug 29, 2016
-
-
Ricardo de Almeida Gonzaga authored
-
- Jun 23, 2016
-
-
Don Gagne authored
- Cache only supported on PX4. Solo sends param updates at a high rate to update gimbal values. This was causing the cache to update itself at too high of a rate, killing performance, especially on iOS. - Fixed read/write index usage to provide correct progress bar updates
-
- Jun 13, 2016
-
-
Don Gagne authored
Also don’t pop errors for initial request failure on generic vehicle.
-
- May 31, 2016
-
-
Lorenz Meier authored
-
- May 29, 2016
-
-
Don Gagne authored
-
- May 26, 2016
-
-
Don Gagne authored
-
- Apr 15, 2016
-
-
Don Gagne authored
-
- Apr 10, 2016
-
-
Don Gagne authored
-
- Mar 24, 2016
-
-
Don Gagne authored
Also can handle additional components coming through after default component is complete
-
- Mar 05, 2016
-
-
Don Gagne authored
-
- Feb 19, 2016
-
-
Don Gagne authored
I removed some needed headers from a top level file which then causes a ripple effect downstream
-
- Feb 18, 2016
-
-
Nate Weibley authored
Conflicts: src/FactSystem/ParameterLoader.cc
-
Nate Weibley authored
- Request list of all parameters, expecting device to lead each component with _HASH_CHECK cache value - Test for hash collision, if so our cache is valid and respond with _HASH_CHECK to stop listing - Else: let listing continue as normal to get updated param values - Store each cache by systemID + componentID For #2586
-
- Feb 17, 2016
- Feb 07, 2016
-
-
Don Gagne authored
-
- Jan 15, 2016
-
-
dogmaphobic authored
-