Setup to move workspaces into root src folder

- Fix gitignore paths
- Move submodule within ariac_ws in root src folder
This commit is contained in:
Sravan Balaji
2020-04-20 18:17:20 -04:00
parent e590c4de33
commit 997de26947
2 changed files with 5 additions and 5 deletions

8
.gitignore vendored
View File

@@ -1,9 +1,9 @@
# Don't track the content of these folders #
############################################
rrrobot_ws/lib/
rrrobot_ws/build
rrrobot_ws/devel
rrrobot_ws/install
src/rrrobot_ws/lib/
src/rrrobot_ws/build
src/rrrobot_ws/devel
src/rrrobot_ws/install
.*
!.gitignore

2
.gitmodules vendored
View File

@@ -1,4 +1,4 @@
[submodule "ariac_ws/src/universal_robot"]
path = ariac_ws/src/universal_robot
path = src/ariac_ws/src/universal_robot
url = https://github.com/osrf/universal_robot
branch = ariac_2019_ur10_moveit_config