example_models._example_models_ext

Functions

get_install_prefix()

Provides compile time access to the resources install directory.

get_package_share_dir()

Provides compile time access to the resources shared directory for accessing robot models or other resource files.

get_package_models_dir()

Provides compile time access to the directory under the resources shared directory which contains all the example robot models.

Module Contents

example_models._example_models_ext.get_install_prefix()

Provides compile time access to the resources install directory.

Return type:

pathlib.Path

example_models._example_models_ext.get_package_share_dir()

Provides compile time access to the resources shared directory for accessing robot models or other resource files.

Return type:

pathlib.Path

example_models._example_models_ext.get_package_models_dir()

Provides compile time access to the directory under the resources shared directory which contains all the example robot models.

Return type:

pathlib.Path