Functions | Variables
test_careobot_base Namespace Reference

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')
 

Function Documentation

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.

Variable Documentation

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
Initial value:
1 = [
2  JointStateDataKraken(base_dir + 'careobot_base_joint_state_data_' + launch_time_stamp + '.csv'),
3  ObstacleDistanceDataKraken(base_dir + 'careobot_base_obst_dist_data_' + launch_time_stamp + '.csv'),
4  TwistDataKraken(base_dir + 'careobot_base_twist_data_' + launch_time_stamp + '.csv', True, False),
5  TwistDataKraken(base_dir + 'careobot_base_twist_controller_commanded_twist_data_' + launch_time_stamp + '.csv', False, False),
6  JointVelocityDataKraken(base_dir + 'careobot_base_joint_vel_data_' + launch_time_stamp + '.csv'),
7  OdometryDataKraken(base_dir + 'careobot_base_odometry_data_' + launch_time_stamp + '.csv'),
8  ]

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.



cob_twist_controller
Author(s): Felix Messmer , Marco Bezzon , Christoph Mark , Francisco Moreno
autogenerated on Thu Apr 8 2021 02:40:01