Struct autoware_auto::msgs::ffi::AutowareAutoMsgsComplex32 [−][src]
Expand description
Complex32.msg
Can be used to represent yaw angle for trajectories
To convert back to a yaw angle, see
https://en.wikipedia.org/wiki/Conversion_between_quaternions_and_Euler_angles
Fields
real: f32
cos(yaw / 2)
imag: f32
sin(yaw / 2)
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Either cxx::kind::Opaque
or cxx::kind::Trivial
. Read more
Auto Trait Implementations
impl RefUnwindSafe for AutowareAutoMsgsComplex32
impl Send for AutowareAutoMsgsComplex32
impl Sync for AutowareAutoMsgsComplex32
impl Unpin for AutowareAutoMsgsComplex32
impl UnwindSafe for AutowareAutoMsgsComplex32
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more