This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Description
Some recently-introduced header files feature bad include guards.
This happens for files which were taken elsewhere, but whose include guard was not properly modified.
See for instance include/sot/core/robot-utils.hh which has
#ifndef __sot_torque_control_common_H__
#define __sot_torque_control_common_H__
...
#endif // sot_torque_control_common_h_