All Projects → graspit-simulator → graspit_commander

graspit-simulator / graspit_commander

Licence: other
Python ROS Client for GraspIt!

Programming Languages

python
139335 projects - #7 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to graspit commander

socketcluster-client-python
Python client for socket-cluster framework in node.js
Stars: ✭ 47 (+213.33%)
Mutual labels:  python-client
graspit interface
A GraspIt! plugin exposing a ROS interface via graspit-ros
Stars: ✭ 29 (+93.33%)
Mutual labels:  graspit
pymobird
A python client for memobird printer
Stars: ✭ 18 (+20%)
Mutual labels:  python-client
etcd3-py
Pure python client for etcd v3 (Using gRPC-JSON-Gateway)
Stars: ✭ 97 (+546.67%)
Mutual labels:  python-client
coinbasepro
A Python API for Coinbase Pro
Stars: ✭ 52 (+246.67%)
Mutual labels:  python-client
Confluent Kafka Python
Confluent's Kafka Python Client
Stars: ✭ 2,578 (+17086.67%)
Mutual labels:  python-client
onesait-cloud-platform-clientlibraries
Client libraries to interact with Onesait Platform Cloud Side (Digital Broker specially)
Stars: ✭ 15 (+0%)
Mutual labels:  python-client
PyBaiduPan
A python client for Baidu Pan.
Stars: ✭ 28 (+86.67%)
Mutual labels:  python-client
cryptojp
cryptojp is a Python2 and Python3 client for crypto coin trade. Binance/Poloniex/Hitbtc/Bitflyer etc...
Stars: ✭ 22 (+46.67%)
Mutual labels:  python-client
gnewsclient
An easy-to-use python client for Google News feeds.
Stars: ✭ 42 (+180%)
Mutual labels:  python-client
notion-sdk-py
Official Notion SDK rewritten in Python (sync + async)
Stars: ✭ 753 (+4920%)
Mutual labels:  python-client
assemblyline client
Python client for Assemblyline 3 and 4 / Client python pour AssemblyLine 3 and 4
Stars: ✭ 19 (+26.67%)
Mutual labels:  python-client
obman render
[cvpr19] Code to generate images from the ObMan dataset, synthetic renderings of hands holding objects (or hands in isolation)
Stars: ✭ 61 (+306.67%)
Mutual labels:  graspit

graspit_commander

Python ROS Client for GraspIt!

This package offers a python client for the services exposed in: https://github.com/graspit-simulator/graspit_interface

Installation:

Follow the instructions at https://github.com/graspit-simulator/graspit_interface.

Usage:

Start GraspIt! interface in one terminal.

source devel/setup.bash
roslaunch graspit_interface graspit_interface.launch

Then in a second terminal source ros workspace:

source devel/setup.bash

Then in python:

from graspit_commander import GraspitCommander
GraspitCommander.loadWorld("plannerMug")
GraspitCommander.planGrasps(max_steps=50000)

Tests:

In one terminal:

source devel/setup.bash
roslaunch graspit_interface graspit_interface.launch

Then in a second terminal:

source devel/setup.bash
roscd graspit_commander
py.test
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].