link_data.h
Go to the documentation of this file.
1 /*******************************************************************************
2 * Copyright 2018 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 #ifndef MANIPULATOR_KINEMATICS_DYNAMICS_LINK_DATA_H_
18 #define MANIPULATOR_KINEMATICS_DYNAMICS_LINK_DATA_H_
19 
21 
23 {
24 
25 class LinkData
26 {
27 public:
28  LinkData();
29  ~LinkData();
30 
31  std::string name_;
32 
33  int parent_;
34  int sibling_;
35  int child_;
36 
37  double mass_;
38 
39  Eigen::MatrixXd relative_position_;
40  Eigen::MatrixXd joint_axis_;
41  Eigen::MatrixXd center_of_mass_;
42  Eigen::MatrixXd inertia_;
43 
46 
47  double joint_angle_;
50 
51  Eigen::MatrixXd position_;
52  Eigen::MatrixXd orientation_;
53  Eigen::MatrixXd transformation_;
54 };
55 
56 }
57 
58 #endif /* MANIPULATOR_KINEMATICS_DYNAMICS_LINK_DATA_H_ */
Eigen::MatrixXd center_of_mass_
Definition: link_data.h:41
Eigen::MatrixXd relative_position_
Definition: link_data.h:39
Eigen::MatrixXd joint_axis_
Definition: link_data.h:40
Eigen::MatrixXd orientation_
Definition: link_data.h:52
Eigen::MatrixXd transformation_
Definition: link_data.h:53


manipulator_h_kinematics_dynamics
Author(s): SCH
autogenerated on Mon Jun 10 2019 14:02:57