wbc
src
types
Pose.hpp
Go to the documentation of this file.
1
#ifndef WBC_TYPES_POSE_HPP
2
#define WBC_TYPES_POSE_HPP
3
4
#include <Eigen/Core>
5
#include <Eigen/Geometry>
6
7
namespace
wbc
{
namespace
types
{
8
9
class
Pose
{
10
public
:
11
Eigen::Vector3d
position
;
12
Eigen::Quaterniond
orientation
;
13
};
14
15
}
16
}
17
18
#endif
wbc::types::Pose
Definition
Pose.hpp:9
wbc::types::Pose::orientation
Eigen::Quaterniond orientation
Definition
Pose.hpp:12
wbc::types::Pose::position
Eigen::Vector3d position
Definition
Pose.hpp:11
wbc::types
Definition
Contact.hpp:6
wbc
Definition
ContactsAccelerationConstraint.cpp:3
Generated by
1.13.2