Skip to content

Commit

Permalink
Merge pull request #433 from niosus/fix_readme
Browse files Browse the repository at this point in the history
fix mixed up code tags in readme
  • Loading branch information
bbferka authored Jul 31, 2017
2 parents d860035 + 25b99fc commit 4d41e24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Please read this README and the ones of the individual components throughly before asking questions. We get a lot of repeated questions, so when you have a problem, we urge everyone to check the [github issues (including closed ones)](https://github.com/code-iai/iai_kinect2/issues?utf8=%E2%9C%93&q=is%3Aissue). Your issue is very likely discussed there already.

The goal of this project is to give you a driver and the tools needed to receive data from the Kinect-2 sensor, in a way useful for robotics. You will still need to know how to use ROS to make use of it. Please follow the [ROS tutorials](http://wiki.ros.org/ROS/Tutorials). You will also need to learn how to work with point-clouds, or depth-clouds, or images (computer vision) to do useful things with the data.
The goal of this project is to give you a driver and the tools needed to receive data from the Kinect-2 sensor, in a way useful for robotics. You will still need to know how to use ROS to make use of it. Please follow the [ROS tutorials](http://wiki.ros.org/ROS/Tutorials). You will also need to learn how to work with point-clouds, or depth-clouds, or images (computer vision) to do useful things with the data.

*Note:* ***Please use the GitHub issues*** *for questions and problems regarding the iai_kinect2 package and its components.* ***Do not write emails.***

Expand Down Expand Up @@ -140,7 +140,7 @@ If you found no solution in the issues, feel free to open a new issue for your p

4. Clone this repository into your catkin workspace, install the dependencies and build it:

```
```
cd ~/catkin_ws/src/
git clone https://github.com/code-iai/iai_kinect2.git
cd iai_kinect2
Expand All @@ -157,7 +157,7 @@ catkin_make -DCMAKE_BUILD_TYPE="Release"

5. Connect your sensor and run `kinect2_bridge`:

```
```
roslaunch kinect2_bridge kinect2_bridge.launch
```
6. Calibrate your sensor using the `kinect2_calibration`. [Further details](kinect2_calibration#calibrating-the-kinect-one)
Expand Down

0 comments on commit 4d41e24

Please sign in to comment.