Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 795 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 795 Bytes

Projet Intégration ECN - ROS 2

ecn-integ-project

Table of Contents

  1. General Info
  2. Dependencies
  3. Installation

General Info


As part of the INTEG module at Ecole Centrale de Nantes, this project aims to create an 2R robot in Gazebo capable of tracking a moving target.

Dependencies


A list of technologies used within the project:

Installation


Download the projet to your ROS 2 workspace Compile with colcon

$ cd ~
$ git clone https://github.com/CentraleNantesRobotics/integration_project_ecn -b ros2
$ cd integration_project_ecn
$ colcon build
$ source install/setup.bash