Skip to content

Instantly share code, notes, and snippets.

View Collin-Emerson-Miller's full-sized avatar

Collin Emerson Miller Collin-Emerson-Miller

View GitHub Profile

Introduction

This is a step by step-by-step guide on how to install the PhantomX hexapod on Ubuntu 16.04 with ROS Kinetic.

Note This guide assumes that the reader has alread installed ROS Kinetic.

Instructions

Make sure that you have the correct controllers installed:

@Collin-Emerson-Miller
Collin-Emerson-Miller / gist:8b4630c767aeb4a0b324ea4070c3db9d
Last active February 17, 2023 23:45
How to Install XBOX Kinect freenect / libfreenect / python

Install Libfreenect

Most of the instructions from this section originate from this aricle. Feel free to follow along with this gist or use the article.

Let's start by making sure our machine is up to date.

sudo apt-get update
sudo apt-get upgrade