Skip to content

Instantly share code, notes, and snippets.

View moosingin3space's full-sized avatar

Nathan Moos moosingin3space

View GitHub Profile
@moosingin3space
moosingin3space / percepsim.cpp
Last active March 6, 2018 04:10
nanomsg problem
#include <nanomsg/nn.h>
#include <nanomsg/pipeline.h>
#include <iostream>
#include "percepsim.hpp"
#include "wire_protocol.hpp"
#define SOCKET "ipc:///tmp/percepsim.ipc"
Perception::SimulatedCamera::SimulatedCamera() :

Keybase proof

I hereby claim:

  • I am moosingin3space on github.
  • I am moosnat (https://keybase.io/moosnat) on keybase.
  • I have a public key ASDMIXDzeozQ1B4X8QMOghlOYHO0JAe4ePSkbK2hfPAGQAo

To claim this, I am signing this object:

@moosingin3space
moosingin3space / Emakefile
Created March 28, 2016 14:52
Simple Emakefile
{"src/*", [debug_info, {i, "include/"}, {outdir, "ebin/"}]}.
{"test/*", [debug_info, {i, "include/"}, {outdir, "ebin/"}]}.