Variables | |
tuple | args = parser.parse_args() |
string | cmd = 'rospack find ' |
tuple | extractor_path = subprocess.check_output('rospack find naoqi_tools', stderr=subprocess.STDOUT, shell=True) |
tuple | file_list = sorted(os.listdir(path_meshes)) |
package = robot+suffix | |
tuple | parser = argparse.ArgumentParser(usage='Export meshes and convert them') |
tuple | path_meshes = subprocess.check_output(cmd, stderr=subprocess.STDOUT, shell=True) |
string | robot = 'nao' |
float | scale = 0.01 |
tuple | script_path = os.path.join(extractor_path , 'scripts', 'blender') |
string | suffix = '_meshes' |
string | version = 'V40' |
tuple export_meshes::args = parser.parse_args() |
Definition at line 33 of file export_meshes.py.
string export_meshes::cmd = 'rospack find ' |
Definition at line 57 of file export_meshes.py.
tuple export_meshes::extractor_path = subprocess.check_output('rospack find naoqi_tools', stderr=subprocess.STDOUT, shell=True) |
Definition at line 67 of file export_meshes.py.
tuple export_meshes::file_list = sorted(os.listdir(path_meshes)) |
Definition at line 88 of file export_meshes.py.
Definition at line 53 of file export_meshes.py.
tuple export_meshes::parser = argparse.ArgumentParser(usage='Export meshes and convert them') |
Definition at line 28 of file export_meshes.py.
tuple export_meshes::path_meshes = subprocess.check_output(cmd, stderr=subprocess.STDOUT, shell=True) |
Definition at line 58 of file export_meshes.py.
string export_meshes::robot = 'nao' |
Definition at line 36 of file export_meshes.py.
int export_meshes::scale = 0.01 |
Definition at line 39 of file export_meshes.py.
tuple export_meshes::script_path = os.path.join(extractor_path , 'scripts', 'blender') |
Definition at line 68 of file export_meshes.py.
string export_meshes::suffix = '_meshes' |
Definition at line 38 of file export_meshes.py.
string export_meshes::version = 'V40' |
Definition at line 37 of file export_meshes.py.