Metadata-Version: 2.1
Name: motion-planning-scenes
Version: 0.3.4
Summary: Generic motion planning scenes, including goals and obstacles.
Author: Max
Author-email: m.spahn@tudelft.nl
Requires-Python: >=3.6.2,<3.10
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: bullet
Requires-Dist: PyYAML (>=6.0,<7.0)
Requires-Dist: casadi (>=3.5.4,<4.0.0,!=3.5.5.post1,!=3.5.5.post2)
Requires-Dist: dataclasses (>=0.8,<0.9); python_version < "3.7"
Requires-Dist: geomdl (>=5.3.1,<6.0.0)
Requires-Dist: matplotlib (>=3.3.0,<4.0.0)
Requires-Dist: numpy (>=1.19.0,<2.0.0)
Requires-Dist: omegaconf (>=2.2.2,<3.0.0)
Requires-Dist: pybullet (>=3.2.3,<4.0.0); extra == "bullet"
Requires-Dist: pyquaternion (>=0.9.9,<0.10.0)
