Skip to content

A GraspIt! plugin exposing a ROS interface via graspit-ros

Notifications You must be signed in to change notification settings

elisabeth-ms/graspit_interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graspit_interface

This plugin exposes a ROS interface for the GraspIt! simulator. Our main purpose for writing this plugin was to give GraspIt! more exposure to the ROS community and make it easier to get started planning grasps with GraspIt! You can interact with this interface through a variety of ROS services and action servers.

If you have any specific features you'd like to see, let us know by submitting a new issue, or feel free to submit a pull request!

To see how a client interacts with this interface, check out our python client graspit_commander.

Setup:

//create ros workspace
mkdir -p graspit_ros_ws/src
cd graspit_ros_ws/src

source /opt/ros/indigo/setup.bash
catkin_init_workspace . 

//clone packages
git clone [email protected]:graspit-simulator/graspit-ros.git --recursive
git clone [email protected]:CURG/graspit_interface.git
git clone [email protected]:CURG/graspit_commander.git

//build workspace
cd graspit_ros_ws
catkin_make

Launching graspit_interface:

source devel/setup.bash
roslaunch graspit_interface graspit_interface.launch

About

A GraspIt! plugin exposing a ROS interface via graspit-ros

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 85.3%
  • CMake 13.5%
  • Shell 1.2%