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

Added dependancy installation instructions #493

Closed
wants to merge 1 commit into from
Closed
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
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,22 @@ Installation Instructions - Ubuntu 16.04 with ROS Kinetic
```

> **Note** On OS X you need to install yaml-cpp using Homebrew `brew install yaml-cpp`.

3. Install required dependancies

3. Build your workspace with `python_catkin_tools` (therefore you need `python_catkin_tools`)
```
$ sudo -H pip install future
$ sudo apt-get install ros-kinetic-octomap-msgs ros-kinetic-octomap-mapping libgoogle-glog-dev ros-kinetic-control-toolbox protobuf-compiler protobuf-c-compiler python-catkin-tools
```

4. Build your workspace with `python_catkin_tools`

```
$ cd ~/catkin_ws/
$ catkin build
```

4. Add sourcing to your `.bashrc` file
5. Add sourcing to your `.bashrc` file

```
$ echo "source ~/catkin_ws/devel/setup.bash" >> ~/.bashrc
Expand Down