Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
RoboVerseOrg
/
roboverse_data
like
16
Follow
RoboVerse
61
Tasks:
Robotics
ArXiv:
arxiv:
2504.18904
License:
apache-2.0
Dataset card
Files
Files and versions
xet
Community
36
main
roboverse_data
/
robots
/
franka_shadow_hand
/
urdf
/
meshes
/
convert_dae2obj.py
Fisher-Wang
bidex manipulation data (
#34
)
1477756
verified
18 days ago
raw
Copy download link
history
blame
contribute
delete
90 Bytes
from
pyassimp
import
*
scene = load(
'F2.dae'
)
print
(
'loading the scene'
)
release(scene)