Skip to content

Commit f37074b

Browse files
committed
Postpend comments to enable sorting
1 parent 83a782e commit f37074b

1 file changed

Lines changed: 25 additions & 44 deletions

File tree

vinca.yaml

Lines changed: 25 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ packages_select_by_deps:
6969
- moveit-servo
7070
- moveit-visual-tools
7171
- moveit-ros-trajectory-cache
72-
# Requested in https://www.linkedin.com/feed/update/urn:li:activity:7346559234177703938/
73-
- moveit-chomp-optimizer-adapter
72+
- moveit-chomp-optimizer-adapter # Requested in https://www.linkedin.com/feed/update/urn:li:activity:7346559234177703938/
7473
- moveit-ros-control-interface
7574

7675
- ros2_control
@@ -91,11 +90,9 @@ packages_select_by_deps:
9190
- ackermann-msgs
9291
- sbg_driver
9392

94-
# requested in https://github.com/RoboStack/ros-humble/issues/249
95-
- twist_mux
93+
- twist_mux # requested in https://github.com/RoboStack/ros-humble/issues/249
9694

97-
# requested in https://github.com/RoboStack/ros-humble/issues/252
98-
- rmw_zenoh_cpp
95+
- rmw_zenoh_cpp # requested in https://github.com/RoboStack/ros-humble/issues/252
9996

10097
- flex_sync
10198
- gripper_controllers
@@ -145,8 +142,7 @@ packages_select_by_deps:
145142
- behaviortree_cpp
146143

147144
- gtsam
148-
# Requested in https://github.com/RoboStack/ros-humble/issues/325
149-
- data_tamer_cpp
145+
- data_tamer_cpp # Requested in https://github.com/RoboStack/ros-humble/issues/325
150146

151147
- proxsuite
152148

@@ -167,19 +163,19 @@ packages_select_by_deps:
167163
- nmea-navsat-driver
168164
- diagnostic-remote-logging
169165
- robot-localization
170-
# - web-video-server
166+
171167
- persist-parameter-server
172168

169+
- twist_stamper # Requested in https://github.com/RoboStack/ros-rolling/issues/12
170+
173171
- urdf_tutorial
174172

175173
# These packages are only built on Linux as they depend on Linux-specific API
176174
- if: linux
177175
then:
178-
# Depends on socketcan
179-
- nobleo_socketcan_bridge
180-
- ros2_socketcan
181-
# Depends on v4l
182-
- usb_cam
176+
- nobleo_socketcan_bridge # Depends on socketcan
177+
- ros2_socketcan # Depends on socketcan
178+
- usb_cam # Depends on v4l
183179

184180
- libcamera
185181

@@ -191,14 +187,10 @@ packages_select_by_deps:
191187
then:
192188
- py_binding_tools
193189
- livox_ros_driver2
194-
# Depends on libcamera that is only available on linux
195-
- camera_ros
196-
# Depends on v4l that is only available on linux
197-
- v4l2_camera
198-
# Serial communication only implemented for linux
199-
- swri_serial_util
200-
# Depends on camera_ros
201-
- apriltag_ros
190+
- camera_ros # Depends on libcamera that is only available on linux
191+
- v4l2_camera # Depends on v4l that is only available on linux
192+
- swri_serial_util # Serial communication only implemented for linux
193+
- apriltag_ros # Depends on camera_ros
202194

203195
# These packages are currently not build on Windows, but they be with some work
204196
- if: not win
@@ -214,8 +206,7 @@ packages_select_by_deps:
214206
- pinocchio
215207
- serial_driver
216208
- swri_console # Until sync of: https://github.com/ros/rosdistro/pull/49750
217-
# TODO on windows: fix iconv link issue
218-
- ffmpeg_image_transport
209+
- ffmpeg_image_transport # TODO on windows: fix iconv link issue
219210
- apriltag_draw
220211
- apriltag_tools
221212
- apriltag_detector_umich
@@ -226,29 +217,19 @@ packages_select_by_deps:
226217
- rqt_tf_tree
227218
- rviz_satellite
228219
- odom_to_tf_ros2
229-
# TODO on windows: cannot open pcl_io.lib
230-
- ouster_ros
231-
# Windows error: error C3861: '__builtin_unreachable': identifier not found
232-
- moveit-hybrid-planning
233-
# Windows error: error C2765: 'function' : an explicit specialization of a function template cannot have any default arguments
234-
- autoware_motion_utils
235-
# depends on autoware_motion_utils
236-
- autoware_trajectory
237-
- autoware_pose_initializer
238-
- autoware_core_control
239-
# Windows error: error C2338: static_assert failed: 'First argument to logging macros must be an rclcpp::Logger'
240-
- autoware_ekf_localizer
241-
# depends on autoware_ekf_localizer
242-
- autoware_core_localization
243-
# Windows error: error C3546: '...': there are no parameter packs available to expand
244-
# 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>'
245-
- autoware_lanlet2_utils
220+
- ouster_ros # TODO on windows: cannot open pcl_io.lib
221+
- moveit-hybrid-planning # Windows error: error C3861: '__builtin_unreachable': identifier not found
222+
- autoware_motion_utils # Windows error: error C2765: 'function': an explicit specialization of a function template cannot have any default arguments
223+
- autoware_trajectory # depends on autoware_motion_utils
224+
- autoware_pose_initializer # depends on autoware_motion_utils
225+
- autoware_core_control # depends on autoware_motion_utils
226+
- autoware_ekf_localizer # Windows error: error C2338: static_assert failed: 'First argument to logging macros must be an rclcpp::Logger'
227+
- autoware_core_localization # depends on autoware_ekf_localizer
228+
- autoware_lanlet2_utils # Windows errors: C3546 (no parameter packs to expand), C2678 (no operator '|' for transform_view)
246229
- autoware_osqp_interface
247230
- autoware_qp_interface
248231
- autoware_core
249-
# most of the dep of grid_map work on Windows, but there are some rviz linking problems in octomap_rviz_plugins,
250-
# see https://github.com/RoboStack/ros-jazzy/pull/79#issuecomment-2993499990
251-
- grid_map
232+
- grid_map # rviz linking problems on Windows, see https://github.com/RoboStack/ros-jazzy/pull/79#issuecomment-2993499990
252233
- rslidar_sdk
253234
# mocap4r2 packages
254235
- mocap4r2_control

0 commit comments

Comments
 (0)