concepts.simulator.pybullet.world.BodyFullStateSaver#

class BodyFullStateSaver[source]#

Bases: BulletSaver

Save and restore the full state of a body. That is, including both the state of the base link and all joints.

Methods

reset_client_id(client_id[, world])

reset_world(world)

restore()

save([body_state, joint_states])

Attributes

__init__(world, body_id, save=True)[source]#
Parameters:
__new__(**kwargs)#
reset_client_id(client_id, world=None)[source]#
Parameters:
reset_world(world)#
Parameters:

world (BulletWorld)

restore()[source]#
save(body_state=None, joint_states=None)[source]#
Parameters:
property world: BulletWorld#