XBotInterface  2.4.1
XBotInterface provides a generic API to model and control a robot.
XBot::ImuSensor Member List

This is the complete list of members for XBot::ImuSensor, including all inherited members.

ConstPtr typedefXBot::ImuSensor
GenericSensor()XBot::GenericSensor
GenericSensor(urdf::LinkConstSharedPtr sensor_link, int sensor_id)XBot::GenericSensor
getAngularVelocity(Eigen::Vector3d &angular_velocity) constXBot::ImuSensor
getImuData(Eigen::Quaterniond &orientation, Eigen::Vector3d &acceleration, Eigen::Vector3d &angular_velocity) constXBot::ImuSensor
getImuData(Eigen::Matrix3d &orientation, Eigen::Vector3d &acceleration, Eigen::Vector3d &angular_velocity) constXBot::ImuSensor
getLinearAcceleration(Eigen::Vector3d &acceleration) constXBot::ImuSensor
getOrientation(Eigen::Quaterniond &orientation) constXBot::ImuSensor
getOrientation(Eigen::Matrix3d &orientation) constXBot::ImuSensor
getParentJointName() constXBot::GenericSensor
getParentLinkName() constXBot::GenericSensor
getSensorId() constXBot::GenericSensor
getSensorName() constXBot::GenericSensor
getSensorPose() constXBot::GenericSensor
getTimestamp() constXBot::GenericSensor
ImuSensor()XBot::ImuSensor
ImuSensor(urdf::LinkConstSharedPtr sensor_link, int sensor_id)XBot::ImuSensor
operator<<(std::ostream &os, const XBot::ImuSensor &j)XBot::ImuSensorfriend
Ptr typedefXBot::ImuSensor
setImuData(Eigen::Quaterniond &orientation, Eigen::Vector3d &acceleration, Eigen::Vector3d &angular_velocity, double timestamp)XBot::ImuSensor
setImuData(Eigen::Matrix3d &orientation, Eigen::Vector3d &acceleration, Eigen::Vector3d &angular_velocity, double timestamp)XBot::ImuSensor
setTimestamp(double timestamp)XBot::GenericSensor