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
+25-44Lines changed: 25 additions & 44 deletions
Original file line number
Diff line number
Diff line change
@@ -69,8 +69,7 @@ packages_select_by_deps:
69
69
- moveit-servo
70
70
- moveit-visual-tools
71
71
- 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/
74
73
- moveit-ros-control-interface
75
74
76
75
- ros2_control
@@ -91,11 +90,9 @@ packages_select_by_deps:
91
90
- ackermann-msgs
92
91
- sbg_driver
93
92
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
96
94
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
99
96
100
97
- flex_sync
101
98
- gripper_controllers
@@ -145,8 +142,7 @@ packages_select_by_deps:
145
142
- behaviortree_cpp
146
143
147
144
- 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
150
146
151
147
- proxsuite
152
148
@@ -167,19 +163,19 @@ packages_select_by_deps:
167
163
- nmea-navsat-driver
168
164
- diagnostic-remote-logging
169
165
- robot-localization
170
-
# - web-video-server
166
+
171
167
- persist-parameter-server
172
168
169
+
- twist_stamper # Requested in https://github.com/RoboStack/ros-rolling/issues/12
170
+
173
171
- urdf_tutorial
174
172
175
173
# These packages are only built on Linux as they depend on Linux-specific API
176
174
- if: linux
177
175
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
183
179
184
180
- libcamera
185
181
@@ -191,14 +187,10 @@ packages_select_by_deps:
191
187
then:
192
188
- py_binding_tools
193
189
- 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
202
194
203
195
# These packages are currently not build on Windows, but they be with some work
204
196
- if: not win
@@ -214,8 +206,7 @@ packages_select_by_deps:
214
206
- pinocchio
215
207
- serial_driver
216
208
- 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
219
210
- apriltag_draw
220
211
- apriltag_tools
221
212
- apriltag_detector_umich
@@ -226,29 +217,19 @@ packages_select_by_deps:
226
217
- rqt_tf_tree
227
218
- rviz_satellite
228
219
- 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)
246
229
- autoware_osqp_interface
247
230
- autoware_qp_interface
248
231
- 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
0 commit comments