RobotArm icon indicating copy to clipboard operation
RobotArm copied to clipboard

Define Piece Position using YOLO and Aruco Markers

Open JELAshford opened this issue 3 years ago • 1 comments

Description

Localising the 3D location of the chess pieces on/off the board requires identifying the piece in the camera frame, and converting that 2D position into the 3D relative coordinates. We believe that this can be done by using known positions from Aruco Markers placed around the board.

Details

Ensure that distances between Aruco markers are measured in the units used by RViz. Match the length-scales of our Computer Vision and Motion Planning systems.

Roadmap

  • [x] Research previous 3D localisation using space markers
  • [ ] Implement basic position tracking
  • [ ] Scale this to all points in images
  • [ ] Implement memory of board layout/use this to confirm estimates

JELAshford avatar May 09 '21 18:05 JELAshford