strands-project / mongodb_store

MongoDB tools for storing and analysing runs of ROS systems.
BSD 3-Clause "New" or "Revised" License
49 stars 72 forks source link

fixed bug in where the replicator node did not recognize the db_host #261

Closed vittoriouss closed 4 years ago

vittoriouss commented 4 years ago

I had an issue in which the db_host was not recognized when running roslaunch mongodb_store mongodb_store.launch host:=localhost use_daemon:=true port:=27017 The issue was easily fixed by referencing the 'master_db_host' instead of the variable db_host.

hawesie commented 4 years ago

Thanks!