jrgnicho / kinect_ros2

C++ ROS2 driver for Kinect v1 (Xbox 360).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kinect_ros2

Interface

Overview

Basic Kinect-v1 (for the Xbox 360) node, with IPC support, based on libfreenect. For now, it only supports a single Kinect device. (If multiple devices present, the first one listed by the freenect_num_devices will be selected).

Published topics

Instalation

1. Install libfreenect

The package was tested using a manual build from the libfreenect github because the Kinect used, had a firmware version that requires specific build flags.

2. Copy the repo

Copy the repo to your workspace source folder.

cd ~/ws/src
git clone https://github.com/fadlio/kinect_ros2

3. Install any missing ROS packages

Use rosdep from the top directory of your workspace to install any missing ROS related dependency.

cd ~/ws
rosdep install --from-paths src --ignore-src -r -y

4. Build your workspace

From the top directory of your workspace, use colcon to build your packages.

cd ~/ws
colcon build

Using this package

Devices tested

  • Kinect Model 1473

About

C++ ROS2 driver for Kinect v1 (Xbox 360).


Languages

Language:C++ 56.9%Language:Python 32.2%Language:CMake 10.9%