Skip to content

Commit 87da7b7

Browse files
committed
Inline comments to allow for sorting
1 parent f436340 commit 87da7b7

1 file changed

Lines changed: 22 additions & 43 deletions

File tree

vinca.yaml

Lines changed: 22 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ packages_select_by_deps:
7272
- moveit-servo
7373
- moveit-visual-tools
7474
- 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/
7776
- moveit-ros-control-interface
7877

7978
- ros2_control
@@ -94,11 +93,9 @@ packages_select_by_deps:
9493
- ackermann-msgs
9594
- sbg_driver
9695

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
9997

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
10299

103100
- flex_sync
104101
- gripper_controllers
@@ -152,8 +149,7 @@ packages_select_by_deps:
152149
- behaviortree_cpp
153150

154151
- 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
157153

158154
- proxsuite
159155

@@ -183,11 +179,9 @@ packages_select_by_deps:
183179
# These packages are only built on Linux as they depend on Linux-specific API
184180
- if: linux
185181
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
191185

192186
- libcamera
193187

@@ -199,14 +193,10 @@ packages_select_by_deps:
199193
then:
200194
- py_binding_tools
201195
- 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
210200

211201
# These packages are currently not build on Windows, but they be with some work
212202
- if: not win
@@ -222,8 +212,7 @@ packages_select_by_deps:
222212
- pinocchio
223213
- serial_driver
224214
- 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
227216
- apriltag_draw
228217
- apriltag_tools
229218
- apriltag_detector_umich
@@ -234,29 +223,19 @@ packages_select_by_deps:
234223
- rqt_tf_tree
235224
- rviz_satellite
236225
- 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)
254235
- autoware_osqp_interface
255236
- autoware_qp_interface
256237
- 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
260239
- rslidar_sdk
261240
# mocap4r2 packages
262241
- mocap4r2_control

0 commit comments

Comments
 (0)