Skip to content

Latest commit

 

History

History
83 lines (53 loc) · 4.85 KB

File metadata and controls

83 lines (53 loc) · 4.85 KB

GraspDataGen Documentation

Welcome to the GraspDataGen documentation! This project is designed to create collision-free, geometrically plausible grasps for triangle mesh objects and USD grippers, then validate them through physics simulation.

Overview

Components

GraspDataGen is a standalone data generation tool but it can also be used to generate data for training new GraspGen models. It consists of three main components:

  1. Gripper Definition - Reads USD gripper files and extracts parameters needed for grasp generation
  2. Grasp Guess Generation - Creates geometrically plausible grasps for objects
  3. Grasp Verification with Simulation - Tests grasp validity using PhysX simulation

Example Workflows

The components are meant to be used individually or as building blocks to a complete grasp generation pipeline. The following are some examples and workflows that can be built with the components:

  1. Complete Data Generation Pipeline - Generate and verify grasps for a list of objects and scales
  2. Generate Data for Grasp Gen - Generate grasp data specifically for Grasp Gen
  3. Gripper Setup - Create a gripper definition and check it visually
  4. Running the Gripper Definition Component - Visually verify your gripper will work with the simulation
  5. Single Object Grasp Guess Generation - Create collision-free grasps for a single object
  6. Verify Grasps with Simulation - Verify user defined grasps with simulation

Gripper Configurations, Default Parameters and Overrides

GraspDataGen has default parameters for all its components, and all of those defaults can be overridden with command line arguments or grouped together with gripper configurations. It's worth understanding GraspDataGen's parameter and configuration system.

Quick Start

Installation

For detailed installation instructions, see the Installation Guide. The guide covers Docker installation (recommended), integration with existing IsaacLab installations, and troubleshooting.

Documentation Structure

Getting Started

Settings and Parameter System

Core Components

Workflows

Tools

Examples

Architecture

The system is designed to be modular, with each component able to run independently or as part of a larger pipeline:

┌─────────────────┐    ┌──────────────────┐    ┌─────────────────┐
│   Gripper       │    │   Grasp Guess    │    │   Grasp Sim     │
│   Definition    │───▶│   Generation     │───▶│   Validation    │
└─────────────────┘    └──────────────────┘    └─────────────────┘
         │                       │                       │
         ▼                       ▼                       ▼
   USD Gripper File      Grasp Guess Data      Validated Grasps