ROS Pose
message (MessageType::ROS_POSE).
More...
#include <point_one/fusion_engine/messages/ros.h>
Public Attributes | |
double | orientation [4] = {NAN, NAN, NAN, NAN} |
The platform body orientation with respect to the local ENU frame, represented as a quaternion with the scalar component last (x, y, z, w). More... | |
Timestamp | p1_time |
The time of the message, in P1 time (beginning at power-on). More... | |
double | position_rel_m [3] = {NAN, NAN, NAN} |
The relative change in ENU position since the time of the first PoseMessage, resolved in the local ENU frame at the time of the first PoseMessage. More... | |
ROS Pose
message (MessageType::ROS_POSE).
See http://docs.ros.org/api/geometry_msgs/html/msg/Pose.html.
double point_one::fusion_engine::messages::ros::PoseMessage::orientation[4] = {NAN, NAN, NAN, NAN} |
Timestamp point_one::fusion_engine::messages::ros::PoseMessage::p1_time |
double point_one::fusion_engine::messages::ros::PoseMessage::position_rel_m[3] = {NAN, NAN, NAN} |
The relative change in ENU position since the time of the first PoseMessage, resolved in the local ENU frame at the time of the first PoseMessage.