|
|
|
@ -126,7 +126,7 @@ int attitude_estimator_ekf_main(int argc, char *argv[])
@@ -126,7 +126,7 @@ int attitude_estimator_ekf_main(int argc, char *argv[])
|
|
|
|
|
attitude_estimator_ekf_task = task_spawn("attitude_estimator_ekf", |
|
|
|
|
SCHED_DEFAULT, |
|
|
|
|
SCHED_PRIORITY_MAX - 5, |
|
|
|
|
12400, |
|
|
|
|
14000, |
|
|
|
|
attitude_estimator_ekf_thread_main, |
|
|
|
|
(argv) ? (const char **)&argv[2] : (const char **)NULL); |
|
|
|
|
exit(0); |
|
|
|
|