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 bb9b8f1 commit 482b883Copy full SHA for 482b883
setup.py
@@ -11,7 +11,8 @@
11
'matplotlib',
12
'ansitable',
13
'swift-sim>=0.6.1',
14
- 'qpsolvers'
+ 'qpsolvers',
15
+ 'rtb-data'
16
]
17
18
collision_req = [
@@ -46,9 +47,9 @@
46
47
# list all data folders here, to ensure they get packaged
48
49
data_folders = [
- 'roboticstoolbox/models/URDF/xacro',
50
- 'roboticstoolbox/models/DH/meshes',
51
- 'roboticstoolbox/data',
+ # 'roboticstoolbox/models/URDF/xacro',
+ # 'roboticstoolbox/models/DH/meshes',
52
+ # 'roboticstoolbox/data',
53
'roboticstoolbox/core'
54
55
0 commit comments