Skip to content

Commit

Permalink
Renamed rosinstall file
Browse files Browse the repository at this point in the history
  • Loading branch information
marip8 committed Nov 10, 2020
1 parent 0864e4e commit 7f5a6ec
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ notifications:
env:
global:
- UPSTREAM_WORKSPACE=file
- ROSINSTALL_FILENAME=opp.rosinstall
- ROSINSTALL_FILENAME=dependencies.rosinstall
- ROS_REPO=ros
- CMAKE_ARGS="-DCMAKE_BUILD_TYPE=Debug"
- ROSDEP_SKIP_KEYS="libqt5sql5-mysql"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ROS packages for generating offline toolpaths from CAD. Built to run on Ubuntu
2) Pretty pictures

## Install instructions
1) Clone the repo into your workspace. Then from the workspace root run `wstool init src opp.rosinstall`
1) Clone the repo into your workspace. Then from the workspace root run `wstool init src dependencies.rosinstall`

2) Run rosdep from the root of your workspace to pull dependencies `rosdep install --from-paths src --ignore-src -r -y`

Expand Down
File renamed without changes.

0 comments on commit 7f5a6ec

Please sign in to comment.