Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make an ARUCO module #2

Open
2 tasks
logbasem opened this issue Aug 23, 2024 · 1 comment · May be fixed by #28
Open
2 tasks

Make an ARUCO module #2

logbasem opened this issue Aug 23, 2024 · 1 comment · May be fixed by #28
Assignees
Labels
aruco node About finding ArUco markers (big QR codes) feature New feature or request

Comments

@logbasem
Copy link
Contributor

logbasem commented Aug 23, 2024

This describes the progress towards a fully-functional ARUCO module for the Autonomous ROS 2 rewrite.

aruco node description: This node subscribes to the camera topics and looks for Aruco markers if it finds any it’ll publish an ArucoDetected message to the /rover/detection/aruco_markers topic

@onkoe onkoe changed the title ARUCO Make an ARUCO module Aug 23, 2024
@ROMANT21 ROMANT21 self-assigned this Oct 23, 2024
@onkoe onkoe added this to the Rover can track an ArUco tag milestone Jan 14, 2025
@ROMANT21 ROMANT21 linked a pull request Feb 1, 2025 that will close this issue
@onkoe onkoe added feature New feature or request aruco node About finding ArUco markers (big QR codes) labels Feb 3, 2025
@onkoe
Copy link
Member

onkoe commented Feb 6, 2025

  • ChArUco camera calibration
  • Chessboard camera calibration
  • Detection
  • Pose estimation
    • Distance estimation based on pose?
  • Action
    • Discussion
      • How does the Action message look?
        • Request: (id: uint8)
        • Feedback: (transform: Transform3D, marker_in_view: boolean)
        • Response: ()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aruco node About finding ArUco markers (big QR codes) feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants