Skip to content

A ROS Noetic-based simulation demo showcasing automated pick-and-place operations using the OpenManipulator in Gazebo. Includes ready-to-run scripts and full project setup for quick visualization.

License

Notifications You must be signed in to change notification settings

AapseMatlb/pickasso-manipulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

OpenManipulator Pick-and-Place Demo

This project demonstrates a simple pick-and-place operation using the OpenManipulator in a simulated environment with ROS Noetic and Gazebo.

Features

  • Automated pick-and-place trajectory using JointTrajectory messages.
  • Simulated environment setup with Gazebo.
  • ROS Noetic compatibility.

Setup

  1. Clone the repository into your catkin workspace:

    cd ~/catkin_ws/src
    git clone https://github.com/yourusername/open_manipulator_pick_place_demo.git
  2. Build the workspace:

    cd ~/catkin_ws
    catkin_make
    source devel/setup.bash

Usage

  1. Launch the joint trajectory controller:

    roslaunch open_manipulator_controllers joint_trajectory_controller.launch
  2. Run the pick-and-place script:

    rosrun pick_place_demo auto_pick_place.py

License

This project is licensed under the MIT License.

About

A ROS Noetic-based simulation demo showcasing automated pick-and-place operations using the OpenManipulator in Gazebo. Includes ready-to-run scripts and full project setup for quick visualization.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published