Giter VIP home page Giter VIP logo

kinect4-ros's Introduction

Overview

This repository holds code of a ROS package for data acquisition(color image, depth map and point cloud) with [Kinect 4 Azure(https://azure.microsoft.com/en-us/services/kinect-dk/). It is basically a ROS wrapper of the low-level API provided by Microsoft/Azure-Kinect-Sensor-SDK, the manufacturer of the camera.

rviz

Dependencies

The package has been tested with the following dependencies:

Download

$ git clone https://github.com/ZiqiChai/k4a-ros

Build

$ catkin_make

Execute

  1. Plug your camera correctly, in terms of power and signal
  2. Call the launch file.
$ roslaunch k4a-ros k4a_ros_node.launch
  1. Or just run the ros node without rviz
$ rosrun k4a-ros k4a_ros_node

Topic

  1. "k4a/color/color": color image (Frame is color sensor, format is bgr8)

  2. "k4a/color/color_to_depth": color image, aligned to depth map (Frame is depth sensor, format is bgr8)

  3. "k4a/depth/depth": depth map (Frame is depth sensor, format is original 16UC1)

  4. "k4a/depth/depth_colorized": colorized depth map (Frame is depth sensor, format is bgra8)

  5. "k4a/depth/depth_to_color": depth map, aligned to color image (Frame is color sensor, format is original 16UC1)

  6. "k4a/depth/depth_to_color_colorized": colorized depth map, aligned to color image (Frame is color sensor, format is bgra8)

  7. "k4a/ir_image": ir image (Frame is depth sensor, format is original 16UC1)

  8. "k4a/point_cloud/point_cloud_depth_to_depth": PCL point cloud with PointXYZ, this is converted from original depth map. (Frame is depth sensor, unit is millimeter)

  9. "k4a/point_cloud/point_cloud_color_to_depth": PCL point cloud with PointXYZRGB, this is converted by aligning color image to original depth map.(Frame is depth sensor, unit is millimeter)

  10. "k4a/point_cloud/point_cloud_depth_to_color": PCL point cloud with PointXYZRGB, this is converted by aligning depth map to original color image .(Frame is color sensor, unit is millimeter)

References

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.