mirror of
https://github.com/EECS-467-W20-RRRobot-Project/RRRobot.git
synced 2025-08-15 22:38:31 +00:00
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:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -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
4
.gitmodules
vendored
Normal 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
|
1
src/ariac_ws/src/universal_robot
Submodule
1
src/ariac_ws/src/universal_robot
Submodule
Submodule src/ariac_ws/src/universal_robot added at 8bb711dc9f
Before Width: | Height: | Size: 1.9 MiB After Width: | Height: | Size: 1.9 MiB |
Reference in New Issue
Block a user