Closed maxspahn closed 1 year ago
The motion planning scenes are optional. You can install them using pip:
pip install "urdfenvs[scenes]"
If you use pip on the cloned repository, the syntax would be
pip install -e ".[scenes]"
If you use poetry, it is
poetry install -E scenes
In a future release this package will become mandotory.
Tried the top command, but there is a small typo: should be pip install "urdfenvs[scenes]"
Thanks @Capsar, edited the comment accordingly.
In #148, the dependency changed from optional to required, thus making the installation easier in the future.
Installing the bare minimum of the package leads to missing some package. This might throw an error like: