mongodb_store in ROS Indigo require MongoClient package (as specified in the CMakeLists.txt line 9), where do I can find this package, or how can I install it?
The error message while trying to make the package:
+++ processing catkin package: 'mongodb_store'
-- ==> add_subdirectory(mongodb_store)
-- Using these message generators: gencpp;genlisp;genpy
CMake Error at mongodb_store/cmake/FindMongoClient.cmake:72 (message):
MongoClient not found.
Call Stack (most recent call first):
mongodb_store/CMakeLists.txt:9 (find_package)
The line 9 in the CMakeLists.txt:
find_package(MongoClient REQUIRED)