ezconfig
Create C++ Objects from Yaml and Json
Loading...
Searching...
No Matches
YAML::convert< smooth::SE2< T > > Struct Template Reference

Decode se2 from yaml. More...

#include <smooth_fwd.hpp>

Static Public Member Functions

static bool decode (const Node &yaml, smooth::SE2< T > &obj)
 

Detailed Description

template<typename T>
struct YAML::convert< smooth::SE2< T > >

Decode se2 from yaml.

Supported formats

Format 1: x: <floating> y: <floating> yaw: <floating> [radians]

Format 2: x: <floating> y: <floating> qw: <floating> qz: <floating>

Format 3: translation: <vec2> orientation: <so2>

Definition at line 60 of file smooth_fwd.hpp.

Member Function Documentation

◆ decode()

template<typename T >
bool YAML::convert< smooth::SE2< T > >::decode ( const Node & yaml,
smooth::SE2< T > & obj )
static

Definition at line 29 of file smooth.hpp.


The documentation for this struct was generated from the following files: