Skip to content

Commit 183f714

Browse files
fix branches in rosinstall files (#32)
1 parent 5df5362 commit 183f714

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

install/ros2.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ repositories:
66
hydra:
77
type: git
88
url: [email protected]:MIT-SPARK/Hydra.git
9-
version: develop
9+
version: main
1010
hydra_ros:
1111
type: git
1212
url: [email protected]:MIT-SPARK/Hydra-ROS.git
13-
version: ros2
13+
version: main
1414
ianvs:
1515
type: git
1616
url: [email protected]:MIT-SPARK/Ianvs.git
@@ -30,11 +30,11 @@ repositories:
3030
semantic_inference:
3131
type: git
3232
url: [email protected]:MIT-SPARK/semantic_inference.git
33-
version: ros2
33+
version: main
3434
spark_dsg:
3535
type: git
3636
url: [email protected]:MIT-SPARK/Spark-DSG.git
37-
version: develop
37+
version: main
3838
spatial_hash:
3939
type: git
4040
url: [email protected]:MIT-SPARK/Spatial-Hash.git

install/ros2_docker.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ repositories:
66
hydra:
77
type: git
88
url: https://github.com/MIT-SPARK/Hydra.git
9-
version: develop
9+
version: main
1010
hydra_ros:
1111
type: git
1212
url: https://github.com/MIT-SPARK/Hydra-ROS.git
13-
version: feature/ros2_docker
13+
version: main
1414
ianvs:
1515
type: git
1616
url: https://github.com/MIT-SPARK/Ianvs.git
@@ -30,11 +30,11 @@ repositories:
3030
semantic_inference:
3131
type: git
3232
url: https://github.com/MIT-SPARK/semantic_inference.git
33-
version: ros2
33+
version: main
3434
spark_dsg:
3535
type: git
3636
url: https://github.com/MIT-SPARK/Spark-DSG.git
37-
version: develop
37+
version: main
3838
spatial_hash:
3939
type: git
4040
url: https://github.com/MIT-SPARK/Spatial-Hash.git

0 commit comments

Comments
 (0)