Skip to content
Snippets Groups Projects
Commit 4e838746 authored by Julian Oes's avatar Julian Oes
Browse files

navigator: only update sensor_combined topic with 50Hz

parent 8caada21
No related branches found
No related tags found
No related merge requests found
......@@ -289,8 +289,9 @@ Navigator::task_main()
navigation_capabilities_update();
params_update();
/* rate limit position updates to 50 Hz */
/* rate limit position and sensor updates to 50 Hz */
orb_set_interval(_global_pos_sub, 20);
orb_set_interval(_sensor_combined_sub, 20);
hrt_abstime mavlink_open_time = 0;
const hrt_abstime mavlink_open_interval = 500000;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment