../../src/modules/commander/Commander.cpp:81:52: error: too few arguments to function 'int pthread_mutex_init(pthread_mutex_t*, const pthread_mutexattr_t*)'
81 | pthread_mutex_t _status_mutex = pthread_mutex_init();
| ^
compilation terminated due to -Wfatal-errors.