strands-project / strands_perception_people

long-term detection, tracking and recognition of people
96 stars 70 forks source link

cmake Error #206

Open HuangZengPei opened 8 years ago

HuangZengPei commented 8 years ago

When I try to catkin_make the source code in mu catkin_ws , an error happened. It shows like that: CMake Error at mongodb_store-hydro-devel/mongodb_store/cmake/FindMongoClient.cmake:72 (message): MongoClient not found. Call Stack (most recent call first): mongodb_store-hydro-devel/mongodb_store/CMakeLists.txt:9 (find_package) Can anyone tell me how to solve that? Thanks very much

lucasb-eyer commented 8 years ago

I believe you need to install mongodb_store.

cdondrup commented 8 years ago

There might also be other dependencies that you need to install. In case you are running ROS indigo on Ubuntu 14.04 64-bit, we offer prebuilt debian packages that can easily be installed following the instructions found here: http://lncn.eu/strands

HuangZengPei commented 8 years ago

Thanks very much.I have solved this problem. @cdondrup