Skip to content

Commit

Permalink
feat: rosdep_source
Browse files Browse the repository at this point in the history
  • Loading branch information
reinzor committed Dec 23, 2024
1 parent 664d486 commit f01e18c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
with:
ROS_DISTRO: jazzy
DEB_DISTRO: noble
ROSDEP_SOURCE: "yaml https://github.com/nobleo/ros_debian_packages/raw/main/rosdep/source.yaml"
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} only on main branch
GITHUB_TOKEN: "${{ github.ref == 'refs/heads/main' && secrets.GITHUB_TOKEN || '' }}"
REPOS_FILE: jazzy.repos
Expand Down Expand Up @@ -261,6 +262,7 @@ jobs:
with:
ROS_DISTRO: rolling
DEB_DISTRO: noble
ROSDEP_SOURCE: "yaml https://github.com/nobleo/ros_debian_packages/raw/main/rosdep/source.yaml"
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} only on main branch
GITHUB_TOKEN: "${{ github.ref == 'refs/heads/main' && secrets.GITHUB_TOKEN || '' }}"
REPOS_FILE: rolling.repos
Expand Down
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
4 changes: 4 additions & 0 deletions rosdep/source.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

0 comments on commit f01e18c

Please sign in to comment.