-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathvinca_win.yaml
103 lines (78 loc) · 1.78 KB
/
vinca_win.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
ros_distro: jazzy
# mapping for package keys
conda_index:
- robostack.yaml
- packages-ignore.yaml
# Reminder for next full rebuild, the next build number should be 4
build_number: 1
mutex_package: ros2-distro-mutex 0.6.* jazzy_*
skip_all_deps: false
# If full rebuild, the build number of the existing package has
# to match the selected build number for skipping
full_rebuild: true
packages_skip_by_deps:
- cartographer
- urdfdom
- urdfdom_py
- urdfdom_headers
- rttest
- tlsf
- tlsf_cpp
- pendulum_control
packages_remove_from_deps:
- cartographer
- rttest
- tlsf
- tlsf_cpp
- pendulum_control
skip_existing:
# - output
- https://conda.anaconda.org/robostack-jazzy/
packages_select_by_deps:
- ament_cmake_core
- ament_cmake_catch2
- desktop
- ros_base
- ros_environment
- ros_workspace
- dev_tools
- diagnostics
- teleop
- robot
- perception
- navigation2
- simulation
- desktop_full
- moveit
- moveit-planners-chomp
- moveit-servo
- moveit-visual-tools
- ros2_control
- ros2_controllers
- gz_ros2_control
- gz_ros2_control_demos
- rviz_visual_tools
# ur driver does not support Windows
- ur
- ur_simulation_gz
- ros_gz
- slam_toolbox
- turtlebot3
# Skip for now
# - plotjuggler-ros
- apriltag_ros
- ackermann-msgs
# velodyne packages are not supported on Windows
# - velodyne
- sbg_driver
# Commented out as in the next rebuild on Windows we will switch to use the conda-forge version
#- gtsam
# requested in https://github.com/RoboStack/ros-humble/issues/249
- twist_mux
# requested in https://github.com/RoboStack/ros-humble/issues/252
- rmw_zenoh_cpp
- flex_sync
- ament_cmake_mypy
- rosbridge_suite
patch_dir: patch
rosdistro_snapshot: rosdistro_snapshot.yaml