concepts.dm.crowhat.domains.pybullet_single_robot_rwi_pp_simplified.PyBulletSingleRobotRWIPPSimplified#
- class PyBulletSingleRobotRWIPPSimplified[source]#
Bases:
object
Methods
bind_perception_interface
(perception_interface)bind_simulation_interface
(simulation_interface)Attributes
The PyBullet world.
The PyBullet client.
The Panda robot in the PyBullet environment.
The metainfo of the scene.
Whether to print verbose information.
The domain of the RWI-PP-Simplified domain.
The executor of the RWI-PP-Simplified domain.
- __init__(robot, scene_metainfo, verbose=False)[source]#
- Parameters:
robot (BulletArmRobotBase)
scene_metainfo (QDDLSceneMetainfo)
verbose (bool)
- __new__(**kwargs)#
- bind_perception_interface(perception_interface)[source]#
- Parameters:
perception_interface (PyBulletRemotePerceptionInterface)
- bind_simulation_interface(simulation_interface)[source]#
- Parameters:
simulation_interface (PyBulletSimulationControllerInterface)
- client: BulletClient#
The PyBullet client.
- domain: CrowDomain#
The domain of the RWI-PP-Simplified domain.
- domain_filename = '/Users/jiayuanm/Projects/Concepts/concepts/dm/crowhat/domains/RWI-pp-simplified.cdl'#
- executor: CrowExecutor#
The executor of the RWI-PP-Simplified domain.
- metainfo: QDDLSceneMetainfo#
The metainfo of the scene.
- robot: BulletArmRobotBase#
The Panda robot in the PyBullet environment.
- world: BulletWorld#
The PyBullet world.