Skip to content

Use actionlib in ROS to move the joints of Barrett hand robot. C++ based.

Notifications You must be signed in to change notification settings

ommmid/barrett_hand_follow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This package uses actionlib to send commands to JointState topic to control Barret Hand joints.

The server (bh_follow_server.cpp) receives commands from a client (here is another cpp file node, bh_follow_server.cpp but could be MoveIt or anyother client) through actionlib Goal to topic /bhand_node/command.

In this packages, the clinet is sending one point trajectory ind=0 which can be easily extended to more points by editing ind in bh_follow_client.cpp.

It is noteworthy that package https://github.com/jontromanab/barrett_hand_follow has already been created for the same purpose however the current package is written by c++ besides providing the client node for more convenience.

About

Use actionlib in ROS to move the joints of Barrett hand robot. C++ based.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published