Skip to content

Instantly share code, notes, and snippets.

Qs-MacBook-Pro:libcinder_java Q$ ./gradlew assembleDebug
PROJECT DIR: /Users/Q/Code/Cinder/proj/android/libcinder_java/app
BUILD DIR : /Users/Q/Code/Cinder/proj/android/libcinder_java/app/build
:app:preBuild UP-TO-DATE
:app:preDebugBuild UP-TO-DATE
:app:checkDebugManifest
:app:preReleaseBuild UP-TO-DATE
:libcinder:compileLint
:libcinder:copyReleaseLint UP-TO-DATE
:libcinder:preBuild UP-TO-DATE
var mav = require("./mavlink_v10_ardupilotmega.js");
var mavProtocol = new MAVLink( null, 252, 1 );
var serverPort = 6000; // local sever listening port
var remotePort = -1; // this is set by the first HEARBEAT msg received from the drone
var remoteIp = '192.168.1.200'; // drone IP
var dgram = require('dgram');
var server = dgram.createSocket('udp4');
{
"actions" : {
"ballhandling": [
{ "ballhandlinga": {} },
{ "ballhandlingb": {} },
{ "ballhandlingc": {} }
],
"footwork": [
@q-depot
q-depot / 2_keyboard_shortcuts.md
Created November 16, 2013 08:58
Here are some things you can do with Gists in GistBox.

Create documentation for your projects. Like so:


Most popular keyboard shortcuts within GistBox

  • Up/Down - Previous/Next Gist
  • Ctrl+e - Edit a selected Gist
  • Ctrl+s - Save Gist
/*
* ciXtractFeature.cpp
*
* Created by Andrea Cuius
* Nocte Studio Ltd. Copyright 2013 . All rights reserved.
*
* www.nocte.co.uk
*
*/