Skip to content

Commit 482b883

Browse files
committed
make dependency on rtb-data
remove data from RTB distro
1 parent bb9b8f1 commit 482b883

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

setup.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
'matplotlib',
1212
'ansitable',
1313
'swift-sim>=0.6.1',
14-
'qpsolvers'
14+
'qpsolvers',
15+
'rtb-data'
1516
]
1617

1718
collision_req = [
@@ -46,9 +47,9 @@
4647
# list all data folders here, to ensure they get packaged
4748

4849
data_folders = [
49-
'roboticstoolbox/models/URDF/xacro',
50-
'roboticstoolbox/models/DH/meshes',
51-
'roboticstoolbox/data',
50+
# 'roboticstoolbox/models/URDF/xacro',
51+
# 'roboticstoolbox/models/DH/meshes',
52+
# 'roboticstoolbox/data',
5253
'roboticstoolbox/core'
5354
]
5455

0 commit comments

Comments
 (0)