Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,27 @@ freenect_stack
Build status on Travis CI [![Build Status](https://travis-ci.org/ros-drivers/freenect_stack.svg?branch=master)](http://travis-ci.org/ros-drivers/freenect_stack)

libfreenect based ROS driver

Installation
==============
In your catkin workspace:
```
cd catkin_ws/src
git clone https://github.com/ros-drivers/freenect_stack.git
cd freenect_stack
git checkout jade
cd ..
git clone https://github.com/ros-drivers/rgbd_launch.git
```

Testing
==============
Run the launch file:
```
roslaunch freenect_launch freenect.launch
```
Open rviz:
```
rosrun rviz rviz
```
Set the frame, Click add>Camera and select an image topic!
Loading