Skip to content

dabarov/moveit-pick-place-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MoveIt Pick and Place - Python version

The repository is a Python version of this MoveIt tutorial on pick and place with slight changes. moveit_msgs::Grasp is not used.

gen3_lite rviz demo

Structure of package

.
├── CMakeLists.txt
├── package.xml
├── launch
│   ├── run_pick_place.launch
│   └── spawn_gen3_lite.launch
└── scripts
    └── main.py

Installation

  • Package depends on ros_kortex and was tested on melodic-devel version of it.

  • Thus install ros_kortex melodic by following instructions in the repository.

  • Add this package to your src folder with:

git clone https://github.com/dabarov/moveit-pick-place-python.git
  • And build the workspace with:
catkin_make

Usage

  1. To start simulation run:
roslaunch pick_place_python spawn_gen3_lite.launch
  1. To start pick and place control run:
roslaunch pick_place_python run_pick_place.launch

About

Python version of MoveIt's Pick and Place Tutorial

Topics

Resources

Stars

Watchers

Forks