Skip to content

The Driver of the PARLOMA Hand written in C++ for ROS

Notifications You must be signed in to change notification settings

parloma/parloma_ros_firmware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PARLOMA Hand ROS Driver

The Driver of the PARLOMA Hand written in C++ for the communication between the Hand and ROS, using ROSSerial!

Build

This system are build using Arduino-Makefile.

Example Usage

Connect the Arduino hand to the Linux PC Port, get the port (my is /dev/ttyACM0). Then run

$ rosrun rosserial_python serial_node.py /dev/ttyACM0

In a new shell, send a command to /right_hand. For instance, to close the index finger, run.

$ rostopic pub /right_hand sensor_msgs/JointState "header:
  seq: 0
  stamp: {secs: 0, nsecs: 0}
  frame_id: ''
name: ['index']
position: [1.0]
velocity: []
effort: []" 

About

The Driver of the PARLOMA Hand written in C++ for ROS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published