upkie / vulp

Robot/simulation switch for the mjbots stack
Apache License 2.0
61 stars 4 forks source link

Add include prefixes #51

Closed stephane-caron closed 10 months ago

stephane-caron commented 10 months ago

This allows dependencies to

#include <vulp/...>

Without include prefixes, they would have to

#include "vulp/..."

Which doesn't get sorted the same way by e.g. linters.