Link Search Menu Expand Document

arena-py API v0.10.0

arena.objects.urdf_model

UrdfModel object class to manage its properties in the ARENA: Load a URDF model. See guidance to store paths under https://docs.arenaxr.org/content/interface/filestore.html ARENA File Store, CDN, or DropBox.

Parameters
  • str joints: Set joint values (in degrees) in the form 'JointName1: ValueInDegrees1, JointName2: ValueInDegrees2, ...'. (optional)
  • str url: Use File Store paths under 'store/users/username', see CDN and other storage options in the description above. (optional)
UrdfModel(**kwargs)
object_type = 'urdf-model'