link_data.cpp
Go to the documentation of this file.
1 /*******************************************************************************
2 * Copyright 2017 ROBOTIS CO., LTD.
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 *******************************************************************************/
16 
17 /* Authors: SCH, Jay Song */
18 
20 
21 namespace robotis_op
22 {
23 
25 {
26  name_ = "";
27 
28  parent_ = -1;
29  sibling_ = -1;
30  child_ = -1;
31 
32  mass_ = 0.0;
33 
37  inertia_ = robotis_framework::getInertiaXYZ(0.0, 0.0, 0.0, 0.0, 0.0, 0.0);
38 
39  joint_limit_max_ = 100.0;
40  joint_limit_min_ = -100.0;
41 
42  joint_angle_ = 0.0;
43  joint_velocity_ = 0.0;
44  joint_acceleration_ = 0.0;
45 
48  transformation_ = robotis_framework::getTransformationXYZRPY(0.0, 0.0, 0.0, 0.0, 0.0, 0.0);
49 }
50 
52 {
53 }
54 
55 }
Eigen::MatrixXd joint_axis_
Definition: link_data.h:44
std::string name_
Definition: link_data.h:35
double joint_limit_min_
Definition: link_data.h:49
Eigen::Matrix4d getTransformationXYZRPY(double position_x, double position_y, double position_z, double roll, double pitch, double yaw)
Eigen::MatrixXd relative_position_
Definition: link_data.h:43
double joint_acceleration_
Definition: link_data.h:53
Eigen::Vector3d getTransitionXYZ(double position_x, double position_y, double position_z)
Eigen::Matrix3d convertRPYToRotation(double roll, double pitch, double yaw)
Eigen::MatrixXd center_of_mass_
Definition: link_data.h:45
double joint_limit_max_
Definition: link_data.h:48
Eigen::MatrixXd position_
Definition: link_data.h:55
Eigen::Matrix3d getInertiaXYZ(double ixx, double ixy, double ixz, double iyy, double iyz, double izz)
Eigen::MatrixXd transformation_
Definition: link_data.h:57
Eigen::MatrixXd inertia_
Definition: link_data.h:46
double joint_velocity_
Definition: link_data.h:52
Eigen::MatrixXd orientation_
Definition: link_data.h:56


op3_kinematics_dynamics
Author(s): SCH , Kayman , Jay Song
autogenerated on Mon Jun 10 2019 14:41:13