Skip to content

ROS wrapper for OpenNI2, specifically for the Structure Sensor

Notifications You must be signed in to change notification settings

SimeonOA/openni2_ros_wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openni2_ros_wrapper

ROS wrapper for OpenNI2, specifically for the Structure Sensor

Installation

  • Install OpenNI2: clone the OpenNI2 repo to ~/OpenNI2 and compile
  • Clone this repo under the source directory of your ROS workspace (e.g., under ~/catkin_ws/src/)
  • Modify CMakeLists.txt. Specifically:
    • Line 5: if the OpenNI2 is not located at ~/OpenNI2, modify the OPENNI2_PATH variable to your OpenNI2 directory
    • Line 34-35: modify the path, depending on the platform (Arm-Release or x64-Release)
  • Compile (e.g., run catkin_make under the directory ~/catkin_ws)

Usage

  • Run source ~/catkin_ws/devel/setup.bash
  • Launch the structure sensor with roslaunch openni2_ros_wrapper structure_sensor.launch

Optional

To change the resolution and frame rate, modify the structure_sensor.launch file.

About

ROS wrapper for OpenNI2, specifically for the Structure Sensor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published