mathlib: Matrix and Quaternion cleanup and bugfixes. Copyright updated.

This commit is contained in:
Anton Babushkin
2013-12-25 13:03:36 +04:00
parent 9dfe366e90
commit 8ed193d115
5 changed files with 115 additions and 76 deletions
@@ -107,7 +107,7 @@ int att_pos_estimator_ekf_main(int argc, char *argv[])
daemon_task = task_spawn_cmd("att_pos_estimator_ekf",
SCHED_DEFAULT,
SCHED_PRIORITY_MAX - 30,
8096,
8192,
kalman_demo_thread_main,
(argv) ? (const char **)&argv[2] : (const char **)NULL);
exit(0);