No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.
Repository Summary
Description | C++ ROS2 driver for Kinect v1 (Xbox 360). |
Checkout URI | https://github.com/fadlio/kinect_ros2.git |
VCS Type | git |
VCS Version | galactic |
Last Updated | 2023-04-05 |
Dev Status | UNKNOWN |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | kinect machine-vision ros2 |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Packages
Name | Version |
---|---|
kinect_ros2 | 0.0.1 |
README
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
-
~image_raw
- RGB image(rgb8) (sensor_msgs/Image) -
~camera_info
- RGB camera_info (sensor_msgs/CameraInfo) -
~depth/image_raw
- Depth camera image(mono16) (sensor_msgs/Image) -
~depth/camera_info
- Depth camera_info (sensor_msgs/CameraInfo)
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
CONTRIBUTING
No CONTRIBUTING.md found.
No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.