three_link_planar_cuboid.py
Go to the documentation of this file.
00001 
00002 from three_link_planar_common import *
00003 
00004 bod_shapes = ['cube', 'cube', 'cube']  
00005 
00006 bod_dimensions = [[0.03, 0.03, torso_half_width], [0.03, 0.03, upper_arm_length], 
00007                   [0.03, 0.03, forearm_length]]
00008 
00009 bod_com_position = [[0., -torso_half_width/2., height], 
00010                     [0., -torso_half_width-upper_arm_length/2., height], 
00011                     [0., -torso_half_width-upper_arm_length-forearm_length/2., height]]
00012 
00013 bodies ={'shapes':bod_shapes, 'dim':bod_dimensions, 'num_links':bod_num_links,
00014          'com_pos':bod_com_position, 'mass':bod_mass, 'name':bod_names, 'color':bod_color}
00015 
00016 


hrl_common_code_darpa_m3
Author(s): Advait Jain, Marc Killpack. Advisor: Prof. Charlie Kemp. Healthcare Robotics Lab, Georgia Tech
autogenerated on Wed Nov 27 2013 11:34:42