#include <thormang3_offset_tuner_server.h>
Public Member Functions | |
JointOffsetData () | |
JointOffsetData (double joint_offset_rad, double joint_init_pose_rad) | |
~JointOffsetData () | |
Public Attributes | |
int | d_gain_ |
int | i_gain_ |
double | joint_init_pos_rad_ |
double | joint_offset_rad_ |
int | p_gain_ |
Definition at line 41 of file thormang3_offset_tuner_server.h.
|
inline |
Definition at line 50 of file thormang3_offset_tuner_server.h.
|
inline |
Definition at line 59 of file thormang3_offset_tuner_server.h.
|
inline |
Definition at line 68 of file thormang3_offset_tuner_server.h.
int thormang3::JointOffsetData::d_gain_ |
Definition at line 48 of file thormang3_offset_tuner_server.h.
int thormang3::JointOffsetData::i_gain_ |
Definition at line 47 of file thormang3_offset_tuner_server.h.
double thormang3::JointOffsetData::joint_init_pos_rad_ |
Definition at line 45 of file thormang3_offset_tuner_server.h.
double thormang3::JointOffsetData::joint_offset_rad_ |
Definition at line 44 of file thormang3_offset_tuner_server.h.
int thormang3::JointOffsetData::p_gain_ |
Definition at line 46 of file thormang3_offset_tuner_server.h.