8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f963bc5 commit f89f624Copy full SHA for f89f624
setup.py
@@ -9,10 +9,11 @@
9
'spatialmath-python>=0.8.3',
10
'scipy',
11
'matplotlib',
12
- 'ansitable'
+ 'ansitable',
13
+ 'swift-sim'
14
]
15
-swift_req = [
16
+collision_req = [
17
'pybullet'
18
19
@@ -58,7 +59,7 @@ def package_files(directory):
58
59
'./roboticstoolbox/core/frne.c'])
60
61
setup(
- name='roboticstoolbox',
62
+ name='roboticstoolbox-python',
63
64
version='0.6.0',
65
@@ -117,7 +118,7 @@ def package_files(directory):
117
118
install_requires=req,
119
120
extras_require={
- 'swift': swift_req,
121
+ 'collision': collision_req,
122
'dev': dev_req,
123
'docs': docs_req,
124
'vpython': vp_req
0 commit comments