Skip to content
Snippets Groups Projects
Commit b82a07e6 authored by dawehr's avatar dawehr
Browse files

Accidentally set default to autonomous mode

parent 0ab133a4
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_autonomous(ps);
connect_manual(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