mirror of
https://github.com/EECS-467-W20-RRRobot-Project/RRRobot.git
synced 2025-08-30 02:53:15 +00:00
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:
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/rrrobot_ws/lib/
|
||||
src/rrrobot_ws/build
|
||||
src/rrrobot_ws/devel
|
||||
src/rrrobot_ws/install
|
||||
.*
|
||||
!.gitignore
|
||||
|
||||
|
2
.gitmodules
vendored
2
.gitmodules
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user