-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.xml
20 lines (17 loc) · 967 Bytes
/
default.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="private"
fetch="ssh://git@github.com/"
revision="main"/>
<remote name="github"
fetch="ssh://git@github.com/MIA-Robotics-Robocon/"
revision="main"/>
<project path="robocon_ws" name="robocon_robocon-ws" remote="github" />
<project path="libraries" name="robocon_libraries" remote="github" />
<project path="computer_vision" name="robocon23_computer-vision" remote="github" />
<project path="robocon_ws/src/localization" name="robocon23_localization" remote="github" />
<project path="robocon_ws/src/control" name="robocon23_control" remote="github" />
<project path="low_level/localization" name="robocon23_low-level_localization" remote="github" />
<project path="low_level/control" name="robocon23_low-level_control" remote="github" />
<project path="hardware" name="robocon23_hardware" remote="github" />
</manifest>