personalrobotics / chimera

:snake: A CLI tool for generating Boost.Python/pybind11 bindings from C/C++
BSD 3-Clause "New" or "Revised" License
13 stars 1 forks source link

Use lookupYAMLNode to safely check empty config nodes. #301

Open psigen opened 4 years ago

psigen commented 4 years ago

This addresses a bug where namespace entries need to have a spurious blank name entry because leaving them empty makes them null.

psigen commented 4 years ago

I am not yet sure if this works, waiting to see the unit tests run 😓