Commit 000d70b5 authored by lm's avatar lm

Commit

parent 6c168616
...@@ -107,9 +107,9 @@ settings() ...@@ -107,9 +107,9 @@ settings()
acceptList->append("roll IMU"); acceptList->append("roll IMU");
acceptList->append("pitch IMU"); acceptList->append("pitch IMU");
acceptList->append("yaw IMU"); acceptList->append("yaw IMU");
acceptList->append("vx"); acceptList->append("rollspeed IMU");
acceptList->append("vy"); acceptList->append("pitchspeed IMU");
acceptList->append("vz"); acceptList->append("yawspeed IMU");
headDown1 = new HDDisplay(acceptList, this); headDown1 = new HDDisplay(acceptList, this);
headDown1->setVisible(false); headDown1->setVisible(false);
......
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