Skip to content

Commit 9af8401

Browse files
Merge pull request #4 from nobleo/sort
Inline comments to allow for sorting
2 parents 517dd5e + 87da7b7 commit 9af8401

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
@@ -73,8 +73,7 @@ packages_select_by_deps:
7373
- moveit-servo
7474
- moveit-visual-tools
7575
- 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/
7877
- moveit-ros-control-interface
7978

8079
- ros2_control
@@ -95,11 +94,9 @@ packages_select_by_deps:
9594
- ackermann-msgs
9695
- sbg_driver
9796

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
10098

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
103100

104101
- flex_sync
105102
- gripper_controllers
@@ -153,8 +150,7 @@ packages_select_by_deps:
153150
- behaviortree_cpp
154151

155152
- 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
158154

159155
- proxsuite
160156

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

193187
- libcamera
194188

@@ -200,14 +194,10 @@ packages_select_by_deps:
200194
then:
201195
- py_binding_tools
202196
- 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
211201

212202
# These packages are currently not build on Windows, but they be with some work
213203
- if: not win
@@ -223,8 +213,7 @@ packages_select_by_deps:
223213
- pinocchio
224214
- serial_driver
225215
- 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
228217
- apriltag_draw
229218
- apriltag_tools
230219
- apriltag_detector_umich
@@ -235,29 +224,19 @@ packages_select_by_deps:
235224
- rqt_tf_tree
236225
- rviz_satellite
237226
- 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)
255236
- autoware_osqp_interface
256237
- autoware_qp_interface
257238
- 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
261240
- rslidar_sdk
262241
# mocap4r2 packages
263242
- mocap4r2_control

0 commit comments

Comments
 (0)