Skip to content

Instantly share code, notes, and snippets.

View leviathan747's full-sized avatar

Levi Starrett leviathan747

View GitHub Profile
@leviathan747
leviathan747 / imu_brick_node.cpp
Created May 29, 2019 19:37 — forked from matlabbe/imu_brick_node.cpp
IMU v2 brick ROS node
#include <ros/ros.h>
#include <sensor_msgs/Imu.h>
#include <string.h>
#include "tinkerforge/ip_connection.h"
#include "tinkerforge/brick_imu_v2.h"
#define HOST "localhost"