olympus-robotics / hephaestus

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

[Fix] TerminationBlocker stopRequested was not registering signal handler function #109

Closed filippobrizzi closed 3 months ago

filippobrizzi commented 3 months ago

Description

TerminationBlocker::stopRequested was not registering signal handler function.

Type of change