- 27 Nov, 2016 1 commit
-
-
Don Gagne authored
-
- 25 Nov, 2016 1 commit
-
-
Don Gagne authored
Also removed intermediate param load retry message
-
- 24 Nov, 2016 1 commit
-
-
Don Gagne authored
-
- 03 Oct, 2016 1 commit
-
-
Don Gagne authored
_finalize methods need information which is not available if all you have is a mavlink_message_t
-
- 18 Sep, 2016 1 commit
-
-
Don Gagne authored
-
- 16 Sep, 2016 1 commit
-
-
Don Gagne authored
-
- 15 Sep, 2016 1 commit
-
-
Don Gagne authored
-
- 14 Sep, 2016 1 commit
-
-
Don Gagne authored
Includes ability to load params
-
- 19 Jul, 2016 1 commit
-
-
dogmaphobic authored
-
- 26 Jun, 2016 1 commit
-
-
Don Gagne authored
* Deal with missing parameters on Solo * Fix trigger set
-
- 23 Jun, 2016 1 commit
-
-
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
-
- 13 Jun, 2016 1 commit
-
-
Don Gagne authored
Also don’t pop errors for initial request failure on generic vehicle.
-
- 12 Jun, 2016 1 commit
-
-
Don Gagne authored
-
- 31 May, 2016 1 commit
-
-
Lorenz Meier authored
-
- 29 May, 2016 2 commits
- 17 Apr, 2016 1 commit
-
-
dogmaphobic authored
-
- 15 Apr, 2016 2 commits
- 10 Apr, 2016 2 commits
- 07 Apr, 2016 1 commit
-
-
Nate Weibley authored
-
- 25 Mar, 2016 1 commit
-
-
Don Gagne authored
-
- 24 Mar, 2016 1 commit
-
-
Don Gagne authored
Also can handle additional components coming through after default component is complete
-
- 07 Mar, 2016 1 commit
-
-
Don Gagne authored
-
- 05 Mar, 2016 2 commits
- 18 Feb, 2016 2 commits
-
-
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
-
- 17 Feb, 2016 3 commits
- 07 Feb, 2016 1 commit
-
-
Don Gagne authored
-
- 15 Jan, 2016 1 commit
-
-
dogmaphobic authored
-
- 13 Jan, 2016 2 commits
- 12 Jan, 2016 2 commits
- 04 Jan, 2016 2 commits
-
-
Tomaz Canabrava authored
C++2003 didn't had variadic templates so different number of arguments must have been already implemented in the templates and since it's impossible to get the amount ot different methods that paople write, a variadic template was neede. now we can connect signal / slots with 6+ arguments. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
-
Don Gagne authored
-