RightHandRobotics / reflex-ros-pkg

This repo contains base ROS code for controlling the Right Hand Robotics ReFlex hand. More info at www.righthandrobotics.com
18 stars 26 forks source link

Tt2/driver node #37

Closed KevinDaLam closed 6 years ago

KevinDaLam commented 6 years ago

Amends: Issue #36 - Requires future change to calibrate_fingers service

Description of what your PR accomplishes:

Prevents motors from over driving during calibration by detecting false Dynamixel angle values and shutting down servo position commands as a result.

Why this approach? Any notable design decisions?

A necessary failsafe to prevent hardware damage given the chance of hardware disconnection of the fingers. Temporary fix for users until resolved completely. Reviewers: @semendel @kevindalam