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).
~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)
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.
Copy the repo to your workspace source folder.
cd ~/ws/src
git clone https://github.com/fadlio/kinect_ros2
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
From the top directory of your workspace, use colcon
to build your packages.
cd ~/ws
colcon build
- Kinect Model 1473