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
+21-42Lines changed: 21 additions & 42 deletions
Original file line number
Diff line number
Diff line change
@@ -64,8 +64,7 @@ packages_select_by_deps:
64
64
- moveit-servo
65
65
- moveit-visual-tools
66
66
- 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/
69
68
- moveit-ros-control-interface
70
69
71
70
- ros2_control
@@ -87,11 +86,9 @@ packages_select_by_deps:
87
86
- ackermann-msgs
88
87
- sbg_driver
89
88
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
92
90
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
95
92
96
93
- flex_sync
97
94
- gripper_controllers
@@ -141,8 +138,7 @@ packages_select_by_deps:
141
138
- behaviortree_cpp
142
139
143
140
- 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
146
142
147
143
- proxsuite
148
144
@@ -163,11 +159,9 @@ packages_select_by_deps:
163
159
# These packages are only built on Linux as they depend on Linux-specific API
164
160
- if: linux
165
161
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
171
165
172
166
- libcamera
173
167
@@ -179,12 +173,9 @@ packages_select_by_deps:
179
173
then:
180
174
- py_binding_tools
181
175
- 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
188
179
189
180
# These packages are currently not build on Windows, but they be with some work
190
181
- if: not win
@@ -200,8 +191,7 @@ packages_select_by_deps:
200
191
- pinocchio
201
192
- serial_driver
202
193
- 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
205
195
- apriltag_draw
206
196
- apriltag_tools
207
197
- apriltag_detector_umich
@@ -212,31 +202,20 @@ packages_select_by_deps:
212
202
- rqt_tf_tree
213
203
- rviz_satellite
214
204
- 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)
232
214
- autoware_osqp_interface
233
215
- autoware_qp_interface
234
216
- 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
0 commit comments