Functions | |
def | handle_power_state |
def | possibly_copy_bags |
Variables | |
string | DIR = '/removable/cont_ops_world_model' |
float | INTERVAL = 60.0 |
plugged_in = False | |
tuple | sub |
tuple | wait_int = int(sys.argv[1]) |
Definition at line 18 of file copy_bags_off_robot.py.
Definition at line 22 of file copy_bags_off_robot.py.
string copy_bags_off_robot::DIR = '/removable/cont_ops_world_model' |
Definition at line 16 of file copy_bags_off_robot.py.
float copy_bags_off_robot::INTERVAL = 60.0 |
Definition at line 14 of file copy_bags_off_robot.py.
Definition at line 15 of file copy_bags_off_robot.py.
tuple copy_bags_off_robot::sub |
00001 rospy.Subscriber('power_state', pr2_msgs.msg.PowerState, 00002 handle_power_state)
Definition at line 40 of file copy_bags_off_robot.py.
tuple copy_bags_off_robot::wait_int = int(sys.argv[1]) |
Definition at line 39 of file copy_bags_off_robot.py.