concepts.dm.crowhat.pybullet_interfaces.pybullet_qddl_interface.PyBulletQDDLInterface#
- class PyBulletQDDLInterface[source]#
Bases:
objectLoad a scene from a QDDL problem file.
Methods
load_qddl(domain_file, problem_file)load_scene(domain_file, problem_file)load_scene_string(domain_string, problem_string)- __init__(client, package_map=None)[source]#
- Parameters:
client (BulletClient) –
- __new__(**kwargs)#