Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Commit

Permalink
Merge pull request #19 from ugnelis/ugnelis-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
ugnelis committed Oct 11, 2018
2 parents 3f22fef + 3d41b84 commit b27bb83
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,30 @@ cd ~/catkin_ws/
catkin_make
```

8. Clone this project to `~/catkin_ws/src`:
8. Source catkin workspace:
```bash
source ~/catkin_ws/devel/setup.bash
```

(Recommended) It's convenient if catkin workspace environment variables are automatically added to your bash session every time a new shell is launched:
```bash
echo "source ~/catkin_ws/devel/setup.bash >> ~/.bashrc
source ~/.bashrc
```
9. Clone this project to `~/catkin_ws/src`:
```bash
cd ~/catkin_ws/src
git clone https://github.com/ugnelis/ros_cameras_controller.git
cd ../
catkin_make
```
10. (First build only) If `ros_cameras_controller` packages aren't found, reopen terminal or source catkin workspace again:
```bash
source ~/catkin_ws/devel/setup.bash
```
### Running (production)
1. Start the **commander** package:
```bash
Expand Down

0 comments on commit b27bb83

Please sign in to comment.