wrapper Namespace Reference

Variables

tuple dbpath = rospy.get_param('~database_path' , '/tmp/db')
tuple overwrite = rospy.get_param('~overwrite', False)
tuple port = rospy.get_param('~port', 27017)
tuple retcode

Variable Documentation

tuple wrapper::dbpath = rospy.get_param('~database_path' , '/tmp/db')

Definition at line 13 of file wrapper.py.

tuple wrapper::overwrite = rospy.get_param('~overwrite', False)

Definition at line 15 of file wrapper.py.

tuple wrapper::port = rospy.get_param('~port', 27017)

Definition at line 14 of file wrapper.py.

Initial value:
subprocess.call("rosrun mongodb mongod --dbpath {0} --port {1}".\
                                  format(dbpath, port).split())

Definition at line 29 of file wrapper.py.

 All Namespaces Files Variables


mongodb
Author(s): Nate Koenig
autogenerated on Fri Jan 11 10:09:19 2013