You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vinca.yaml
+22-43Lines changed: 22 additions & 43 deletions
Original file line number
Diff line number
Diff line change
@@ -73,8 +73,7 @@ packages_select_by_deps:
73
73
- moveit-servo
74
74
- moveit-visual-tools
75
75
- moveit-ros-trajectory-cache
76
-
# Requested in https://www.linkedin.com/feed/update/urn:li:activity:7346559234177703938/
77
-
- moveit-chomp-optimizer-adapter
76
+
- moveit-chomp-optimizer-adapter # Requested in https://www.linkedin.com/feed/update/urn:li:activity:7346559234177703938/
78
77
- moveit-ros-control-interface
79
78
80
79
- ros2_control
@@ -95,11 +94,9 @@ packages_select_by_deps:
95
94
- ackermann-msgs
96
95
- sbg_driver
97
96
98
-
# requested in https://github.com/RoboStack/ros-humble/issues/249
99
-
- twist_mux
97
+
- twist_mux # requested in https://github.com/RoboStack/ros-humble/issues/249
100
98
101
-
# requested in https://github.com/RoboStack/ros-humble/issues/252
102
-
- rmw_zenoh_cpp
99
+
- rmw_zenoh_cpp # requested in https://github.com/RoboStack/ros-humble/issues/252
103
100
104
101
- flex_sync
105
102
- gripper_controllers
@@ -153,8 +150,7 @@ packages_select_by_deps:
153
150
- behaviortree_cpp
154
151
155
152
- gtsam
156
-
# Requested in https://github.com/RoboStack/ros-humble/issues/325
157
-
- data_tamer_cpp
153
+
- data_tamer_cpp # Requested in https://github.com/RoboStack/ros-humble/issues/325
158
154
159
155
- proxsuite
160
156
@@ -184,11 +180,9 @@ packages_select_by_deps:
184
180
# These packages are only built on Linux as they depend on Linux-specific API
185
181
- if: linux
186
182
then:
187
-
# Depends on socketcan
188
-
- nobleo_socketcan_bridge
189
-
- ros2_socketcan
190
-
# Depends on v4l
191
-
- usb_cam
183
+
- nobleo_socketcan_bridge # Depends on socketcan
184
+
- ros2_socketcan # Depends on socketcan
185
+
- usb_cam # Depends on v4l
192
186
193
187
- libcamera
194
188
@@ -200,14 +194,10 @@ packages_select_by_deps:
200
194
then:
201
195
- py_binding_tools
202
196
- livox_ros_driver2
203
-
# Depends on libcamera that is only available on linux
204
-
- camera_ros
205
-
# Depends on v4l that is only available on linux
206
-
- v4l2_camera
207
-
# Serial communication only implemented for linux
208
-
- swri_serial_util
209
-
# Depends on camera_ros
210
-
- apriltag_ros
197
+
- camera_ros # Depends on libcamera that is only available on linux
198
+
- v4l2_camera # Depends on v4l that is only available on linux
199
+
- swri_serial_util # Serial communication only implemented for linux
200
+
- apriltag_ros # Depends on camera_ros
211
201
212
202
# These packages are currently not build on Windows, but they be with some work
213
203
- if: not win
@@ -223,8 +213,7 @@ packages_select_by_deps:
223
213
- pinocchio
224
214
- serial_driver
225
215
- swri_console # Until sync of: https://github.com/ros/rosdistro/pull/49750
226
-
# TODO on windows: fix iconv link issue
227
-
- ffmpeg_image_transport
216
+
- ffmpeg_image_transport # TODO on windows: fix iconv link issue
228
217
- apriltag_draw
229
218
- apriltag_tools
230
219
- apriltag_detector_umich
@@ -235,29 +224,19 @@ packages_select_by_deps:
235
224
- rqt_tf_tree
236
225
- rviz_satellite
237
226
- odom_to_tf_ros2
238
-
# TODO on windows: cannot open pcl_io.lib
239
-
- ouster_ros
240
-
# Windows error: error C3861: '__builtin_unreachable': identifier not found
241
-
- moveit-hybrid-planning
242
-
# Windows error: error C2765: 'function' : an explicit specialization of a function template cannot have any default arguments
243
-
- autoware_motion_utils
244
-
# depends on autoware_motion_utils
245
-
- autoware_trajectory
246
-
- autoware_pose_initializer
247
-
- autoware_core_control
248
-
# Windows error: error C2338: static_assert failed: 'First argument to logging macros must be an rclcpp::Logger'
249
-
- autoware_ekf_localizer
250
-
# depends on autoware_ekf_localizer
251
-
- autoware_core_localization
252
-
# Windows error: error C3546: '...': there are no parameter packs available to expand
253
-
# Windows error: error C2678: binary '|': no operator found which takes a left-hand operand of type 'ranges::transform_view<ranges::ref_view<const T>,Arg>'
254
-
- autoware_lanlet2_utils
227
+
- ouster_ros # TODO on windows: cannot open pcl_io.lib
228
+
- moveit-hybrid-planning # Windows error: error C3861: '__builtin_unreachable': identifier not found
229
+
- autoware_motion_utils # Windows error: error C2765: 'function': an explicit specialization of a function template cannot have any default arguments
230
+
- autoware_trajectory # depends on autoware_motion_utils
231
+
- autoware_pose_initializer # depends on autoware_motion_utils
232
+
- autoware_core_control # depends on autoware_motion_utils
233
+
- autoware_ekf_localizer # Windows error: error C2338: static_assert failed: 'First argument to logging macros must be an rclcpp::Logger'
234
+
- autoware_core_localization # depends on autoware_ekf_localizer
235
+
- autoware_lanlet2_utils # Windows errors: C3546 (no parameter packs to expand), C2678 (no operator '|' for transform_view)
255
236
- autoware_osqp_interface
256
237
- autoware_qp_interface
257
238
- autoware_core
258
-
# most of the dep of grid_map work on Windows, but there are some rviz linking problems in octomap_rviz_plugins,
259
-
# see https://github.com/RoboStack/ros-jazzy/pull/79#issuecomment-2993499990
260
-
- grid_map
239
+
- grid_map # rviz linking problems on Windows, see https://github.com/RoboStack/ros-jazzy/pull/79#issuecomment-2993499990
0 commit comments