Skip to content

CURG-BCI/graspit

This branch is 13 commits ahead of, 377 commits behind graspit-simulator/graspit:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f469372 · Dec 8, 2017
May 8, 2016
Jun 15, 2016
Dec 11, 2015
Feb 7, 2013
Oct 1, 2010
Jul 8, 2016
Dec 1, 2017
Jun 21, 2016
Nov 3, 2015
Mar 30, 2012
Mar 23, 2017
Jun 21, 2016
Mar 16, 2012
Jun 30, 2016
Dec 8, 2017
May 18, 2016
Jun 30, 2016
Dec 12, 2015
May 27, 2016

Repository files navigation

Build Status

GraspIt!

Version 2.2.0

Introduction

Please see the User Manual in doc/ for an introduction to GraspIt!, a list of features, installation instructions, getting started examples, etc.

Disclaimer

This is code that has been, and is currently being used, for research. There are still many unfinished pieces and plenty of ways to crash the system. It's by no means bullet proof. Please see the Introduction in the User Manual for more details.

Distribution Contents

CMakeLists.txt: Used to compile GraspIt!, multiple flags that can be set with ccmake.

CMakeMacros: contains .cmake files used to find GraspIt! dependencies.

cmdline: command line parser used by GraspIt!.

ci: contains scripts used by travis ci.

doc: Documentation. Contains both the User Manual and code Reference Manual. The User Manual contains installation instructions, pointers for getting started, examples, and trouble shooting and contact information.

images: A place to put images saved from GraspIt!

include: Header files for the main GraspIt! source code

LICENSE.txt: A copy of the license you accepted when you downloaded this.

models: The geometry and configuration files for all the robots and objects.

plugins: Examples for creating plugins that can be loaded into GraspIt! at run time, and can use GraspIt! without being statically linked into GraspIt's main executable.

ply: Code for loading .ply files; see header files for authorship information and detail.

qhull: A popular package for computing n-dimensional convex hulls. This is used both for the contact system and to create grasp wrench spaces.

README.md: This file.

src: The source code for GraspIt!.

src/DBase: source code for the interface between GraspIt and the Columbia Grasp Database

tinyxml: a library for processing XML documents. See the header files therein for license and author information for this package.

ui: The dialog windows and interfaces for GraspIt!.

worlds: A place to save GraspIt! worlds. Also includes a few examples.

About

The GraspIt! simulator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 60.6%
  • C 22.4%
  • HTML 12.8%
  • CMake 1.1%
  • Roff 0.8%
  • Shell 0.7%
  • Other 1.6%