Skip to content

Instantly share code, notes, and snippets.

View tpanzarella's full-sized avatar

Tom Panzarella tpanzarella

View GitHub Profile
#include <iostream>
#include <memory>
#include <opencv2/core/core.hpp>
#include <ifm3d/camera.h>
#include <ifm3d/fg.h>
#include <ifm3d/image.h>
int main(int argc, const char **argv)
{
auto cam = ifm3d::Camera::MakeShared();
$ ./ifm3d trace --help
usage: ifm3d [<global options>] trace [<trace options>]
global options:
-h [ --help ] Produce this help message and exit
--ip arg (=192.168.0.69) IP address of the sensor
--xmlrpc-port arg (=80) XMLRPC port of the sensor
--password arg Password for establishing an edit-session with the
sensor
@tpanzarella
tpanzarella / hello.py
Created November 3, 2011 02:41
Hello redsnake world!
#!/usr/bin/env python
from redsnake import *
@ruby
def hello_world(*args, **kwargs):
"""puts("Hello " + $0 + " world!")"""
pass
hello_world()