jerry73204 / apriltag-rust

High-level AprilTag library in Rust
BSD 2-Clause "Simplified" License
16 stars 9 forks source link

Release plans? :) #1

Closed azazdeaz closed 4 years ago

azazdeaz commented 4 years ago

Hi, this is some outstanding work! I'd love to be able to use it! Do you have any plans to release this crate in the future? I tried to fix that todo!() in the detect function but this stuff is way beyond me. Otherwise, if you could use any help from a beginner rustacean please let me know :)

jerry73204 commented 4 years ago

@azazdeaz Thanks for your star! I'm busy in my errands so I cannot give an explicit release schedule. Nevertheless, now the code runs and I wrote an example here. You can test it with the image in test_data directory. The rests are writing tests and doc comments so that I can be confident to put it on crates.io. It may happen several weeks later.

EDIT: Please run cargo doc --features image,ndarray to compile to doc.

azazdeaz commented 4 years ago

Wooow, thank you so much!!! It works like a charm! :heart::heart::heart:

jerry73204 commented 4 years ago

I made it available on crates.io. Check it out!.