Functions | |
def | init_dyn_recfg () |
def | init_pos () |
Variables | |
string | base_dir = '/home/fxm-mb/bag-files/base_active_arm_right/' |
chain_tip_link = rospy.get_param('chain_tip_link') | |
string | command = 'rosbag play ' |
list | data_krakens |
launch_time_stamp = time.strftime("%Y%m%d_%H_%M_%S", t) | |
pid = subprocess.Popen(command, stdin = subprocess.PIPE, cwd = base_dir, shell = True) | |
rate = rospy.Rate(10) | |
root_frame = rospy.get_param('root_frame') | |
bool | status_open = True |
t = time.localtime() | |
tracking_frame = rospy.get_param('frame_tracker/tracking_frame') | |
def test_careobot_base.init_dyn_recfg | ( | ) |
Definition at line 37 of file test_careobot_base.py.
def test_careobot_base.init_pos | ( | ) |
Definition at line 81 of file test_careobot_base.py.
test_careobot_base.base_dir = '/home/fxm-mb/bag-files/base_active_arm_right/' |
Definition at line 97 of file test_careobot_base.py.
test_careobot_base.chain_tip_link = rospy.get_param('chain_tip_link') |
Definition at line 104 of file test_careobot_base.py.
string test_careobot_base.command = 'rosbag play ' |
Definition at line 123 of file test_careobot_base.py.
list test_careobot_base.data_krakens |
Definition at line 125 of file test_careobot_base.py.
test_careobot_base.launch_time_stamp = time.strftime("%Y%m%d_%H_%M_%S", t) |
Definition at line 122 of file test_careobot_base.py.
test_careobot_base.pid = subprocess.Popen(command, stdin = subprocess.PIPE, cwd = base_dir, shell = True) |
Definition at line 147 of file test_careobot_base.py.
test_careobot_base.rate = rospy.Rate(10) |
Definition at line 150 of file test_careobot_base.py.
test_careobot_base.root_frame = rospy.get_param('root_frame') |
Definition at line 116 of file test_careobot_base.py.
test_careobot_base.status_open = True |
Definition at line 141 of file test_careobot_base.py.
test_careobot_base.t = time.localtime() |
Definition at line 121 of file test_careobot_base.py.
test_careobot_base.tracking_frame = rospy.get_param('frame_tracker/tracking_frame') |
Definition at line 110 of file test_careobot_base.py.