Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions pkg_additional_info.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
libcamera:
generate_dummy_package_with_run_deps:
dep_name: libcamera
# see https://git.libcamera.org/libcamera/libcamera.git/tree/meson.build?h=v0.5.1#n65
max_pin: 'x.x'
octomap:
generate_dummy_package_with_run_deps:
dep_name: octomap
Expand Down
4 changes: 4 additions & 0 deletions vinca.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,10 @@ packages_select_by_deps:
then:
- py_binding_tools
- livox_ros_driver2
# Depends on libcamera that is only available on linux
- camera_ros
# Depends on v4l that is only available on linux
- v4l2_camera

# These packages are currently not build on Windows, but they be with some work
- if: not win
Expand Down