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

Feature/aruco #127

Merged
merged 115 commits into from
Jun 18, 2023
Merged

Feature/aruco #127

merged 115 commits into from
Jun 18, 2023

Conversation

EirikKolas
Copy link
Contributor

@EirikKolas EirikKolas commented Jun 16, 2023

ArUco Detection done

  • Detect markers and print ids
  • Estimate pose of ArUco Board
  • Tunable image filtering for better detection with rqt_reconfigure
  • OpenCV 4.2.0 added to dockerfile
  • Modified vkf to work with ArUco detection

@EirikKolas EirikKolas linked an issue Jun 16, 2023 that may be closed by this pull request
Copy link
Member

@theBadMusician theBadMusician left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As this has been tested and worked during TAC Challenge, we know that it is functionally viable. There are however a some artifacts left over from the rapid prototyping and testing phase that should be fixed.

vision_kf/scripts/vkf_node.py Outdated Show resolved Hide resolved
aruco_detection/include/aruco_detection_node.hpp Outdated Show resolved Hide resolved
aruco_detection/include/aruco_detection_node.hpp Outdated Show resolved Hide resolved
aruco_detection/include/aruco_detection_node.hpp Outdated Show resolved Hide resolved
aruco_detection/include/aruco_handler.hpp Outdated Show resolved Hide resolved
aruco_detection/src/aruco_id_node.cpp Outdated Show resolved Hide resolved
aruco_detection/src/aruco_id_node.cpp Outdated Show resolved Hide resolved
aruco_detection/test/test_aruco_handler.cpp Outdated Show resolved Hide resolved
aruco_detection/test/test_aruco_handler.cpp Outdated Show resolved Hide resolved
aruco_detection/test/test_aruco_handler.cpp Outdated Show resolved Hide resolved
@EirikKolas EirikKolas mentioned this pull request Jun 17, 2023
Copy link
Member

@theBadMusician theBadMusician left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@EirikKolas EirikKolas merged commit e807103 into main Jun 18, 2023
@EirikKolas EirikKolas deleted the feature/aruco branch June 18, 2023 10:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ArUco marker detection
5 participants