File tree Expand file tree Collapse file tree 4 files changed +115
-1
lines changed Expand file tree Collapse file tree 4 files changed +115
-1
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ packages_select_by_deps:
31
31
- ros_workspace
32
32
- ros_environment
33
33
- ros_base
34
- - desktop
34
+ # - desktop
35
35
36
36
37
37
patch_dir : patch
Original file line number Diff line number Diff line change
1
+ ros_distro : jazzy
2
+
3
+ # mapping for package keys
4
+ conda_index :
5
+ - robostack.yaml
6
+ - packages-ignore.yaml
7
+
8
+ build_number : 0
9
+
10
+ mutex_package : ros2-distro-mutex 0.5 jazzy
11
+
12
+ skip_all_deps : false
13
+
14
+ # If full rebuild, the build number of the existing package has
15
+ # to match the selected build number for skipping
16
+ full_rebuild : true
17
+
18
+ packages_skip_by_deps :
19
+ - cartographer
20
+ - octomap
21
+
22
+ packages_remove_from_deps :
23
+ - cartographer
24
+ - octomap
25
+ - warehouse_ros_mongo
26
+
27
+ skip_existing :
28
+ - https://conda.anaconda.org/robostack-jazzy/
29
+
30
+ packages_select_by_deps :
31
+ - ros_workspace
32
+ - ros_environment
33
+ - ros_base
34
+ # - desktop
35
+
36
+
37
+ patch_dir : patch
38
+
Original file line number Diff line number Diff line change
1
+ ros_distro : jazzy
2
+
3
+ # mapping for package keys
4
+ conda_index :
5
+ - robostack.yaml
6
+ - packages-ignore.yaml
7
+
8
+ build_number : 0
9
+
10
+ mutex_package : ros2-distro-mutex 0.5 jazzy
11
+
12
+ skip_all_deps : false
13
+
14
+ # If full rebuild, the build number of the existing package has
15
+ # to match the selected build number for skipping
16
+ full_rebuild : true
17
+
18
+ packages_skip_by_deps :
19
+ - cartographer
20
+ - octomap
21
+
22
+ packages_remove_from_deps :
23
+ - cartographer
24
+ - octomap
25
+ - warehouse_ros_mongo
26
+
27
+ skip_existing :
28
+ - https://conda.anaconda.org/robostack-jazzy/
29
+
30
+ packages_select_by_deps :
31
+ - ros_workspace
32
+ - ros_environment
33
+ - ros_base
34
+ # - desktop
35
+
36
+
37
+ patch_dir : patch
38
+
Original file line number Diff line number Diff line change
1
+ ros_distro : jazzy
2
+
3
+ # mapping for package keys
4
+ conda_index :
5
+ - robostack.yaml
6
+ - packages-ignore.yaml
7
+
8
+ build_number : 0
9
+
10
+ mutex_package : ros2-distro-mutex 0.5 jazzy
11
+
12
+ skip_all_deps : false
13
+
14
+ # If full rebuild, the build number of the existing package has
15
+ # to match the selected build number for skipping
16
+ full_rebuild : true
17
+
18
+ packages_skip_by_deps :
19
+ - cartographer
20
+ - octomap
21
+
22
+ packages_remove_from_deps :
23
+ - cartographer
24
+ - octomap
25
+ - warehouse_ros_mongo
26
+
27
+ skip_existing :
28
+ - https://conda.anaconda.org/robostack-jazzy/
29
+
30
+ packages_select_by_deps :
31
+ - ros_workspace
32
+ - ros_environment
33
+ - ros_base
34
+ # - desktop
35
+
36
+
37
+ patch_dir : patch
38
+
You can’t perform that action at this time.
0 commit comments