Skip to content
This repository has been archived by the owner on May 9, 2020. It is now read-only.

bionicdl-sustech/DeepClawBenchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeepClaw-Logo

The DeepClaw Benchmark

The DeepClaw is a benchmarking model zoo that functions as a Reconfigurable Robotic Manipulation System for Robot Learning. The main homepage can be found at here. This is the GitHub repository of DeepClaw source code, including instructions for installing and using DeepClaw.

Resources

Code Organization

The DeepClaw code is organized as follows:

configs/                    configuration for robotic station for manipulation tasks.
deepclaw/drivers/           drivers for various robotic hardware, i.e. ur, franka, aubo.
deepclaw/models/            model zoo for segmentation, classification, pick planning, and motion planning.
deepclaw/utils/             server setup with dockers and client setup for laptops (x86) and jetson (arm).
projects/proj_TrashSorting  a sample project to run deepclaw for sorting trash.
datasets/trash              description of trash sorting dataset
docs/                       description of this document as a manual.
data/trash                  data on trash sorting

Bibliography

@misc{wan2020deepclaw,
    title={DeepClaw: A Robotic Hardware Benchmarking Platform for Learning Object Manipulation},
    author={Fang Wan and Haokun Wang and Xiaobo Liu and Linhan Yang and Chaoyang Song},
    year={2020},
    eprint={2005.02588},
    archivePrefix={arXiv},
    primaryClass={cs.RO}
}