Skip to content

andrea2702/XArmCubeTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

XArmCubeTracker

Overview

The XArmCubeTracker project integrates the XArm robotic arm with real-time cube tracking using a camera. The robotic arm is controlled to follow the movement of a cube detected in the camera's field of view. This project is implemented using ROS and requires the XArm repository.

Prerequisites

Before using this package, make sure you have the following prerequisites installed:

  • ROS (Robot Operating System)
  • XArm repository
  • OpenCV
  • NumPy

Installation

  1. Clone this repository into your ROS workspace's src directory:
    git clone https://github.com/andrea2702/XArmCubeTracker.git
    
  2. Install the required dependencies:
    sudo apt-get install ros-${ROS_DISTRO}-cv-bridge ros-${ROS_DISTRO}-image-transport
    pip install numpy opencv-python
    

Usage

Follow the instructions in the XArm repository to set up and control the XArm robotic arm.

Run the XarmVision script using rosrun:

rosrun XArmCubeTracker XarmVision

Place a cube in front of the camera, and the XArm will track its movement in the x and z axes.

Demo

Demo del Proyecto Demo del Proyecto

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published