Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

Aruco Marker Detection #38

Closed
haashimrehan opened this issue May 16, 2023 · 3 comments
Closed

Aruco Marker Detection #38

haashimrehan opened this issue May 16, 2023 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@haashimrehan
Copy link
Member

haashimrehan commented May 16, 2023

Aruco marker detection setup and usage notes:

@haashimrehan
Copy link
Member Author

Since aruco detection uses opencv, we face similar build issues on the TX2 from when we tried building realsense packages from source. Since this is only a problem for the TX2 I made an install script which can be called by navigating to the aruco_mark package, roscd aruco_mark/setup and running sudo ./setupTX2.sh.

If the script is accidentally run on a computer other than the TX2 or you would like to undo the changes run: sudo ./undoSetup.sh

@haashimrehan
Copy link
Member Author

haashimrehan commented May 16, 2023

Initial testing results:

  • able to detect a 12cm Aruco marker (id:35) up to 5 meters away in an indoor environment using the D435 on the TX2.
  • rqt_reconfigure can be used to adjust camera parameters as needed, (exposure, contrast, etc).
  • aruco_detect also exposes some threshold parameters, however its hard to tune them without a debug image published.

@emcauliffe emcauliffe added the enhancement New feature or request label Jun 18, 2023
@emcauliffe emcauliffe added this to the Navigation/SLAM milestone Jun 18, 2023
@emcauliffe
Copy link
Member

merged in with #36

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants