Skip to content

Fouad-Smaoui/Mobile-Manipulator-Robot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ROS 2 Mobile Manipulator

Overview

Welcome to the ROS 2 Mobile Manipulator project! This repository provides a comprehensive set of tools and configurations to operate and control a mobile manipulator robot using ROS 2. The mobile manipulator integrates a mobile base with an articulated robotic arm, making it suitable for various tasks such as object manipulation, navigation, and automated tasks in dynamic environments.

Features

  • Mobile Base Integration: Interface with a mobile base for autonomous navigation.
  • Articulated Arm Control: Manipulate objects with a robotic arm using inverse kinematics and trajectory planning.
  • Sensor Integration: Utilize sensors like cameras and LIDAR for perception and environment mapping.
  • Simulation Support: Test and develop algorithms in a simulated environment using Gazebo.
  • Navigation Stack: Leverage the Nav2 stack for autonomous navigation and path planning.
  • Visualization: Use RViz for visualization of robot states, sensor data, and planning.

Dependencies

Before you begin, ensure you have the following dependencies installed:

Installation

Create a ROS 2 Workspace

mkdir -p ~/ros2_ws/src
cd ~/ros2_ws/src

Clone the Repository into the Workspace

git clone https://github.com/fouad-smaoui/ros2-mobile-manipulator.git

Build the Workspace

colcon build

Source the Workspace

source ~/ros2_ws/install/setup.bash

Usage

Launching the Robot

To start the mobile manipulator and display the URDF model, use the following command:

ros2 launch urdf_tutorial display.launch.py model:=/ros2_ws/src/robot_description/urdf/mobile_m

License

This project is licensed under the Creative Commons CC0 1.0 Universal (CC0 1.0) Public Domain Dedication. See the LICENSE file for details.

Contact

For any questions or support, please open an issue on the GitHub repository.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published