Skip to content

Commit

Permalink
Merge pull request #145 from jrgnicho/add-robo-cylinder-dependency2
Browse files Browse the repository at this point in the history
Fixes robo-cylinder build dependency
  • Loading branch information
drchrislewis authored Jul 31, 2019
2 parents 8f64e56 + ec8d543 commit 65c6364
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .rosinstall
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Library for robo_cylinder
- git: {local-name: intelligent_actuator, uri: 'https://github.com/ros-industrial/intelligent_actuator.git', version: master}


9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,15 @@ sudo apt-get install ros-kinetic-openni2-launch
### Moveit
`sudo apt-get install ros-kinetic-moveit`

### Install other source dependencies
This requires using [wstool](http://wiki.ros.org/wstool) and the [.rosinstall](.rosinstall) file. From the workspace top level directory run the following
```
wstool init src src/industrial_calibration/.rosinstall
wstool update -t src
```


# Examples

## Single Basler on a rail
Expand Down

0 comments on commit 65c6364

Please sign in to comment.