ezconfig
Create C++ Objects from Yaml and Json
|
Decode se3 object from yaml. More...
#include <smooth_fwd.hpp>
Static Public Member Functions | |
static bool | decode (const Node &yaml, smooth::SE3< T > &obj) |
Decode se3 object from yaml.
Supported formats:
Format 1:
translation: <vec3> orientation: <so3>
Format 2: x: <floating> y: <floating> z: <floating> qw: <floating> qz: <floating> qy: <floating> qz: <floating>
Definition at line 96 of file smooth_fwd.hpp.
|
static |
Definition at line 52 of file smooth.hpp.