- 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
-
- Oct 03, 2016
-
-
Don Gagne authored
_finalize methods need information which is not available if all you have is a mavlink_message_t
-
- Sep 18, 2016
-
-
Don Gagne authored
-
- Sep 16, 2016
-
-
Don Gagne authored
-
- Sep 15, 2016
-
-
Don Gagne authored
-
- Sep 14, 2016
-
-
Don Gagne authored
Includes ability to load params
-
- Jul 19, 2016
-
-
dogmaphobic authored
-
- Jun 26, 2016
-
-
Don Gagne authored
* Deal with missing parameters on Solo * Fix trigger set
-
- 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.
-
- Jun 12, 2016
-
-
Don Gagne authored
-
- May 31, 2016
-
-
Lorenz Meier authored
-
- May 29, 2016
- Apr 17, 2016
-
-
dogmaphobic authored
-
- Apr 15, 2016
- Apr 10, 2016
- Apr 07, 2016
-
-
Nate Weibley authored
-
- Mar 25, 2016
-
-
Don Gagne authored
-
- Mar 24, 2016
-
-
Don Gagne authored
Also can handle additional components coming through after default component is complete
-
- Mar 07, 2016
-
-
Don Gagne authored
-
- Mar 05, 2016
- 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
-
- Jan 13, 2016
- Jan 12, 2016
- Jan 04, 2016
-
-
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
-