henningkayser / warehouse_ros_mongo

Implementation of warehouse_ros using MongoDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warehouse ROS Mongo Interface

Code for persisting ROS message data using MongoDB. Contains C++ and Python libraries to serialize ROS data to MongoDB, as well as some handy scripts to record data from the command line. Based on code split out of warehouse_ros.

Travis - Continuous Integration

Build Status

Building from source

ROS Jade / Kinetic

In order to build from source you'll need to install the mongo c++ drivers

First get the driver:

git clone -b 26compat https://github.com/mongodb/mongo-cxx-driver.git

Then compile using scons:

sudo apt-get install scons
cd mongo-cxx-driver
sudo scons --prefix=/usr/local/ --full --use-system-boost --disable-warnings-as-errors

You should now be able to compile the packages using catkin.

About

Implementation of warehouse_ros using MongoDB


Languages

Language:C++ 83.9%Language:CMake 9.7%Language:Python 5.7%Language:Shell 0.8%