aboutsummaryrefslogtreecommitdiff
path: root/mavigator-cockpit/src/main/scala/mavigator/index/ActiveVehicle.scala
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-04-18 03:09:11 -0700
committerJakob Odersky <jakob@odersky.com>2016-04-18 03:09:11 -0700
commitea468fe2af5dbc674c08e2f2c1d6766e6596f9a1 (patch)
tree69e68a814bd5482d269aa29c389adb96b8e96c80 /mavigator-cockpit/src/main/scala/mavigator/index/ActiveVehicle.scala
parentdae336ee5514970fee93b0db25ce272ab83bd3c7 (diff)
downloadmavigator-ea468fe2af5dbc674c08e2f2c1d6766e6596f9a1.tar.gz
mavigator-ea468fe2af5dbc674c08e2f2c1d6766e6596f9a1.tar.bz2
mavigator-ea468fe2af5dbc674c08e2f2c1d6766e6596f9a1.zip
Roll angle fixes
Diffstat (limited to 'mavigator-cockpit/src/main/scala/mavigator/index/ActiveVehicle.scala')
-rw-r--r--mavigator-cockpit/src/main/scala/mavigator/index/ActiveVehicle.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/mavigator-cockpit/src/main/scala/mavigator/index/ActiveVehicle.scala b/mavigator-cockpit/src/main/scala/mavigator/index/ActiveVehicle.scala
index 7e59ed8..dc0febc 100644
--- a/mavigator-cockpit/src/main/scala/mavigator/index/ActiveVehicle.scala
+++ b/mavigator-cockpit/src/main/scala/mavigator/index/ActiveVehicle.scala
@@ -26,7 +26,7 @@ object ActiveVehicle {
def autopilot(tpe: Int) = tpe match {
case MavAutopilot.MavAutopilotGeneric => "Generic"
case MavAutopilot.MavAutopilotInvalid => "Invalid"
- case MavAutopilot.MavAutopilotPixhawk => "Pixhawk"
+ case MavAutopilot.MavAutopilotPx4 => "PX4"
case _ => "Other"
}