#include <sr_articulated_robot.h>
Public Member Functions | |
| JointData (const JointData &jd) | |
| JointData (JointData &jd) | |
| JointData () | |
Public Attributes | |
| double | current |
| std::string | flags |
| double | force |
| short | isJointZero |
| int | jointIndex |
| double | last_pos |
| ros::Time | last_pos_time |
| double | max |
| double | min |
| double | position |
| double | target |
| double | temperature |
| double | velocity |
This struct contains all the information regarding each joints.
Definition at line 50 of file sr_articulated_robot.h.
| shadowrobot::JointData::JointData | ( | ) | [inline] |
Definition at line 94 of file sr_articulated_robot.h.
| shadowrobot::JointData::JointData | ( | JointData & | jd | ) | [inline] |
Definition at line 99 of file sr_articulated_robot.h.
| shadowrobot::JointData::JointData | ( | const JointData & | jd | ) | [inline] |
Definition at line 105 of file sr_articulated_robot.h.
Definition at line 55 of file sr_articulated_robot.h.
| std::string shadowrobot::JointData::flags |
Definition at line 57 of file sr_articulated_robot.h.
Definition at line 56 of file sr_articulated_robot.h.
Definition at line 61 of file sr_articulated_robot.h.
Definition at line 58 of file sr_articulated_robot.h.
Definition at line 71 of file sr_articulated_robot.h.
| ros::Time shadowrobot::JointData::last_pos_time |
Definition at line 70 of file sr_articulated_robot.h.
| double shadowrobot::JointData::max |
Definition at line 60 of file sr_articulated_robot.h.
| double shadowrobot::JointData::min |
Definition at line 59 of file sr_articulated_robot.h.
Definition at line 52 of file sr_articulated_robot.h.
Definition at line 53 of file sr_articulated_robot.h.
Definition at line 54 of file sr_articulated_robot.h.
Definition at line 72 of file sr_articulated_robot.h.