olympus-robotics / hephaestus

Hephaestus is a C++ framework designed to facilitate robotics development by providing commonly needed functionality and abstractions.
MIT License
18 stars 2 forks source link

Fix/Add allow_empty flag to randomT containers #66

Closed lhruby closed 1 month ago

lhruby commented 1 month ago

Description

Some tests use empty containers to test for corner cases, while in other tests, an empty container is not sensible. We add a flag to specify if an empty container is acceptable.

Type of change

Checklist before requesting a review