Root src folder & submodule

- Move workspace folders to root src folder
- Add ARIAC UR10 MoveIt configuration submodule to ariac_ws
This commit is contained in:
Sravan Balaji
2020-04-20 18:28:21 -04:00
parent 35adc72950
commit f6c202548d
43 changed files with 9 additions and 4 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/*/lib/
src/*/build
src/*/devel
src/*/install
.*
!.gitignore

4
.gitmodules vendored Normal file
View File

@@ -0,0 +1,4 @@
[submodule "src/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