Skip to content

Commit

Permalink
Merge pull request #303 from Tnze/master
Browse files Browse the repository at this point in the history
fix incorrect C example #246
  • Loading branch information
christian-rauch authored Nov 14, 2023
2 parents 52718f0 + e5bee1b commit 35f4e83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ Alternately you can use the AprilTag python bindings created by [duckietown](htt
// Do stuff with detections here.
}
// Cleanup.
apriltag_detections_destroy(detections);
tagStandard41h12_destroy(tf);
apriltag_detector_destroy(td);

Expand Down

0 comments on commit 35f4e83

Please sign in to comment.