mirror of
https://github.com/EECS-467-W20-RRRobot-Project/RRRobot.git
synced 2025-08-28 18:32:45 +00:00
Merge branch 'reorg' into GEAR
- Fix issues when workspaces were moved to root src folder
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -1,9 +1,9 @@
|
||||
# Don't track the content of these folders #
|
||||
############################################
|
||||
src/rrrobot_ws/lib/
|
||||
src/rrrobot_ws/build
|
||||
src/rrrobot_ws/devel
|
||||
src/rrrobot_ws/install
|
||||
src/*/lib/
|
||||
src/*/build
|
||||
src/*/devel
|
||||
src/*/install
|
||||
.*
|
||||
!.gitignore
|
||||
|
||||
|
2
.gitmodules
vendored
2
.gitmodules
vendored
@@ -1,4 +1,4 @@
|
||||
[submodule "ariac_ws/src/universal_robot"]
|
||||
[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
Reference in New Issue
Block a user