# graspit_commander **Repository Path**: jackmacoder/graspit_commander ## Basic Information - **Project Name**: graspit_commander - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-07 - **Last Updated**: 2024-04-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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](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 ```