Go to the source code of this file.
Namespaces | |
namespace | mongo_wrapper_ros |
Functions | |
def | mongo_wrapper_ros.is_lucid_or_maverick |
def | mongo_wrapper_ros.is_oneiric |
def | mongo_wrapper_ros.print_help_message |
Variables | |
string | mongo_wrapper_ros.cmd = "mongod" |
tuple | mongo_wrapper_ros.dbpath = path.expanduser(path_param) |
tuple | mongo_wrapper_ros.host = rospy.get_param('warehouse_host', 'localhost') |
string | mongo_wrapper_ros.lock_file = '{0}/mongod.lock' |
tuple | mongo_wrapper_ros.overwrite = rospy.get_param('~overwrite', False) |
tuple | mongo_wrapper_ros.path_param = rospy.get_param('~database_path' , '/tmp/db') |
tuple | mongo_wrapper_ros.port = rospy.get_param('warehouse_port', 27017) |