Go to the source code of this file.
Namespaces | |
| export_meshes | |
Variables | |
| export_meshes.args = parser.parse_args() | |
| string | export_meshes.cmd = 'rospack find ' |
| export_meshes.default | |
| export_meshes.extractor_path | |
| export_meshes.file_list = sorted(os.listdir(path_meshes)) | |
| export_meshes.help | |
| export_meshes.package = robot+suffix | |
| export_meshes.parser = argparse.ArgumentParser(usage='Export meshes and convert them') | |
| export_meshes.path_meshes | |
| string | export_meshes.robot = 'nao' |
| float | export_meshes.scale = 0.01 |
| export_meshes.script_path | |
| string | export_meshes.suffix = '_meshes' |
| string | export_meshes.version = 'V40' |