Functions | |
def | init_dyn_recfg |
def | init_pos |
Variables | |
string | base_dir = '/home/fxm-mb/bag-files/2015_08_06/' |
tuple | chain_tip_link = rospy.get_param('chain_tip_link') |
string | command = 'rosbag play ' |
list | data_krakens |
tuple | launch_time_stamp = time.strftime("%Y%m%d_%H_%M_%S", t) |
tuple | pid = subprocess.Popen(command, stdin = subprocess.PIPE, cwd = base_dir, shell = True) |
tuple | rate = rospy.Rate(10) |
tuple | root_frame = rospy.get_param('root_frame') |
status_open = True | |
tuple | t = time.localtime() |
tuple | tracking_frame = rospy.get_param('frame_tracker/tracking_frame') |
string | traj_marker_command = 'rosrun cob_twist_controller debug_trajectory_marker_node __ns:=' |
tuple | traj_marker_pid = subprocess.Popen(traj_marker_command, stdin = subprocess.PIPE, shell = True) |
Definition at line 33 of file test_careobot_st_jla_ca_torus.py.
Definition at line 81 of file test_careobot_st_jla_ca_torus.py.
tuple test_careobot_st_jla_ca_torus::base_dir = '/home/fxm-mb/bag-files/2015_08_06/' |
Definition at line 90 of file test_careobot_st_jla_ca_torus.py.
tuple test_careobot_st_jla_ca_torus::chain_tip_link = rospy.get_param('chain_tip_link') |
Definition at line 97 of file test_careobot_st_jla_ca_torus.py.
string test_careobot_st_jla_ca_torus::command = 'rosbag play ' |
Definition at line 116 of file test_careobot_st_jla_ca_torus.py.
00001 [ 00002 JointStateDataKraken(base_dir + 'careobot_st_jla_ca_joint_state_data_' + launch_time_stamp + '.csv'), 00003 ObstacleDistanceDataKraken(base_dir + 'careobot_st_jla_ca_obst_dist_data_' + launch_time_stamp + '.csv'), 00004 TwistDataKraken(base_dir + 'careobot_st_jla_ca_twist_data_' + launch_time_stamp + '.csv'), 00005 JointVelocityDataKraken(base_dir + 'careobot_st_jla_ca_joint_vel_data_' + launch_time_stamp + '.csv'), 00006 FrameTrackingDataKraken(base_dir + 'careobot_st_jla_ca_frame_tracking_data_' + launch_time_stamp + '.csv', root_frame, chain_tip_link, tracking_frame), ]
Definition at line 118 of file test_careobot_st_jla_ca_torus.py.
tuple test_careobot_st_jla_ca_torus::launch_time_stamp = time.strftime("%Y%m%d_%H_%M_%S", t) |
Definition at line 115 of file test_careobot_st_jla_ca_torus.py.
tuple test_careobot_st_jla_ca_torus::pid = subprocess.Popen(command, stdin = subprocess.PIPE, cwd = base_dir, shell = True) |
Definition at line 136 of file test_careobot_st_jla_ca_torus.py.
tuple test_careobot_st_jla_ca_torus::rate = rospy.Rate(10) |
Definition at line 152 of file test_careobot_st_jla_ca_torus.py.
tuple test_careobot_st_jla_ca_torus::root_frame = rospy.get_param('root_frame') |
Definition at line 109 of file test_careobot_st_jla_ca_torus.py.
tuple test_careobot_st_jla_ca_torus::status_open = True |
Definition at line 128 of file test_careobot_st_jla_ca_torus.py.
tuple test_careobot_st_jla_ca_torus::t = time.localtime() |
Definition at line 114 of file test_careobot_st_jla_ca_torus.py.
tuple test_careobot_st_jla_ca_torus::tracking_frame = rospy.get_param('frame_tracker/tracking_frame') |
Definition at line 103 of file test_careobot_st_jla_ca_torus.py.
string test_careobot_st_jla_ca_torus::traj_marker_command = 'rosrun cob_twist_controller debug_trajectory_marker_node __ns:=' |
Definition at line 134 of file test_careobot_st_jla_ca_torus.py.
tuple test_careobot_st_jla_ca_torus::traj_marker_pid = subprocess.Popen(traj_marker_command, stdin = subprocess.PIPE, shell = True) |
Definition at line 135 of file test_careobot_st_jla_ca_torus.py.