Skip to content

Commit

Permalink
Merge pull request #162 from RyanAshbaugh/noetic-devel
Browse files Browse the repository at this point in the history
used same fix #145 for kinetic branch on noetic branch, added wstool …
  • Loading branch information
drchrislewis authored Sep 21, 2021
2 parents cd36ba0 + 97be172 commit 919e22e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rosinstall
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 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 @@ -108,6 +108,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 919e22e

Please sign in to comment.