Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix for ros jade #30

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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