25 #ifndef KATANA_CONSTANTS_H_ 26 #define KATANA_CONSTANTS_H_ 56 - KNI_GRIPPER_CLOSED_ANGLE);
static const double GRIPPER_OPENING_CLOSING_DURATION
The maximum time it takes to open or close the gripper.
static const double KNI_TO_ROS_TIME
KNI time is in 10 milliseconds (most of the time), ROS time is in seconds.
static const double KNI_GRIPPER_OPEN_ANGLE
const size_t NUM_MOTORS
The number of motors in the katana (= all 5 "real" joints + the gripper)
static const int KNI_MAX_ACCELERATION
acceleration limit = 1 or 2 [enc / (10 ms)^2]
const size_t NUM_GRIPPER_JOINTS
The number of gripper_joints in the katana (= the two gripper finger joints)
static const int KNI_MAX_VELOCITY
velocity limit <= 180 [enc / 10 ms]
static const size_t MOVE_BUFFER_SIZE
static const double KNI_TO_URDF_GRIPPER_FACTOR
static const double GRIPPER_OPEN_ANGLE
Constants for gripper fully open or fully closed (should be equal to the value in the urdf descriptio...
const size_t NUM_JOINTS
The number of joints in the katana (= only the 5 "real" joints)
const size_t GRIPPER_INDEX
The motor index of the gripper (used in all vectors – e.g., motor_angles_)
static const double KNI_TO_ROS_LENGTH
the conversion factor from KNI coordinates (in mm) to ROS coordinates (in m)
static const double KNI_GRIPPER_CLOSED_ANGLE
constants for converting between the KNI gripper angle and the URDF gripper angle ...
static const double GRIPPER_CLOSED_ANGLE
Constants for gripper fully open or fully closed (should be equal to the value in the urdf descriptio...