emlid / Navio2

C++ and Python sensor examples for developers
BSD 3-Clause "New" or "Revised" License
173 stars 122 forks source link

pigpio.h no such file or directory: on master branch #31

Closed vkotaru closed 6 years ago

vkotaru commented 6 years ago

Hi,

When tried compiling the C++ examples on master branch, I got the this error.

In file included from Navio+/RCInput_Navio.cpp:1:0:
Navio+/RCInput_Navio.h:4:20: fatal error: pigpio.h: No such file or directory
compilation terminated.

I was able to compile C++ examples on navio2 branch, however, the LED example didnot change the color of the led on navio2.

IgorAnohin commented 6 years ago

Hello, @vkotaru! Please, back to master branch and try to do this: sudo apt-get update sudo apt-get install pigpio

vkotaru commented 6 years ago

@IgorAnohin Thanks.