pyrobosim.core.objects.Object.set_pose

Object.set_pose(pose)

Sets the pose of an object, accounting for any height offsets in the target location, and update the corresponding object polygons. Use this instead of directly assigning the pose attribute.

Parameters:

pose (pyrobosim.utils.pose.Pose) – New pose for the object.