Arquivos
ardrone-webflight/config.js.example
T
2013-05-27 23:20:12 +02:00

13 linhas
489 B
Plaintext

var config = {
plugins: [
"video-png" // Display the video feed as static pngs (work in every browser)
//, "video-stream" // Display the video as a native h264 stream decoded in JS
, "hud" // Display the artificial horizon, altimeter, compass, etc.
, "battery" // Display a simple battery widget in the header bar
, "pilot" // Pilot the drone with the keyboard
]
};
module.exports = config;