ron007d / ros_pick_and_place_simulation

This repo is being used for making ROS pick and place simulation with gazebo.
0 stars 0 forks source link

Pick and place Demo

ROS, GAZEBO & OPENCV

Requirements

How to run

  1. Clone this repo with submodules
    git clone https://github.com/ron007d/ros_pick_and_place_simulation.git --recurse-submodules
  2. Build the package
    catkin build
  3. add the sources of this folder
    source devel/setup.bash
  4. run the simulation with live video feed
    roslaunch simulation_moveit_config demo_gazebo.launch
  5. run the pick and place node
    rosrun pick_and_place pick_and_place.py

👍 More information will be added soon