Skip to content
Snippets Groups Projects
Commit 0ab133a4 authored by dawehr's avatar dawehr
Browse files
parents 7af1cf22 14c425a5
No related branches found
No related tags found
No related merge requests found
......@@ -375,7 +375,7 @@ int control_algorithm_init(parameter_t * ps)
graph_set_param_val(graph, ps->pos_time, CONST_SET, 0.04);
graph_set_param_val(graph, ps->angle_time, CONST_SET, 0.005);
// Set initial mode
connect_manual(ps);
connect_autonomous(ps);
return 0;
}
......
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