Commit 0bf2c27d authored by 15김건우's avatar 15김건우

clone from drone-browser

parents
Pipeline #50 failed with stages
in 50 seconds
node_modules
\ No newline at end of file
{spawn, exec} = require 'child_process'
compileCoffee = ( src, dst, watch ) ->
root = spawn 'coffee', ['-c' + (if watch then 'w' else ''), '-o', dst, src]
root.stdout.on 'data', (data) -> console.log data.toString().trim();
root.stdout.on 'error', (data) -> console.log data.toString().trim();
task 'build', 'compile *.coffee files to *.js', () ->
console.log( "Compiling coffee" );
compileCoffee('.', '.', false);
task 'watch', 'watch and compile *.coffee files', (options) ->
compileCoffee('.', '.', true)
\ No newline at end of file
{
"name": "drone-browser",
"description": "Remote control for your ar-drone via your browser",
"version": "0.1.0",
"dependencies": {
"jquery": "~1.7.2",
"bootstrap.css": "~2.1.1"
}
}
\ No newline at end of file
[Twitter Bootstrap](http://twitter.github.com/bootstrap) [![Build Status](https://secure.travis-ci.org/twitter/bootstrap.png)](http://travis-ci.org/twitter/bootstrap)
=================
This version of Bootstrap is maintained to be only the built version of bootstrap to be used with bower. If you are looking for the full source of bootstrap go to [bootstrap](https://github.com/twitter/bootstrap)
Bootstrap is a sleek, intuitive, and powerful front-end framework for faster and easier web development, created and maintained by [Mark Otto](http://twitter.com/mdo) and [Jacob Thornton](http://twitter.com/fat) at Twitter.
To get started, checkout http://getbootstrap.com!
Quick start
-----------
Clone the repo, `git clone git://github.com/twitter/bootstrap.git`, or [download the latest release](https://github.com/twitter/bootstrap/zipball/master).
Versioning
----------
For transparency and insight into our release cycle, and for striving to maintain backward compatibility, Bootstrap will be maintained under the Semantic Versioning guidelines as much as possible.
Releases will be numbered with the following format:
`<major>.<minor>.<patch>`
And constructed with the following guidelines:
* Breaking backward compatibility bumps the major (and resets the minor and patch)
* New additions without breaking backward compatibility bumps the minor (and resets the patch)
* Bug fixes and misc changes bumps the patch
For more information on SemVer, please visit http://semver.org/.
Bug tracker
-----------
Have a bug? Please create an issue here on GitHub that conforms with [necolas's guidelines](https://github.com/necolas/issue-guidelines).
https://github.com/twitter/bootstrap/issues
Twitter account
---------------
Keep up to date on announcements and more by following Bootstrap on Twitter, [@TwBootstrap](http://twitter.com/TwBootstrap).
Blog
----
Read more detailed announcements, discussions, and more on [The Official Twitter Bootstrap Blog](http://blog.getbootstrap.com).
Mailing list
------------
Have a question? Ask on our mailing list!
twitter-bootstrap@googlegroups.com
http://groups.google.com/group/twitter-bootstrap
IRC
---
Server: irc.freenode.net
Channel: ##twitter-bootstrap (the double ## is not a typo)
Developers
----------
We have included a makefile with convenience methods for working with the Bootstrap library.
+ **dependencies**
Our makefile depends on you having recess, connect, uglify.js, and jshint installed. To install, just run the following command in npm:
```
$ npm install recess connect uglify-js jshint -g
```
+ **build** - `make`
Runs the recess compiler to rebuild the `/less` files and compiles the docs pages. Requires recess and uglify-js. <a href="http://twitter.github.com/bootstrap/less.html#compiling">Read more in our docs &raquo;</a>
+ **test** - `make test`
Runs jshint and qunit tests headlessly in [phantomjs](http://code.google.com/p/phantomjs/) (used for ci). Depends on having phantomjs installed.
+ **watch** - `make watch`
This is a convenience method for watching just Less files and automatically building them whenever you save. Requires the Watchr gem.
Contributing
------------
Please submit all pull requests against *-wip branches. If your unit test contains javascript patches or features, you must include relevant unit tests. Thanks!
Authors
-------
**Mark Otto**
+ http://twitter.com/mdo
+ http://github.com/markdotto
**Jacob Thornton**
+ http://twitter.com/fat
+ http://github.com/fat
Copyright and license
---------------------
Copyright 2012 Twitter, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this work except in compliance with the License.
You may obtain a copy of the License in the LICENSE file, or at:
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
{
"name": "bootstrap",
"description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development. This is the version that should be available to bower.",
"version": "2.1.1",
"keywords": [
"bootstrap",
"css",
"bootstrap.js"
],
"homepage": "http://twitter.github.com/bootstrap/",
"author": {
"name": "Twitter Inc."
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/bowerjs/bootstrap.git"
},
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"readme": "[Twitter Bootstrap](http://twitter.github.com/bootstrap) [![Build Status](https://secure.travis-ci.org/twitter/bootstrap.png)](http://travis-ci.org/twitter/bootstrap)\n=================\n\nBootstrap is a sleek, intuitive, and powerful front-end framework for faster and easier web development, created and maintained by [Mark Otto](http://twitter.com/mdo) and [Jacob Thornton](http://twitter.com/fat) at Twitter.\n\nTo get started, checkout http://getbootstrap.com!\n\n\n\nQuick start\n-----------\n\nClone the repo, `git clone git://github.com/twitter/bootstrap.git`, or [download the latest release](https://github.com/twitter/bootstrap/zipball/master).\n\n\n\nVersioning\n----------\n\nFor transparency and insight into our release cycle, and for striving to maintain backward compatibility, Bootstrap will be maintained under the Semantic Versioning guidelines as much as possible.\n\nReleases will be numbered with the following format:\n\n`<major>.<minor>.<patch>`\n\nAnd constructed with the following guidelines:\n\n* Breaking backward compatibility bumps the major (and resets the minor and patch)\n* New additions without breaking backward compatibility bumps the minor (and resets the patch)\n* Bug fixes and misc changes bumps the patch\n\nFor more information on SemVer, please visit http://semver.org/.\n\n\n\nBug tracker\n-----------\n\nHave a bug? Please create an issue here on GitHub that conforms with [necolas's guidelines](https://github.com/necolas/issue-guidelines).\n\nhttps://github.com/twitter/bootstrap/issues\n\n\n\nTwitter account\n---------------\n\nKeep up to date on announcements and more by following Bootstrap on Twitter, [@TwBootstrap](http://twitter.com/TwBootstrap).\n\n\n\nBlog\n----\n\nRead more detailed announcements, discussions, and more on [The Official Twitter Bootstrap Blog](http://blog.getbootstrap.com).\n\n\n\nMailing list\n------------\n\nHave a question? Ask on our mailing list!\n\ntwitter-bootstrap@googlegroups.com\n\nhttp://groups.google.com/group/twitter-bootstrap\n\n\n\nIRC\n---\n\nServer: irc.freenode.net\n\nChannel: ##twitter-bootstrap (the double ## is not a typo)\n\n\n\nDevelopers\n----------\n\nWe have included a makefile with convenience methods for working with the Bootstrap library.\n\n+ **dependencies**\nOur makefile depends on you having recess, connect, uglify.js, and jshint installed. To install, just run the following command in npm:\n\n```\n$ npm install recess connect uglify-js jshint -g\n```\n\n+ **build** - `make`\nRuns the recess compiler to rebuild the `/less` files and compiles the docs pages. Requires recess and uglify-js. <a href=\"http://twitter.github.com/bootstrap/less.html#compiling\">Read more in our docs &raquo;</a>\n\n+ **test** - `make test`\nRuns jshint and qunit tests headlessly in [phantomjs](http://code.google.com/p/phantomjs/) (used for ci). Depends on having phantomjs installed.\n\n+ **watch** - `make watch`\nThis is a convenience method for watching just Less files and automatically building them whenever you save. Requires the Watchr gem.\n\n\n\nContributing\n------------\n\nPlease submit all pull requests against *-wip branches. If your unit test contains javascript patches or features, you must include relevant unit tests. Thanks!\n\n\n\nAuthors\n-------\n\n**Mark Otto**\n\n+ http://twitter.com/mdo\n+ http://github.com/markdotto\n\n**Jacob Thornton**\n\n+ http://twitter.com/fat\n+ http://github.com/fat\n\n\n\nCopyright and license\n---------------------\n\nCopyright 2012 Twitter, Inc.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this work except in compliance with the License.\nYou may obtain a copy of the License in the LICENSE file, or at:\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n",
"_id": "bootstrap@2.1.1"
}
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
{
"name": "jquery",
"version": "1.7.2",
"main": "./jquery.js",
"dependencies": {},
"_id": "jquery@1.7.2",
"readme": "ERROR: No README.md file found!",
"description": "ERROR: No README.md file found!",
"repository": {
"type": "git",
"url": "git://github.com/components/jquery.git"
}
}
\ No newline at end of file
This diff is collapsed.
{
"name": "drone-browser",
"description": "Remote control for your ar-drone via your browser",
"version": "0.1.0",
"dependencies": {
"express": "~3.0.0",
"ar-drone": "git://github.com/felixge/node-ar-drone.git#ccc1e53dea91a9309be034d706235d7e8763065a",
"faye": "0.8.x"
},
"repository": "https://github.com/functino/drone-browser.git",
"homepage": "https://github.com/functino/drone-browser"
}
faye = new Faye.Client "/faye", timeout: 120
faye.subscribe "/drone/navdata", (data) ->
["batteryPercentage", "clockwiseDegrees", "altitudeMeters", "frontBackDegrees",
"leftRightDegrees", "xVelocity", "yVelocity", "zVelocity"].forEach (type) ->
$("#" + type).html(Math.round(data.demo[type], 4))
#$("#cam").css("-webkit-transform": "rotate(" + data.demo.leftRightDegrees + "deg)")
showBatteryStatus(data.demo.batteryPercentage)
window.showBatteryStatus = (batteryPercentage) ->
$("#batterybar").width("" + batteryPercentage + "%")
if batteryPercentage < 30
$("#batteryProgress").removeClass("progress-success").addClass("progress-warning")
if batteryPercentage < 15
$("#batteryProgress").removeClass("progress-warning").addClass("progress-danger")
$("#batteryProgress").attr("data-original-title": "Battery status: " + batteryPercentage + "%")
faye.subscribe "/drone/image", (src) -> $("#cam").attr(src: src)
keymap =
87 : { ev: 'move', action: 'front' }, # W
83 : { ev: 'move', action: 'back' }, # S
65 : { ev: 'move', action: 'left' }, # A
68 : { ev: 'move', action: 'right' }, # D
38 : { ev: 'move', action: 'up' }, # up
40 : { ev: 'move', action: 'down' }, # down
37 : { ev: 'move', action: 'counterClockwise' }, # left
39 : { ev: 'move', action: 'clockwise' }, # right
32 : { ev: 'drone', action: 'takeoff' }, # space
27 : { ev: 'drone', action: 'land' }, # esc
49 : { ev: 'animate', action: 'flipAhead', duration: 15 }, # 1
50 : { ev: 'animate', action: 'flipLeft', duration: 15 }, # 2
51 : { ev: 'animate', action: 'yawShake', duration: 15 }, # 3
52 : { ev: 'animate', action: 'doublePhiThetaMixed', duration: 15 }, # 4
53 : { ev: 'animate', action: 'wave', duration: 15 }, # 5
69 : { ev: 'drone', action: 'disableEmergency'} # E
speed = 0
$(document).keydown (ev) ->
return unless keymap[ev.keyCode]?
ev.preventDefault()
speed = if speed >= 1 then 1 else speed + 0.08 / (1 - speed)
evData = keymap[ev.keyCode]
faye.publish "/drone/" + evData.ev, action: evData.action, speed: speed, duration: evData.duration
$(document).keyup (ev) ->
speed = 0
faye.publish "/drone/drone", { action: 'stop' }
$("*[data-action]").on "mousedown", (ev) ->
faye.publish "/drone/" + $(@).attr("data-action"), action: $(@).attr("data-param"), speed: 0.3, duration: 1000*parseInt($("#duration").val())
$("*[data-action]").on "mouseup", (ev) ->
faye.publish "/drone/move", action: $(@).attr("data-param"), speed: 0 if $(@).attr("data-action") == "move"
$("*[rel=tooltip]").tooltip();
\ No newline at end of file
(function() {
var faye, keymap, speed;
faye = new Faye.Client("/faye", {
timeout: 120
});
faye.subscribe("/drone/navdata", function(data) {
["batteryPercentage", "clockwiseDegrees", "altitudeMeters", "frontBackDegrees", "leftRightDegrees", "xVelocity", "yVelocity", "zVelocity"].forEach(function(type) {
return $("#" + type).html(Math.round(data.demo[type], 4));
});
return showBatteryStatus(data.demo.batteryPercentage);
});
window.showBatteryStatus = function(batteryPercentage) {
$("#batterybar").width("" + batteryPercentage + "%");
if (batteryPercentage < 30) {
$("#batteryProgress").removeClass("progress-success").addClass("progress-warning");
}
if (batteryPercentage < 15) {
$("#batteryProgress").removeClass("progress-warning").addClass("progress-danger");
}
return $("#batteryProgress").attr({
"data-original-title": "Battery status: " + batteryPercentage + "%"
});
};
faye.subscribe("/drone/image", function(src) {
return $("#cam").attr({
src: src
});
});
keymap = {
87: {
ev: 'move',
action: 'front'
},
83: {
ev: 'move',
action: 'back'
},
65: {
ev: 'move',
action: 'left'
},
68: {
ev: 'move',
action: 'right'
},
38: {
ev: 'move',
action: 'up'
},
40: {
ev: 'move',
action: 'down'
},
37: {
ev: 'move',
action: 'counterClockwise'
},
39: {
ev: 'move',
action: 'clockwise'
},
32: {
ev: 'drone',
action: 'takeoff'
},
27: {
ev: 'drone',
action: 'land'
},
49: {
ev: 'animate',
action: 'flipAhead',
duration: 15
},
50: {
ev: 'animate',
action: 'flipLeft',
duration: 15
},
51: {
ev: 'animate',
action: 'yawShake',
duration: 15
},
52: {
ev: 'animate',
action: 'doublePhiThetaMixed',
duration: 15
},
53: {
ev: 'animate',
action: 'wave',
duration: 15
},
69: {
ev: 'drone',
action: 'disableEmergency'
}
};
speed = 0;
$(document).keydown(function(ev) {
var evData;
if (keymap[ev.keyCode] == null) {
return;
}
ev.preventDefault();
speed = speed >= 1 ? 1 : speed + 0.08 / (1 - speed);
evData = keymap[ev.keyCode];
return faye.publish("/drone/" + evData.ev, {
action: evData.action,
speed: speed,
duration: evData.duration
});
});
$(document).keyup(function(ev) {
speed = 0;
return faye.publish("/drone/drone", {
action: 'stop'
});
});
$("*[data-action]").on("mousedown", function(ev) {
return faye.publish("/drone/" + $(this).attr("data-action"), {
action: $(this).attr("data-param"),
speed: 0.3,
duration: 1000 * parseInt($("#duration").val())
});
});
$("*[data-action]").on("mouseup", function(ev) {
return faye.publish("/drone/move", {
action: $(this).attr("data-param"),
speed: $(this).attr("data-action") === "move" ? 0 : void 0
});
});
$("*[rel=tooltip]").tooltip();
}).call(this);
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link href="components/bootstrap/css/bootstrap.min.css" rel="stylesheet"></link>
<link href="style.css" rel="stylesheet"></link>
</head>
<body>
<div class="buttons">
<div class="btn-toolbar">
<div class="input-append btn-group">
<button class="btn btn-success" data-action="drone" data-param="takeoff"><i class="icon-play icon-white"></i> takeoff</button>
<button class="btn btn-warning" data-action="drone" data-param="land"><i class="icon-stop icon-white"></i> land</button>
<button class="btn btn-danger" data-action="drone" data-param="disableEmergency"><i class="icon-wrench icon-white"></i> recover</button>
</div>
<div class="input-append btn-group">
<button class="btn dropdown-toggle" data-toggle="dropdown">Animations <span class="caret"></span></button>
<ul class="dropdown-menu">
<li data-action="animate" data-param="phiM30Deg"><a href="#">phiM30Deg</a></li>
<li data-action="animate" data-param="phi30Deg"><a href="#">phi30Deg</a></li>
<li data-action="animate" data-param="thetaM30Deg"><a href="#">thetaM30Deg</a></li>
<li data-action="animate" data-param="theta30Deg"><a href="#">theta30Deg</a></li>
<li data-action="animate" data-param="theta20degYaw200deg"><a href="#">theta20degYaw200deg</a></li>
<li data-action="animate" data-param="theta20degYawM200deg"><a href="#">theta20degYawM200deg</a></li>
<li data-action="animate" data-param="turnaround"><a href="#">turnaround</a></li>
<li data-action="animate" data-param="turnaroundGodown"><a href="#">turnaroundGodown</a></li>
<li data-action="animate" data-param="yawShake"><a href="#">yawShake</a></li>
<li data-action="animate" data-param="yawDance"><a href="#">yawDance</a></li>
<li data-action="animate" data-param="phiDance"><a href="#">phiDance</a></li>
<li data-action="animate" data-param="thetaDance"><a href="#">thetaDance</a></li>
<li data-action="animate" data-param="vzDance"><a href="#">vzDance</a></li>
<li data-action="animate" data-param="wave"><a href="#">wave</a></li>
<li data-action="animate" data-param="phiThetaMixed"><a href="#">phiThetaMixed</a></li>
<li data-action="animate" data-param="doublePhiThetaMixed"><a href="#">doublePhiThetaMixed</a></li>
<li data-action="animate" data-param="flipAhead"><a href="#">flipAhead</a></li>
<li data-action="animate" data-param="flipBehind"><a href="#">flipBehind</a></li>
<li data-action="animate" data-param="flipLeft"><a href="#">flipLeft</a></li>
<li data-action="animate" data-param="flipRight"><a href="#">flipRight</a></li>
</ul>
<input class="span1" id="duration" size="3" type="number" value="2" rel="tooltip" data-placement="bottom" title="Trigger animations. You can change the duration of an animation. It defaults to 2 seconds."> <span class="add-on"><i class="icon-time"></i></span>
</div>
</div>
</div>
<div id="batteryProgress" class="progress progress-success progress-striped" title="Battery status" rel="tooltip" data-placement="right">
<div class="bar" id="batterybar" style="width: 100%;"></div>
</div>
<img id="cam" src="default.jpg" />
<div class="buttons">
<div class="btn-toolbar">
<div class="btn-group">
<button class="btn" data-action="move" data-param="front"><i class="icon-arrow-up"></i> Front</button>
<button class="btn" data-action="move" data-param="back"><i class="icon-arrow-down"></i> Back</button>
</div>
<div class="btn-group">
<button class="btn" data-action="move" data-param="left"><i class="icon-arrow-left"></i> Left</button>
<button class="btn" data-action="move" data-param="right"><i class="icon-arrow-right"></i> Right</button>
</div>
</div>
<div class="btn-toolbar">
<div class="btn-group">
<button class="btn" data-action="move" data-param="up"><i class="icon-chevron-up"></i> Up</button>
<button class="btn" class="btn" data-action="move" data-param="down"><i class="icon-chevron-down"></i> Down</button>
</div>
<div class="btn-group">
<button class="btn" data-action="move" data-param="clockwise"><i class="icon-refresh"></i> clockwise</button>
<button class="btn" data-action="move" data-param="counterClockwise"><i class="icon-refresh"></i> counter-clockwise</button>
</div>
</div>
</div>
<div id="stats">
<div>Battery: <span id="batteryPercentage">(Drone not connected)</span>%</div>
<div>Direction: <span id="clockwiseDegrees"></span>°</div>
<div>front/back: <span id="frontBackDegrees"></span>°</div>
<div>left/right: <span id="leftRightDegrees"></span>°</div>
<div>Altitude: <span id="altitudeMeters"></span>m</div>
<div>Velocity (x/y/z): <span id="xVelocity"></span> / <span id="yVelocity"></span> / <span id="zVelocity"></span></div>
</div>
<script src="components/jquery/jquery.js"></script>
<script src="/faye/client.js"></script>
<script src="components/bootstrap/js/bootstrap.min.js"></script>
<script src="/client.js"></script>
</body>
</html>
\ No newline at end of file
body {
font-family: sans-serif;
}
#cam {
margin: 0 auto;
display: block;
border-radius: 5px;
border: 3px #050 solid;
width: 640px;
height: 360px;
}
#batteryProgress {
width: 640px;
margin: 0 auto;
margin-bottom: 10px;
}
#stats {
position: absolute;
bottom: 20px;
right: 20px;
font-size: 26px;
}
.buttons {
text-align: center;
}
.dropdown-menu {
text-align: left;
}
\ No newline at end of file
Getting started
======
Connect to your ar drone 2 via WLAN, then run node.server.js open up localhost:3001 and you're ready to go.
Use `W, A, S, D` to move front, back and sideways. Use your `cursors` to go up/down or turn clockwise/counter clockwise.
Some animations can be triggered with `1-4`
`SPACE` for taking of and `esc` for landing.
When you crash use `e` to recover from emergency mode.
This project is heavily inspired from https://github.com/usefulthink/nodecopter-monitor . I just removed the three.js part and ported it from socket.io to faye since I like that better.
Dependencies
=======
You can install/update the node dependencies via `npm install -d`.
Dependencies for client code are managed via bower ( https://github.com/twitter/bower ).
You need to have `ffmpeg` installed (it's used for the picture stuff)
Screenshot
========
This is how it looks like in action:
![drone browser in chrome](https://raw.github.com/functino/drone-browser/master/screenshot.png)
TODO
======
- use getUserMedia/the webcam to control the drone (like magic xylophone...)
- add a slider to make the speed/duration of actions configurable
- toggle between takeoff/land buttons or disable takeoff button after takeoff...
- mayby change the "recover" button to send a land command first (because otherwise the drone tries to start again...)
- only show the recover button when the drone is in emergency mode
- use canvas to draw angle-stuff or rotate the picture stream accordingly
- get rid of the (sometimes) long lag of the picture stream
- makte it work without ffmpeg (skip the picture stuff then....)
\ No newline at end of file
express = require "express"
faye = require "faye"
path = require "path"
drone = require("ar-drone").createClient()
drone.config('general:navdata_demo', 'TRUE');
app = express()
app.configure ->
app.set('port', process.env.PORT || 3001)
app.use(app.router)
app.use(express.static(path.join(__dirname, 'public')))
app.use("/components", express.static(path.join(__dirname, 'components')))
server = require("http").createServer(app)
new faye.NodeAdapter(mount: '/faye', timeout: 45).attach(server)
socket = new faye.Client("http://localhost:#{app.get("port")}/faye")
socket.subscribe "/drone/move", (cmd) ->
console.log("move", cmd)
drone[cmd.action]?(cmd.speed)
socket.subscribe "/drone/animate", (cmd) ->
console.log('animate', cmd)
drone.animate(cmd.action, cmd.duration)
socket.subscribe "/drone/drone", (cmd) ->
console.log('drone command: ', cmd)
drone[cmd.action]?()
server.listen app.get("port"), ->
console.log("Express server listening on port " + app.get("port"))
currentImg = null
drone.on 'navdata', (data) ->
socket.publish "/drone/navdata", data
imageSendingPaused = false
drone.createPngStream().on "data", (frame) ->
currentImg = frame
return if imageSendingPaused
socket.publish("/drone/image", "/image/#{Math.random()}")
imageSendingPaused = true;
setTimeout( ( -> imageSendingPaused = false ), 100)
app.get "/image/:id", (req, res) ->
res.writeHead(200, "Content-Type": "image/png")
res.end(currentImg, "binary")
\ No newline at end of file
(function() {
var app, currentImg, drone, express, faye, imageSendingPaused, path, server, socket;
express = require("express");
faye = require("faye");
path = require("path");
drone = require("ar-drone").createClient();
drone.config('general:navdata_demo', 'TRUE');
app = express();
app.configure(function() {
app.set('port', process.env.PORT || 3001);
app.use(app.router);
app.use(express.static(path.join(__dirname, 'public')));
return app.use("/components", express.static(path.join(__dirname, 'components')));
});
server = require("http").createServer(app);
new faye.NodeAdapter({
mount: '/faye',
timeout: 45
}).attach(server);
socket = new faye.Client("http://localhost:" + (app.get("port")) + "/faye");
socket.subscribe("/drone/move", function(cmd) {
var _name;
console.log("move", cmd);
return typeof drone[_name = cmd.action] === "function" ? drone[_name](cmd.speed) : void 0;
});
socket.subscribe("/drone/animate", function(cmd) {
console.log('animate', cmd);
return drone.animate(cmd.action, cmd.duration);
});
socket.subscribe("/drone/drone", function(cmd) {
var _name;
console.log('drone command: ', cmd);
return typeof drone[_name = cmd.action] === "function" ? drone[_name]() : void 0;
});
server.listen(app.get("port"), function() {
return console.log("Express server listening on port " + app.get("port"));
});
currentImg = null;
drone.on('navdata', function(data) {
return socket.publish("/drone/navdata", data);
});
imageSendingPaused = false;
drone.createPngStream().on("data", function(frame) {
currentImg = frame;
if (imageSendingPaused) {
return;
}
socket.publish("/drone/image", "/image/" + (Math.random()));
imageSendingPaused = true;
return setTimeout((function() {
return imageSendingPaused = false;
}), 100);
});
app.get("/image/:id", function(req, res) {
res.writeHead(200, {
"Content-Type": "image/png"
});
return res.end(currentImg, "binary");
});
}).call(this);
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