Coder Social home page Coder Social logo

patlican23 / delta-robot-simulation-gazebo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from autoroboculture/delta-robot-simulation-gazebo

0.0 0.0 0.0 5.14 MB

Delta robot simulation in Gazebo 9.0.0 using MARA environment

License: MIT License

C++ 84.25% Python 12.71% CMake 3.04%

delta-robot-simulation-gazebo's Introduction

Delta Robot Simulation on Gazebo using MARA-Env

Delta robot pick and place simulation in Gazebo 9.0.0 using MARA environment

Tested on ROS2 Crystal and Gazebo 9.0.0

Download ROS2 MARA workspace (zip) file: https://github.com/AcutronicRobotics/MARA/releases/tag/crystal-v1.0.0

Install Prerequisites

Follow this well documented steps from MARA repo: https://github.com/AcutronicRobotics/MARA/tree/crystal

ROS2Learn for environment and RL algorithm

Follow this step for installation: https://github.com/AcutronicRobotics/ros2learn/tree/crystal

Steps Before Run

  1. Copy mara.py from MARA_env folder and move it to ~/ros2learn/environments/gym-gazebo2/gym_gazebo2/envs/MARA

    • cp MARA_env/mara.py ~/ros2learn/environments/gym-gazebo2/gym_gazebo2/envs/MARA/.
  2. Copy delta_arm.py from example folder and move it to ~/ros2learn/environments/gym-gazebo2/examples/MARA

    • cp example/delta_arm.py ~/ros2learn/environments/gym-gazebo2/examples/MARA/.
  3. Copy all delta_meshes files and move it to ~/ros2_mara_ws/src/mara/mara_description/meshes

    • cp delta_meshes/* ~/ros2_mara_ws/src/mara/mara_description/meshes/.
  4. Copy mara.launch.py from launch folder and move it to ~/ros2_mara_ws/src/mara/mara_bringup/launch

    • cp launch/mara.launch.py ~/ros2_mara_ws/src/mara/mara_bringup/launch/.
  5. Copy whole mara_gazebo_plugins folder and replace with ~/ros2_mara_ws/src/mara/mara_gazebo_plugins

    • cp -rf mara_gazebo_plugins/* ~/ros2_mara_ws/src/mara/mara_gazebo_plugins/.
  6. Copy arc_delta_onTable.urdf from urdf folder and move it to ~/ros2_mara_ws/src/mara/mara_description/urdf/reinforcement_learning

    • cp urdf/arc_delta_onTable.urdf ~/ros2_mara_ws/src/mara/mara_description/urdf/reinforcement_learning/.
  7. Copy libdeltaKinematics.so from delta_kinematic_lib folder and move to ~/ros2_mara_ws/install/lib (Note: make sure you have build ros2_mara_ws before this command)

    • cp delta_kinematic_lib/libdeltaKinematics.so ~/ros2_mara_ws/install/lib/.

Compile and Launch ROS2 Delta Robot Simulation

   source ~/ros2learn/environments/gym-gazebo2/provision/mara_setup.sh
   cd ros2_mara_ws
   colcon build && cd
   python3 ros2learn/environments/gym-gazebo2/examples/MARA/delta_arm.py -g

References

  1. Rotary Delta Robot Forward/Inverse Kinematics Calculations

  2. MARA Robot RL algo implementation

  3. Train Mask-RCNN model on Custom Dataset for Multiple Objects

  4. Weed removal robot using Delta Arm

delta-robot-simulation-gazebo's People

Contributors

autoroboculture avatar nihar08 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.