tue-robotics / snowboy_ros

ROS wrapper for Kitt.ai's Snowboy hotword detection
MIT License
6 stars 2 forks source link

Compilation issue #1

Closed LoyVanBeek closed 7 years ago

LoyVanBeek commented 7 years ago

Did you forget to add a .h file?

`In file included from /home/loy/ros/indigo/system/src/snowboy_ros/src/hotword_detector.cpp:3:0: /home/loy/ros/indigo/system/src/snowboy_ros/include/snowboy_ros/hotword_detector.h:4:44: fatal error: snowboy/include/snowboy-detect.h: No such file or directory

include <snowboy/include/snowboy-detect.h>

`

LoyVanBeek commented 7 years ago

To fix, run

git submodule init
git submodule update

as Snowboy itself is included as a submodule

rokusottervanger commented 7 years ago

I'll make sure the target does a clone --recursive so the submodule is checked out automatically