concepts.simulator.pybullet.manipulation_utils.contact_samplers.sample_push_with_support#
- sample_push_with_support(robot, object_id, support_object_id, max_attempts=1000, batch_size=100, push_distance_fn=None, np_random=None, verbose=False)[source]#
- Parameters:
robot (BulletArmRobotBase)
object_id (int)
support_object_id (int)
max_attempts (int)
batch_size (int)
push_distance_fn (Callable | None)
np_random (RandomState | None)
verbose (bool)
- Return type: