Commit 8b73cd2c authored by Bryan Godbolt's avatar Bryan Godbolt

changed sim source to ahrs test

parent c901048a
......@@ -147,7 +147,7 @@ Core::Core(int &argc, char* argv[]) : QApplication(argc, argv)
mainWindow->addLink(opalLink);
#endif
// MAVLinkSimulationLink* simulationLink = new MAVLinkSimulationLink(MG::DIR::getSupportFilesDirectory() + "/demo-log.txt");
MAVLinkSimulationLink* simulationLink = new MAVLinkSimulationLink(":/demo-log.txt");
MAVLinkSimulationLink* simulationLink = new MAVLinkSimulationLink(":/ahrs.txt");
mainWindow->addLink(simulationLink);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment