Struct urdf_rs::Pose
[−]
[src]
pub struct Pose {
pub xyz: [f64; 3],
pub rpy: [f64; 3],
}Fields
xyz: [f64; 3]
rpy: [f64; 3]