Skip to content

shubhamt2897/ros2_ws_UR_MoveIt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

ROS2 Universal Robot MoveIt Workspace

A ROS2 workspace containing Universal Robot configurations with MoveIt motion planning and custom motion scripts.

πŸ“‹ What's in this Repository

This repository contains source code and configurations for:

  • Custom MoveIt Scripts: C++ implementations for cartesian path planning and approach/retreat motions
  • Robot Descriptions: URDF/Xacro files for UR robots and Robotiq gripper
  • MoveIt Configurations: Planning configurations and semantic descriptions
  • Launch Files: ROS2 launch files for motion planning scripts
  • Simulation Support: Gazebo integration files and custom launch scripts

πŸ“ Repository Structure

src/
β”œβ”€β”€ moveit2_scripts/                    # Custom MoveIt motion planning scripts
β”‚   β”œβ”€β”€ src/
β”‚   β”‚   β”œβ”€β”€ approach_retreat.cpp        # Approach and retreat motion implementation
β”‚   β”‚   └── cartesian_path.cpp          # Cartesian path planning implementation
β”‚   β”œβ”€β”€ launch/                         # Launch files for motion scripts
β”‚   β”œβ”€β”€ CMakeLists.txt                  # Build configuration
β”‚   └── package.xml                     # Package metadata
└── universal_robot_ros2/               # UR robot packages (submodule)
    β”œβ”€β”€ Universal_Robots_ROS2_Description/     # Robot URDF models and meshes
    β”œβ”€β”€ Universal_Robots_ROS2_Gazebo_Simulation/ # Gazebo simulation files
    β”œβ”€β”€ moveit2/                        # MoveIt framework
    β”œβ”€β”€ robotiq_85_gripper/             # Robotiq gripper descriptions and drivers
    β”œβ”€β”€ test_moveit_config/             # MoveIt configuration files
    └── launch_ur3e_*.sh               # Custom launch scripts

πŸ“š Learning Resources

Based on tutorials from The Construct Robotics Institute

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published