Skip to content

Commit

Permalink
Add submodules for catkin_simple, catkin_glog and miniglog
Browse files Browse the repository at this point in the history
  • Loading branch information
Perrine Aguiar committed Nov 21, 2016
1 parent aec96f1 commit a2d28ab
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,3 @@
######################
*OpenCV_sdk_native/
*roscpp_android_ndk/
*miniglog/
9 changes: 9 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[submodule "miniglog"]
path = miniglog
url = https://github.com/tzutalin/miniglog
[submodule "third_party/glog_catkin"]
path = third_party/glog_catkin
url = https://github.com/ethz-asl/glog_catkin
[submodule "third_party/catkin_simple"]
path = third_party/catkin_simple
url = https://github.com/catkin/catkin_simple
1 change: 0 additions & 1 deletion RosApp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
### Miniglog

* From the TangoApps repository:
```$ git clone https://github.com/tzutalin/miniglog.git```
```$ cd miniglog```
```$ ./build.sh```

Expand Down

0 comments on commit a2d28ab

Please sign in to comment.