Home

Awesome

Parts Arrangement Robot

<img src="https://github.com/yehengchen/video_demo/blob/master/video_demo/grasp_detection.gif" width="80%" height="80%">

Parts Arrangement Robot Demo Video - [YouTube]

Environment


Installing

  1. Install ROS

    Follow these ROS Melodic installation instructions. You can select any of the default configurations in step 1.4; even the ROS-Base (Bare Bones) package (ros-melodic-ros-base) is enough.

  2. Download the code

    $ cd ~/catkin_ws/src
    $ git clone https://github.com/Kminseo/Parts-Arrangement-Robot.git
    
  3. Install python dependencies

    $ cd ~/catkin_ws/src/Parts-Arrangement-Robot
    $ pip install -r requirements.txt
    
  4. Install ROS dependencies

    $ cd ~/catkin_ws
    $ rosdep install --from-paths src -i --rosdistro melodic
    $ sudo apt-get install ros-melodic-rosbash ros-melodic-ros-comm
    
  5. Build

    $ cd ~/catkin_ws
    $ catkin_make
    

Quick Start

Node info - Launch 파일 설명