ZeinBarhoum / chess_manipulator

ROS2-based project for a chess-playing robotic manipulator

Home Page:https://www.youtube.com/watch?v=hd8YkH5W7qA&t=5s

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chess Manipulator

A simulation of a FRANKA EMIKA Panda robotic arm programmed to play chess. Gazebo simulation and ROS2 were used to implement this project.

Build

Clone the repository to your Ros2 workspace, Inside the workspace build the package

colcon build --packages-select chess_manipulator 
. install/setup.bash

Run

To launch the simulation:

ros2 launch chess_manipulator simulation.launch.py

To run the example game, In another terminal, from inside the workspace run the following:

. install/setup.bash
ros2 run chess_manipulator example_game

Example

Watch the video

About

ROS2-based project for a chess-playing robotic manipulator

https://www.youtube.com/watch?v=hd8YkH5W7qA&t=5s

License:MIT License


Languages

Language:Python 100.0%