Coder Social home page Coder Social logo

tienhoangvan / selective_grasping Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wx-b/selective_grasping

0.0 0.0 0.0 8.26 MB

A selective grasping approach developed in ROS

License: BSD 3-Clause "New" or "Revised" License

CMake 0.98% C++ 18.35% Shell 3.51% Python 77.16%

selective_grasping's Introduction


Contents

  1. Authors
  2. Required packages - Kinetic Version
  3. Easy install
  4. Run GGCNN in Gazebo and RVIZ
  5. Connecting with real UR5

1.0 - Authors

Back to the top

*LaR - Laboratório de Robótica, Departamento de Engenharia Elétrica e de Computação, Universidade Federal da Bahia, Salvador, Brasil

**PPGM - Programa de Pós-Graduação em Mecatrônica, Universidade Federal da Bahia, Salvador, Brasil.


2.0 - Required packages - Kinetic Version

Back to the top

This code was developed with Python 2.7 on Ubuntu 16.04 with ROS Kinetic.

It is recommended to follow the EASY INSTALL step below

NOTE: This package should be placed into your src folder. Please open an issue if you find any problem related to this package.

In order to run the experiment you will need a trained .params (Contact the authors to download the .params) Create a folder called params inside the selective_grasping folder and put the .params there. Remember to rename the .params files and related variables in detect.py


3.0 - Easy install

Back to the top

In order to install all the required packages easily, create a new catkin workspace

mkdir -p ~/catkin_ws_new/src

Clone this repository into the src folder

cd ~/catkin_ws_new/src
git clone https://github.com/caiobarrosv/selective_grasping

Run the install.sh file

cd ~/catkin_ws_new/src/selective_grasping/install
./install.sh

4.0 - Run the experiments in Gazebo

Back to the top

THE GAZEBO SIMULATION IS NOT WORKING PROPERLY. THE GRASPS ARE UNSTABLE AND NEED TO BE FIXED. THE SIMULATION IS USED ONLY TO RUN EXPERIMENTS PRIOR TO THE REAL WORLD APPLICATION TO AVOID ACCIDENTS

Please follow each following steps:

4.1 - Launch Gazebo:

roslaunch selective_grasping gazebo_ur5.launch

4.2 - Run the UR5 control node Press enter after the following message appears and jump to the step 4.3:

"==== Press enter to move the robot to the 'depth cam shot' position!"

rosrun selective_grasping ur5_open_loop.py --gazebo

4.3 - Run the SSD node

rosrun selective_grasping detect.py --gazebo

4.4 - Run the GG-CNN node Press enter after the following message appears and jump to the step 4.5: "Press enter to start the GGCNN"

rosrun selective_grasping run_ggcnn.py --gazebo

4.5 - Spawn the objects in the workspace

rosrun selective_grasping spawn_objects.py

4.6 - Detect the april tags in the environment This node will generate a frame for the identified tag in the environment

rosrun selective_grasping april_tag_tf_generator.py

4.7 - UR5 control node After running the GG-CNN node you are able to move the robot and perform the grasp using the terminal provided by step 4.2

4.8 - Change the Gazebo properties (OPTIONAL) It will speed up your Gazebo simulation a little bit :)

rosrun selective_grasping change_gazebo_properties.py

4.9 - Visualize the images published by the GG-CNN You might want to see the grasp or any other image. In order to do that, you can use the rqt_image_view.

rosrun rqt_image_view

4.9 - Visualize depth cloud in RVIZ If you want to visualize the data being published by the Intel Realsense D435 please run the following node:

rosrun selective_grasping rviz_ur5.launch

5.0 Connecting with real UR5

5.1 - Use the following command in order to connect with real UR5. If you are using velocity control, do not use bring_up. Use ur5_ros_control instead.

roslaunch selective_grasping ur5_ros_control.launch robot_ip:=192.168.131.13

5.2 - Launch the real Intel Realsense D435

roslaunch selective_grasping rs_d435_camera.launch

5.3 - Launch the gripper control node

rosrun robotiq_2f_gripper_control Robotiq2FGripperRtuNode.py /dev/ttyUSB0

5.4 - Launch the ggcnn node

rosrun selective_grasping run_ggcnn_ur5.py --real

5.5 - Launch the main node of the Intel Realsense D435

rosrun selective_grasping command_GGCNN_ur5.py

5.6 - If you want to visualize the depth or point cloud, you can launch RVIZ

roslaunch selective_grasping rviz_ur5.launch

5.7 - Firstly check the machine IP. The IP configured on the robot must have the last digit different.

ifconfig

Disable firewall

sudo ufw disable

Set up a static IP on UR5 according to the following figure

config

Set up a connection on Ubuntu according to the following figure

config_ethernet2

selective_grasping's People

Contributors

caiobarrosv avatar engkleberf 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.