Skip to content

Latest commit

 

History

History
73 lines (40 loc) · 1.97 KB

README.md

File metadata and controls

73 lines (40 loc) · 1.97 KB

ArUcoROSpy

Detect ArUco Marker and visualize its pose using IntelRealsense or Azure Kinect camera and python

Detecting 36 ArUco Markers at once

36arucomarkers

Architecture

MarkerDetectionSchematic

Prerequisites (Installations and Dependencies)

cv_bridge

Dependencies info

Running the Code

1. Run the camera code in ROS

  • Intel Realsense ROS

    Run the built-in Intel Realsense program to see the camera's current state

    realsense-viewer

    Run the launch files

    roslaunch realsense2_camera rs_camera.launch
  • Azure Kinect ROS

    Run the built-in Azure Kinect program to see the camera's current state

    k4aviewer

    Run the launch files

    roslaunch azure_kinect_ros_driver kinect_rgbd.launch

2. Run ArucoDetect.py

python /path/to/your/python/script/arucodetect.py