LCAD-UFES / carmen_lcad

Version of the carmen robot framework developed by LCAD for IARA - Intelligent Autonomous Robotic Autonomobile.
58 stars 27 forks source link

"error: wnn/VgRamNeuron.h: No such file or directory" compiling module traffic_light #3

Closed xperroni closed 7 years ago

xperroni commented 7 years ago

Steps to reproduce:

cd src/traffic_light
make clean
make

Notes:

I looked around but couldn't find the wnn folder, much less the VgRamNeuron.h file. Is this from a new library not previously used in CARMEN?

I don't particularly need traffic_light to compile right now, but since it's included in the global Makefile I thought it important to report this.

filipemtz commented 7 years ago

The traffic light module is still in development. The include is from an external library, but I'm not sure if the final version of the module will in fact use the lib. I will remove the program that uses the lib from the traffic light's makefile right now as a workaround. As soon as the module become more stable, I send instructions about how to install the lib.

xperroni commented 7 years ago

Fixed by installing new dependency libwnn.