Variables
export_meshes Namespace Reference

Variables

tuple args = parser.parse_args()
string cmd = 'rospack find '
tuple extractor_path
tuple file_list = sorted(os.listdir(path_meshes))
string help = 'location of your blender directory'
 package = robot+suffix
tuple parser = argparse.ArgumentParser(usage='Export meshes and convert them')
tuple path_meshes
string robot = 'nao'
float scale = 0.01
tuple script_path
string suffix = '_meshes'
string version = 'V40'

Variable Documentation

tuple export_meshes::args = parser.parse_args()

Definition at line 41 of file export_meshes.py.

string export_meshes::cmd = 'rospack find '

Definition at line 67 of file export_meshes.py.

Initial value:
00001 subprocess.check_output('rospack find naoqi_tools',
00002                                          stderr=subprocess.STDOUT,
00003                                          shell=True)

Definition at line 79 of file export_meshes.py.

tuple export_meshes::file_list = sorted(os.listdir(path_meshes))

Definition at line 107 of file export_meshes.py.

string export_meshes::help = 'location of your blender directory'

Definition at line 35 of file export_meshes.py.

Definition at line 62 of file export_meshes.py.

tuple export_meshes::parser = argparse.ArgumentParser(usage='Export meshes and convert them')

Definition at line 33 of file export_meshes.py.

Initial value:
00001 subprocess.check_output(cmd,
00002                                           stderr=subprocess.STDOUT,
00003                                           shell=True)

Definition at line 68 of file export_meshes.py.

string export_meshes::robot = 'nao'

Definition at line 44 of file export_meshes.py.

Definition at line 47 of file export_meshes.py.

Initial value:
00001 os.path.join(extractor_path,
00002                            'scripts', 'blender')

Definition at line 82 of file export_meshes.py.

string export_meshes::suffix = '_meshes'

Definition at line 46 of file export_meshes.py.

string export_meshes::version = 'V40'

Definition at line 45 of file export_meshes.py.



naoqi_tools
Author(s): Mikael Arguedas
autogenerated on Wed Aug 16 2017 02:28:16