Skip to content

Commit

Permalink
Add back the 36h10 family
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufguleray authored Sep 29, 2021
1 parent 9fd619b commit 538c1b9
Show file tree
Hide file tree
Showing 3 changed files with 2,439 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apriltag_pywrap.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <signal.h>

#include "apriltag.h"
#include "tag36h10.h"
#include "tag36h11.h"
#include "tag25h9.h"
#include "tag16h5.h"
Expand All @@ -18,6 +19,7 @@


#define SUPPORTED_TAG_FAMILIES(_) \
_(tag36h10) \
_(tag36h11) \
_(tag25h9) \
_(tag16h5) \
Expand Down
Loading

0 comments on commit 538c1b9

Please sign in to comment.