mongodb_play issues - unexpected keyword argument
Hi Guys
I have a mongodb setup. I am able to start the server using: rosrun mongodbstore mongodbserver.py
I am then able to add data to the db using rosrun mongodblog mongodblog.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 mongodbstore mongodbplay.py --mongodb-name=roslog /test
Getting an error:
mongodbplay.py", line 261 collectionnames = database.collectionnames(includesystemcollections=False) TypeError: collectionnames() got an unexpected keyword argument 'includesystemcollections'
Thoughts?
Thanks
Asked by GGabria on 2015-05-15 10:26:59 UTC
Comments