Functions | Variables
test_careobot_st_jla_ca_sphere Namespace Reference

Functions

def init_dyn_recfg ()
 
def init_pos ()
 

Variables

string base_dir = ''
 
 chain_tip_link = rospy.get_param('chain_tip_link')
 
string command = 'rosbag play ' + base_dir + 'careobot_st_jla_ca_sphere.bag'
 
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/target_frame')
 
string traj_marker_command = 'rosrun cob_twist_controller debug_trajectory_marker_node __ns:=' + rospy.get_namespace()
 
 traj_marker_pid = subprocess.Popen(traj_marker_command, stdin = subprocess.PIPE, shell = True)
 

Function Documentation

◆ init_dyn_recfg()

def test_careobot_st_jla_ca_sphere.init_dyn_recfg ( )

Definition at line 35 of file test_careobot_st_jla_ca_sphere.py.

◆ init_pos()

def test_careobot_st_jla_ca_sphere.init_pos ( )

Definition at line 77 of file test_careobot_st_jla_ca_sphere.py.

Variable Documentation

◆ base_dir

test_careobot_st_jla_ca_sphere.base_dir = ''

Definition at line 85 of file test_careobot_st_jla_ca_sphere.py.

◆ chain_tip_link

test_careobot_st_jla_ca_sphere.chain_tip_link = rospy.get_param('chain_tip_link')

Definition at line 93 of file test_careobot_st_jla_ca_sphere.py.

◆ command

string test_careobot_st_jla_ca_sphere.command = 'rosbag play ' + base_dir + 'careobot_st_jla_ca_sphere.bag'

Definition at line 113 of file test_careobot_st_jla_ca_sphere.py.

◆ data_krakens

list test_careobot_st_jla_ca_sphere.data_krakens
Initial value:
1 = [
2  JointStateDataKraken(base_dir + 'joint_state_data_' + launch_time_stamp + '.csv'),
3  ObstacleDistanceDataKraken(base_dir + 'obst_dist_data_' + launch_time_stamp + '.csv'),
4  TwistDataKraken(base_dir + 'twist_data_' + launch_time_stamp + '.csv'),
5  JointVelocityDataKraken(base_dir + 'joint_vel_data_' + launch_time_stamp + '.csv'),
6  FrameTrackingDataKraken(base_dir + 'frame_tracking_data_' + launch_time_stamp + '.csv', root_frame, chain_tip_link, tracking_frame), ]

Definition at line 116 of file test_careobot_st_jla_ca_sphere.py.

◆ launch_time_stamp

test_careobot_st_jla_ca_sphere.launch_time_stamp = time.strftime("%Y%m%d_%H_%M_%S", t)

Definition at line 111 of file test_careobot_st_jla_ca_sphere.py.

◆ pid

test_careobot_st_jla_ca_sphere.pid = subprocess.Popen(command, stdin = subprocess.PIPE, cwd = base_dir, shell = True)

Definition at line 134 of file test_careobot_st_jla_ca_sphere.py.

◆ rate

test_careobot_st_jla_ca_sphere.rate = rospy.Rate(10)

Definition at line 150 of file test_careobot_st_jla_ca_sphere.py.

◆ root_frame

test_careobot_st_jla_ca_sphere.root_frame = rospy.get_param('root_frame')

Definition at line 105 of file test_careobot_st_jla_ca_sphere.py.

◆ status_open

bool test_careobot_st_jla_ca_sphere.status_open = True

Definition at line 126 of file test_careobot_st_jla_ca_sphere.py.

◆ t

test_careobot_st_jla_ca_sphere.t = time.localtime()

Definition at line 110 of file test_careobot_st_jla_ca_sphere.py.

◆ tracking_frame

test_careobot_st_jla_ca_sphere.tracking_frame = rospy.get_param('frame_tracker/target_frame')

Definition at line 99 of file test_careobot_st_jla_ca_sphere.py.

◆ traj_marker_command

string test_careobot_st_jla_ca_sphere.traj_marker_command = 'rosrun cob_twist_controller debug_trajectory_marker_node __ns:=' + rospy.get_namespace()

Definition at line 132 of file test_careobot_st_jla_ca_sphere.py.

◆ traj_marker_pid

test_careobot_st_jla_ca_sphere.traj_marker_pid = subprocess.Popen(traj_marker_command, stdin = subprocess.PIPE, shell = True)

Definition at line 133 of file test_careobot_st_jla_ca_sphere.py.



cob_twist_controller
Author(s): Felix Messmer , Marco Bezzon , Christoph Mark , Francisco Moreno
autogenerated on Mon May 1 2023 02:44:44