Skip to content

Commit

Permalink
remove c189
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikN committed May 31, 2024
1 parent 21e6858 commit 182e3d3
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ description: |
- ros-domain-id
- ros-localhost-only
- fastdds-default-profiles-file
- transport
which can be set as follows, e.g.,
Expand All @@ -36,22 +35,22 @@ slots:
shm-slot:
interface: shared-memory
write: ['*'] # paths are relative to /dev/shm
c189-slot:
interface: custom-device
custom-device: c189
files:
write:
- /run/udev/data/c189:*
# c189-slot:
# interface: custom-device
# custom-device: c189
# files:
# write:
# - /run/udev/data/c189:*

plugs:
shm-plug:
interface: shared-memory
shared-memory: shm-slot
private: false

c189-plug:
interface: custom-device
custom-device: c189
# c189-plug:
# interface: custom-device
# custom-device: c189

apps:

Expand All @@ -60,17 +59,17 @@ apps:
command-chain: [usr/bin/ros_setup.sh]
daemon: simple
install-mode: disable
plugs: [network, network-bind, shm-plug, raw-usb, c189-plug]
slots: [shm-slot, c189-slot]
plugs: [network, network-bind, shm-plug, raw-usb]
slots: [shm-slot]
extensions: [ros2-humble-ros-base]

husarion-depthai:
command: usr/bin/launcher.sh
command-chain: [usr/bin/check_daemon_running.sh, usr/bin/ros_setup.sh]
plugs: [network, network-bind, shm-plug, raw-usb, c189-plug]
plugs: [network, network-bind, shm-plug, raw-usb]
# plugs: [network, network-bind, shm-plug, raw-usb, system-observe, hardware-observe, network-control, network-observe, camera, browser-support]
# block-devices,
slots: [shm-slot, c189-slot]
slots: [shm-slot]
extensions: [ros2-humble-ros-base]

start:
Expand Down

0 comments on commit 182e3d3

Please sign in to comment.