Skip to content

Instantly share code, notes, and snippets.

View PeterMitrano's full-sized avatar
🔬

Peter Mitrano PeterMitrano

🔬
View GitHub Profile
@PeterMitrano
PeterMitrano / xytheta.cpp
Created June 30, 2016 23:57 — forked from vhwanger/xytheta.cpp
SBPL example
#include <cstring>
#include <iostream>
#include <string>
using namespace std;
#include <sbpl/headers.h>
// creating the footprint
void createFootprint(vector<sbpl_2Dpt_t>& perimeter){