Skip to content

ROS control interface with Dynamixel library to control the Gelsight Wedge Gripper

Notifications You must be signed in to change notification settings

purdue-mars/gelsight_wedge_controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gelsight_wedge_controller

ROS control interface with Dynamixel library to control the Gelsight Wedge Gripper

Quick start

  1. Add dependency ROS packages
  1. Update config in config/controller_cfg.yaml to match your gripper open/close encoder count params
  2. Build + source
  3. Run roslaunch gelsight_wedge_controller gripper.launch
  4. In another tab,
  • Close:
rostopic pub /desired_joint_states sensor_msgs/JointState '{name: ['gripper_joint'], position: [2.2],velocity: [-0.5]}' --once
  • Open:
rostopic pub /desired_joint_states sensor_msgs/JointState '{name: ['gripper_joint'], position: [0],velocity: [0.5]}' --once

About

ROS control interface with Dynamixel library to control the Gelsight Wedge Gripper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages