Skip to content

Commit

Permalink
Add mirte_bringup to build
Browse files Browse the repository at this point in the history
  • Loading branch information
ArendJan committed Oct 18, 2024
1 parent 87cbaad commit dd22fd5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:

- name: self-checkout
run: |
rm -rf ./mirte_bringup # dont want that one as it includes web-video-server, which is not in default rosdep
mkdir srcO # move all packages to srcO(riginal), as the ros-deb-builder-action wants to create a fresh src folder
mv ./mirte_* ./srcO
ls -l ./
Expand Down
6 changes: 5 additions & 1 deletion sources.repos
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ repositories:
mirte-telemetrix-cpp:
type: git
url: https://github.com/arendjan/mirte-telemetrix-cpp.git
version: no-gpiod
version: no-gpiod
web-video-server:
type: git
url: https://github.com/RobotWebTools/web_video_server.git
version: ros2

0 comments on commit dd22fd5

Please sign in to comment.