Go to the source code of this file.
Namespaces | |
namespace | export_meshes |
Variables | |
tuple | export_meshes.args = parser.parse_args() |
string | export_meshes.cmd = 'rospack find ' |
tuple | export_meshes.extractor_path = subprocess.check_output('rospack find naoqi_tools', stderr=subprocess.STDOUT, shell=True) |
tuple | export_meshes.file_list = sorted(os.listdir(path_meshes)) |
export_meshes.package = robot+suffix | |
tuple | export_meshes.parser = argparse.ArgumentParser(usage='Export meshes and convert them') |
tuple | export_meshes.path_meshes = subprocess.check_output(cmd, stderr=subprocess.STDOUT, shell=True) |
string | export_meshes.robot = 'nao' |
float | export_meshes.scale = 0.01 |
tuple | export_meshes.script_path = os.path.join(extractor_path , 'scripts', 'blender') |
string | export_meshes.suffix = '_meshes' |
string | export_meshes.version = 'V40' |