mongodb_play issues - unexpected keyword argument

asked 2015-05-15 10:26:59 -0500

GGabria gravatar image

Hi Guys

I have a mongodb setup. I am able to start the server using: rosrun mongodb_store mongodb_server.py

I am then able to add data to the db using rosrun mongodb_log mongodb_log.py -a

I can see the data is in roslog db using an external mongo client. (MongoChef)

I am trying to play back to the topics using: rosrun mongodb_store mongodb_play.py --mongodb-name=roslog /test

Getting an error:

mongodb_play.py", line 261 collection_names = database.collection_names(include_system_collections=False) TypeError: collection_names() got an unexpected keyword argument 'include_system_collections'

Thoughts?

Thanks

edit retag flag offensive close merge delete