Skip to content

Commit

Permalink
gst-plugin-apriltag: move to own repo
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Dec 28, 2024
1 parent 1b704ba commit b59df73
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 1,137 deletions.
11 changes: 1 addition & 10 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ test_crates:

- export RUSTFLAGS="-D warnings"

- DEBIAN_FRONTEND=noninteractive apt-get install -y libgstreamer-plugins-base1.0-dev ffmpeg
- DEBIAN_FRONTEND=noninteractive apt-get install -y ffmpeg
- rustup target add thumbv7em-none-eabihf

# Test ffmpeg-writer
Expand Down Expand Up @@ -49,11 +49,6 @@ test_crates:
- cargo test --release
- cd ../..

# Test gstreamer apriltag detector
- cd gst-plugin-apriltag
- cargo test --release
- cd ..

# Test braid-april-cal, which requires opencv
- cd braid-april-cal
# run test in release mode, otherwise slow
Expand Down Expand Up @@ -105,10 +100,6 @@ test_crates:
- cargo build --release --features backend_pyloncxx
- cd ..

- cd gst-plugin-apriltag
- cargo check --all-targets
- cd ..

- cd led-box-comms
- cargo test
- cd ..
Expand Down
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ members = [
"freemovr-calibration/freemovr-calibration-webapp",
"freemovr-calibration/ncollide-geom",
"groupby",
"gst-plugin-apriltag",
"http-video-streaming",
"http-video-streaming/http-video-streaming-types",
"imops",
Expand Down
1 change: 0 additions & 1 deletion gst-plugin-apriltag/.gitignore

This file was deleted.

33 changes: 0 additions & 33 deletions gst-plugin-apriltag/Cargo.toml

This file was deleted.

24 changes: 0 additions & 24 deletions gst-plugin-apriltag/LICENSE.txt

This file was deleted.

58 changes: 0 additions & 58 deletions gst-plugin-apriltag/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions gst-plugin-apriltag/build.rs

This file was deleted.

Loading

0 comments on commit b59df73

Please sign in to comment.