Merge remote-tracking branch 'upstream/master' into ros

This commit is contained in:
Thomas Gubler
2015-01-08 17:08:30 +01:00
61 changed files with 147 additions and 99 deletions
+1 -1
View File
@@ -343,7 +343,7 @@ int test_mixer(int argc, char *argv[])
if (argc > 2)
filename = argv[2];
else
filename = "/etc/mixers/FMU_quad_w.mix";
filename = "/etc/mixers/quad_w.main.mix";
load_mixer_file(filename, &buf[0], sizeof(buf));
loaded = strlen(buf);