Skip to content
Snippets Groups Projects
Commit b39bc891 authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Initial commit of the segway battery driver.

parent 08ed17c9
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,7 @@ int main(int argc, char *argv[])
name=group->add_motor_control(cont1);
group->config_motor_control(name,config_file);
name=group->add_motor_control(cont2);
group->config_motor_control(name,config_file);
group->get_position(pos);
group->enable(enable);
......
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