refactor: split aruco detector to ros and lib - #13
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #13 +/- ##
=====================================
Coverage 0.00% 0.00%
=====================================
Files 4 4
Lines 282 291 +9
Branches 28 29 +1
=====================================
- Misses 282 291 +9
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
jorgenfj
left a comment
There was a problem hiding this comment.
dictionary_map declared in aruco_detector_ros.hpp should be moved to /lib.
Also logging functionality should be moved to lib/ and be made ros independent.
I also have a few pointers for a more fine-grained refactor. Let me know if that is wanted
Aha! You have completed all your tasks and have been awared with more work! Good job |
…ams (must check if this works)
|
I think it makes sense to make some of the cluttered return types into structs instead of tuples. |
6f89401 to
62d5054
Compare
… for pose conversion
62d5054 to
bc3019a
Compare
524c311 to
d46f2e0
Compare
…lacklisted IDs and id detection threshold to params
027614e to
f300672
Compare
ae5ad1d to
97a54e2
Compare
|
Does it make sense to split standard aruco marker detection and the board detection into two separate classes? |
No description provided.