concepts.simulator.shapely_kinematics.shapely_kinematics.ShapelyKinematicsSimulator#
- class ShapelyKinematicsSimulator[source]#
Bases:
object
Methods
add_object
(label, center, vertices)pairwise_collision
(shape_a, shape_b)set_object_pose
(label[, center, rotation])Attributes
The objects in the scene.
- __new__(**kwargs)#
- pairwise_collision(shape_a, shape_b)[source]#
- Parameters:
shape_a (Sequence[ShapelyObject] | None)
shape_b (Sequence[ShapelyObject] | None)
- Return type:
- objects: Dict[str, ShapelyObject]#
The objects in the scene. The key is the name of the object, and the value is the ShapelyObject instance.