Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
util
simulator
BodyState.h
Go to the documentation of this file.
1
#ifndef __BODY_STATE_H__
2
#define __BODY_STATE_H__
3
4
#include <
hrpModel/Body.h
>
5
6
class
BodyState
7
{
8
public
:
9
void
set
(
hrp::BodyPtr
i_body);
10
hrp::dvector
q
;
11
hrp::Vector3
p
;
12
hrp::Matrix33
R
;
13
std::vector<hrp::Vector3>
acc
;
14
std::vector<hrp::Vector3>
rate
;
15
std::vector<hrp::dvector6, Eigen::aligned_allocator<hrp::dvector6> >
force
;
16
std::vector<std::vector<double> >
range
;
17
};
18
19
#endif
BodyState::q
hrp::dvector q
Definition:
BodyState.h:10
BodyState::acc
std::vector< hrp::Vector3 > acc
Definition:
BodyState.h:13
Body.h
hrp::dvector
Eigen::VectorXd dvector
hrp::Vector3
Eigen::Vector3d Vector3
boost::shared_ptr< Body >
hrp::Matrix33
Eigen::Matrix3d Matrix33
BodyState::range
std::vector< std::vector< double > > range
Definition:
BodyState.h:16
BodyState::rate
std::vector< hrp::Vector3 > rate
Definition:
BodyState.h:14
BodyState::R
hrp::Matrix33 R
Definition:
BodyState.h:12
BodyState::p
hrp::Vector3 p
Definition:
BodyState.h:11
BodyState::force
std::vector< hrp::dvector6, Eigen::aligned_allocator< hrp::dvector6 > > force
Definition:
BodyState.h:15
BodyState
Definition:
BodyState.h:6
hrpsys
Author(s): AIST, Fumio Kanehiro
autogenerated on Thu May 6 2021 02:41:49