Skip to content

Hongyoungjin/ArUcoROSpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Detect ArUco Marker and visualize its pose

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages