diff --git a/src/rod/__init__.py b/src/rod/__init__.py index c1e5387..309560a 100644 --- a/src/rod/__init__.py +++ b/src/rod/__init__.py @@ -23,8 +23,16 @@ from .sdf.world import World from .utils.frame_convention import FrameConvention +# =============================== +# Configure the logging verbosity +# =============================== + def _is_editable(): + """ + Check if the rod package is installed in editable mode. + """ + import importlib.util import pathlib import site