Skip to content

Commit eb1b50a

Browse files
Merge pull request #260 from wep21/point-cloud-transport-plugins
feat: add point cloud transport plugins for linux
2 parents b5af486 + 03b845c commit eb1b50a

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

robostack.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,8 @@ libcurl-dev:
264264
robostack: [libcurl]
265265
libdc1394-dev:
266266
robostack: [libdc1394]
267+
libdraco-dev:
268+
robostack: [draco]
267269
libdw-dev:
268270
robostack:
269271
linux: [elfutils]

vinca_linux_64.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,8 @@ packages_select_by_deps:
192192
- ffmpeg_image_transport
193193

194194
- foxglove_compressed_image_transport
195+
196+
- point_cloud_transport_plugins
195197

196198
# ----- end of package support -----
197199

vinca_linux_aarch64.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ packages_select_by_deps:
122122

123123
- foxglove_compressed_image_transport
124124

125+
- point_cloud_transport_plugins
126+
125127
# Used to work, now needs fixes
126128
# - rtabmap
127129
# - webots-ros2

0 commit comments

Comments
 (0)