How to record data from rostopics using MongoDB
I have installed the mongodb_store package on my jackal clearpath robot (Ubuntu 14.04) running ros-indigo, and I have started the mongoldb_server by running the commands:
rosparam set mongodb_port 62345
rosparam set mongodb_host car-j100-0101
rosrun mongodb_store mongodb_server.py
and in the terminal I get a message saying: "[INFO] [WallTime:...] The Aug 2 08:40:27.317 [initandlisten] waiting for connections on port 62345" and nothing else happens after this. Ideally I want to use mongodb_store to store the data that is being published on all of the rostopics on my jackal.