Skip to content

Commit

Permalink
rosdep
Browse files Browse the repository at this point in the history
  • Loading branch information
reinzor committed Dec 23, 2024
1 parent 664d486 commit cac4fb5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rosdep/rdmanifest.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
framos-librealsense2:
ubuntu:
source:
uri: https://github.com/nobleo/ros_debian_packages/raw/main/rosdep/rdmanifest/framos-librealsense2.rdmanifest
9 changes: 9 additions & 0 deletions rosdep/rdmanifest/framos-librealsense2.rdmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
uri: https://www.framos.com/framos3d/D400e/Software/Latest/FRAMOS_D400e_Software_Package_Linux64_x64_latest.tar.gz

install-script: |
#!/bin/bash
sudo dpkg -i FRAMOS_D400e_Software_Package/FRAMOS-librealsense2-2.50.13-Linux64_x64.deb

check-presence-script: |
#!/bin/bash
dpkg -l framos-librealsense2 >/dev/null 2>/dev/null || exit 1

0 comments on commit cac4fb5

Please sign in to comment.