Skip to content

rethink-imcmahon/EZGripper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

EZGripper

Install the EZGripper ROS Driver

  1. Install dependencies:

    $ sudo apt-get install python-serial ros-indigo-joystick-drivers

  2. Download code:

    $ cd ~/catkin_ws/src $ git clone https://github.com/SAKErobotics/EZGripper.git $ cd .. $ catkin_make

  3. Setup parameters in joy.launch file

  • ~port - serial device to use
  • ~baud - baud rate
  • servo_ids - the servo(s) id controlled as a group of grippers, for example [9,10,11]
  1. Launch the node

    $ roslaunch ezgripper_driver joy.launch

Action API

The driver provides an implementation of the SimpleActionServer, that takes in control_msgs/GripperCommand actions. A sample client (nodes/client.py) is included that provides joystick control using the action API.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%