Skip to content

[Minor] Bad include guards #86

@gabrielebndn

Description

@gabrielebndn

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_

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions