base_module_state.h
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 /* Author: SCH */
18 
19 #ifndef BASE_MODULE_ROBOTISSTATE_H_
20 #define BASE_MODULE_ROBOTISSTATE_H_
21 
22 #include <eigen3/Eigen/Eigen>
23 
26 
27 namespace robotis_op
28 {
29 
31 {
32  public:
35 
36  bool is_moving_;
37 
38  int cnt_; // counter number
39 
40  double mov_time_; // movement time
41  double smp_time_; // sampling time
42 
43  int all_time_steps_; // all time steps of movement time
44 
45  Eigen::MatrixXd calc_joint_tra_; // calculated joint trajectory
46 
47  Eigen::MatrixXd joint_ini_pose_;
48  Eigen::MatrixXd joint_pose_;
49 
50  int via_num_;
51 
52  Eigen::MatrixXd joint_via_pose_;
53  Eigen::MatrixXd joint_via_dpose_;
54  Eigen::MatrixXd joint_via_ddpose_;
55 
56  Eigen::MatrixXd via_time_;
57 };
58 
59 }
60 
61 #endif /* BASE_MODULE_ROBOTISSTATE_H_ */


op3_base_module
Author(s): Kayman , SCH
autogenerated on Mon Jun 10 2019 14:41:14