Struct Pose
Defined in File Pose.hpp
Inheritance Relationships
Derived Type
public navtk::filtering::NavSolution(Struct NavSolution)
Struct Documentation
A structure for describing Pose using position, attitude, and time.
Subclassed by navtk::filtering::NavSolution
Public Functions
- Parameters
pos – A vector representing position as Latitude-Longitude-Height (LLH) in rad-rad-meters.
rot_mat – A 3x3 DCM representing the rotation from the navigation frame to the sensor frame.
time – The time at which the attitude and position are valid, in seconds.
Public Members
A vector representing position as Latitude-Longitude-Height (LLH) in rad-rad-meters.
A 3x3 DCM representing the rotation from the navigation frame to the sensor frame.
The time at which the attitude and position are valid, in seconds.