Skip to content

Commit 59304c3

Browse files
committed
Inline comments to allow for sorting
1 parent 425e8bf commit 59304c3

1 file changed

Lines changed: 21 additions & 42 deletions

File tree

vinca.yaml

Lines changed: 21 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ packages_select_by_deps:
6464
- moveit-servo
6565
- moveit-visual-tools
6666
- moveit-ros-trajectory-cache
67-
# Requested in https://www.linkedin.com/feed/update/urn:li:activity:7346559234177703938/
68-
- moveit-chomp-optimizer-adapter
67+
- moveit-chomp-optimizer-adapter # Requested in https://www.linkedin.com/feed/update/urn:li:activity:7346559234177703938/
6968
- moveit-ros-control-interface
7069

7170
- ros2_control
@@ -87,11 +86,9 @@ packages_select_by_deps:
8786
- ackermann-msgs
8887
- sbg_driver
8988

90-
# requested in https://github.com/RoboStack/ros-humble/issues/249
91-
- twist_mux
89+
- twist_mux # requested in https://github.com/RoboStack/ros-humble/issues/249
9290

93-
# requested in https://github.com/RoboStack/ros-humble/issues/252
94-
- rmw_zenoh_cpp
91+
- rmw_zenoh_cpp # requested in https://github.com/RoboStack/ros-humble/issues/252
9592

9693
- flex_sync
9794
- gripper_controllers
@@ -141,8 +138,7 @@ packages_select_by_deps:
141138
- behaviortree_cpp
142139

143140
- gtsam
144-
# Requested in https://github.com/RoboStack/ros-humble/issues/325
145-
- data_tamer_cpp
141+
- data_tamer_cpp # Requested in https://github.com/RoboStack/ros-humble/issues/325
146142

147143
- proxsuite
148144

@@ -163,11 +159,9 @@ packages_select_by_deps:
163159
# These packages are only built on Linux as they depend on Linux-specific API
164160
- if: linux
165161
then:
166-
# Depends on socketcan
167-
- nobleo_socketcan_bridge
168-
- ros2_socketcan
169-
# Depends on v4l
170-
- usb_cam
162+
- nobleo_socketcan_bridge # Depends on socketcan
163+
- ros2_socketcan # Depends on socketcan
164+
- usb_cam # Depends on v4l
171165

172166
- libcamera
173167

@@ -179,12 +173,9 @@ packages_select_by_deps:
179173
then:
180174
- py_binding_tools
181175
- livox_ros_driver2
182-
# Depends on libcamera that is only available on linux
183-
- camera_ros
184-
# Depends on v4l that is only available on linux
185-
- v4l2_camera
186-
# Serial communication only implemented for linux
187-
- swri_serial_util
176+
- camera_ros # Depends on libcamera that is only available on linux
177+
- v4l2_camera # Depends on v4l that is only available on linux
178+
- swri_serial_util # Serial communication only implemented for linux
188179

189180
# These packages are currently not build on Windows, but they be with some work
190181
- if: not win
@@ -200,8 +191,7 @@ packages_select_by_deps:
200191
- pinocchio
201192
- serial_driver
202193
- swri_console # Until sync of: https://github.com/ros/rosdistro/pull/49750
203-
# TODO on windows: fix iconv link issue
204-
- ffmpeg_image_transport
194+
- ffmpeg_image_transport # TODO on windows: fix iconv link issue
205195
- apriltag_draw
206196
- apriltag_tools
207197
- apriltag_detector_umich
@@ -212,31 +202,20 @@ packages_select_by_deps:
212202
- rqt_tf_tree
213203
- rviz_satellite
214204
- odom_to_tf_ros2
215-
# TODO on windows: cannot open pcl_io.lib
216-
- ouster_ros
217-
# Windows error: error C3861: '__builtin_unreachable': identifier not found
218-
- moveit-hybrid-planning
219-
# Windows error: error C2765: 'function' : an explicit specialization of a function template cannot have any default arguments
220-
- autoware_motion_utils
221-
# depends on autoware_motion_utils
222-
- autoware_trajectory
223-
- autoware_pose_initializer
224-
- autoware_core_control
225-
# Windows error: error C2338: static_assert failed: 'First argument to logging macros must be an rclcpp::Logger'
226-
- autoware_ekf_localizer
227-
# depends on autoware_ekf_localizer
228-
- autoware_core_localization
229-
# Windows error: error C3546: '...': there are no parameter packs available to expand
230-
# 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>'
231-
- autoware_lanlet2_utils
205+
- ouster_ros # TODO on windows: cannot open pcl_io.lib
206+
- moveit-hybrid-planning # Windows error: error C3861: '__builtin_unreachable': identifier not found
207+
- autoware_motion_utils # Windows error: error C2765: 'function': an explicit specialization of a function template cannot have any default arguments
208+
- autoware_trajectory # depends on autoware_motion_utils
209+
- autoware_pose_initializer # depends on autoware_motion_utils
210+
- autoware_core_control # depends on autoware_motion_utils
211+
- autoware_ekf_localizer # Windows error: error C2338: static_assert failed: 'First argument to logging macros must be an rclcpp::Logger'
212+
- autoware_core_localization # depends on autoware_ekf_localizer
213+
- autoware_lanlet2_utils # Windows errors: C3546 (no parameter packs to expand), C2678 (no operator '|' for transform_view)
232214
- autoware_osqp_interface
233215
- autoware_qp_interface
234216
- autoware_core
235-
# most of the dep of grid_map work on Windows, but there are some rviz linking problems in octomap_rviz_plugins,
236-
# see https://github.com/RoboStack/ros-jazzy/pull/79#issuecomment-2993499990
237-
- grid_map
217+
- grid_map # rviz linking problems on Windows, see https://github.com/RoboStack/ros-jazzy/pull/79#issuecomment-2993499990
238218
- rslidar_sdk
239-
# mocap4r2 packages
240219
- mocap4r2_control
241220
- mocap4r2_control_msgs
242221
- rqt_mocap4r2_control

0 commit comments

Comments
 (0)