ezconfig
Create C++ Objects from Yaml and Json
|
Decode se2 from yaml. More...
#include <smooth_fwd.hpp>
Static Public Member Functions | |
static bool | decode (const Node &yaml, smooth::SE2< T > &obj) |
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.
|
static |
Definition at line 29 of file smooth.hpp.