8000 GitHub - ZiqiChai/k4a-ros: Kinect 4 Azure ROS package to get data from rgbd camera.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ZiqiChai/k4a-ros

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This repository holds code of a ROS package for data acquisition(color image, d 7431 epth 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

About

Kinect 4 Azure ROS package to get data from rgbd camera.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0