All Projects → graspit-simulator → graspit

graspit-simulator / graspit

Licence: other
The GraspIt! simulator

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
HTML
75241 projects
CMake
9771 projects
Roff
2310 projects
shell
77523 projects

Projects that are alternatives of or similar to graspit

appfiguratesdk
Appfigurate provides the ability to change configuration properties in iOS and watchOS, apps and app extensions, securely, at runtime.
Stars: ✭ 21 (-85.21%)
Mutual labels:  simulator
react-device-frameset
React device frameset component
Stars: ✭ 30 (-78.87%)
Mutual labels:  simulator
NASSP
Project Apollo - NASSP
Stars: ✭ 110 (-22.54%)
Mutual labels:  simulator
lv sim emscripten
LVGL ported to Emscripten to be converted to JavaScript
Stars: ✭ 40 (-71.83%)
Mutual labels:  simulator
dice-simulator
A Python simple Dice Simulator just for fun
Stars: ✭ 17 (-88.03%)
Mutual labels:  simulator
door-controller-test-tool
Door controller test tool for physical access control devices. (THIS PROJECT IS NO LONGER MAINTAINED)
Stars: ✭ 13 (-90.85%)
Mutual labels:  simulator
pyEnigma
Python Enigma cypher machine simulator.
Stars: ✭ 44 (-69.01%)
Mutual labels:  simulator
navdatareader
Navdatareader is a command line tool that uses the atools fs/bgl and fs/writer to store a full flight simulator scenery database into a relational database like Sqlite or MySql.
Stars: ✭ 35 (-75.35%)
Mutual labels:  simulator
Tricky68k
Motorola 68000 simulator for Mac OS X
Stars: ✭ 42 (-70.42%)
Mutual labels:  simulator
community-projects
Webots projects (PROTO files, controllers, simulation worlds, etc.) contributed by the community.
Stars: ✭ 20 (-85.92%)
Mutual labels:  simulator
graspit interface
A GraspIt! plugin exposing a ROS interface via graspit-ros
Stars: ✭ 29 (-79.58%)
Mutual labels:  grasping
EdgeSim
Simulate the real environment, perform edge computing, edge caching experiments
Stars: ✭ 53 (-62.68%)
Mutual labels:  simulator
graspnetAPI
API for large scale benchmark of robotic grasping: GraspNet-1Billion: https://graspnet.net
Stars: ✭ 33 (-76.76%)
Mutual labels:  grasping
sst-core
SST Structural Simulation Toolkit Parallel Discrete Event Core and Services
Stars: ✭ 82 (-42.25%)
Mutual labels:  simulator
CarND-Path-Planning
Highway driving at 50 mph with traffic using A* for path planning.
Stars: ✭ 18 (-87.32%)
Mutual labels:  simulator
brainbox
Teaching-focused digital circuit simulator. Allows anyone to graphically connect objects within a awesome web-browser application without knowing coding or hacking.
Stars: ✭ 100 (-29.58%)
Mutual labels:  simulator
sst-macro
SST Macro Element Library
Stars: ✭ 21 (-85.21%)
Mutual labels:  simulator
bcst csapp
A C language repo to implement CSAPP
Stars: ✭ 696 (+390.14%)
Mutual labels:  simulator
lifely
Lifely is a text-based life simulator with no graphics. Some features might be unstable as of now.
Stars: ✭ 21 (-85.21%)
Mutual labels:  simulator
PandExo
A Community Tool for Transiting Exoplanet Science with the JWST & HST
Stars: ✭ 23 (-83.8%)
Mutual labels:  simulator

Build Status

GraspIt!

Introduction

Please see the User Manual found at http://graspit-simulator.github.io/ for an introduction to GraspIt!, a list of features, installation instructions, getting started examples, etc.

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.

Examples of How to Integrate GraspIt! into your own Project

https://github.com/graspit-simulator/graspit_interface
https://github.com/JenniferBuehler/graspit-pkgs
https://github.com/ros-interactive-manipulation/graspit_simulator
https://github.com/OSUrobotics/graspit_ros_plannings

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].