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