Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Awkward header files linking in C++ code #19

Open
Mayankm96 opened this issue Mar 22, 2018 · 0 comments
Open

Awkward header files linking in C++ code #19

Mayankm96 opened this issue Mar 22, 2018 · 0 comments

Comments

@Mayankm96
Copy link
Member

In the hardware_arduino package, all the header files are included awkwardly, that is they are of the form:

#include "../include/Motor.h"

Instead of that, it should be #include "Motor.h". One way to resolve that is linking libraries and specifying the rules in the CMakeLists properly. It is open to other suggestions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant