Skip to content

Commit 4e306e4

Browse files
committed
(fix) readd deleted rosinstall files
1 parent 9646e32 commit 4e306e4

File tree

2 files changed

+90
-0
lines changed

2 files changed

+90
-0
lines changed

install/ros2.yaml

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
repositories:
2+
config_utilities:
3+
type: git
4+
url: [email protected]:MIT-SPARK/config_utilities.git
5+
version: main
6+
hydra:
7+
type: git
8+
url: [email protected]:MIT-SPARK/Hydra.git
9+
version: main
10+
hydra_ros:
11+
type: git
12+
url: [email protected]:MIT-SPARK/Hydra-ROS.git
13+
version: main
14+
ianvs:
15+
type: git
16+
url: [email protected]:MIT-SPARK/Ianvs.git
17+
version: main
18+
kimera_pgmo:
19+
type: git
20+
url: [email protected]:MIT-SPARK/Kimera-PGMO.git
21+
version: ros2
22+
kimera_rpgo:
23+
type: git
24+
url: [email protected]:MIT-SPARK/Kimera-RPGO.git
25+
version: develop
26+
pose_graph_tools:
27+
type: git
28+
url: [email protected]:MIT-SPARK/pose_graph_tools.git
29+
version: ros2
30+
semantic_inference:
31+
type: git
32+
url: [email protected]:MIT-SPARK/semantic_inference.git
33+
version: main
34+
spark_dsg:
35+
type: git
36+
url: [email protected]:MIT-SPARK/Spark-DSG.git
37+
version: main
38+
spatial_hash:
39+
type: git
40+
url: [email protected]:MIT-SPARK/Spatial-Hash.git
41+
version: main
42+
teaser_plusplus:
43+
type: git
44+
url: [email protected]:MIT-SPARK/TEASER-plusplus.git
45+
version: master

install/ros2_docker.yaml

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
repositories:
2+
config_utilities:
3+
type: git
4+
url: https://github.com/MIT-SPARK/config_utilities.git
5+
version: main
6+
hydra:
7+
type: git
8+
url: https://github.com/MIT-SPARK/Hydra.git
9+
version: main
10+
hydra_ros:
11+
type: git
12+
url: https://github.com/MIT-SPARK/Hydra-ROS.git
13+
version: main
14+
ianvs:
15+
type: git
16+
url: https://github.com/MIT-SPARK/Ianvs.git
17+
version: main
18+
kimera_pgmo:
19+
type: git
20+
url: https://github.com/MIT-SPARK/Kimera-PGMO.git
21+
version: ros2
22+
kimera_rpgo:
23+
type: git
24+
url: https://github.com/MIT-SPARK/Kimera-RPGO.git
25+
version: develop
26+
pose_graph_tools:
27+
type: git
28+
url: https://github.com/MIT-SPARK/pose_graph_tools.git
29+
version: ros2
30+
semantic_inference:
31+
type: git
32+
url: https://github.com/MIT-SPARK/semantic_inference.git
33+
version: main
34+
spark_dsg:
35+
type: git
36+
url: https://github.com/MIT-SPARK/Spark-DSG.git
37+
version: main
38+
spatial_hash:
39+
type: git
40+
url: https://github.com/MIT-SPARK/Spatial-Hash.git
41+
version: main
42+
teaser_plusplus:
43+
type: git
44+
url: https://github.com/MIT-SPARK/TEASER-plusplus.git
45+
version: master

0 commit comments

Comments
 (0)