pyrobosim.core.types.set_parent

pyrobosim.core.types.set_parent(this: Entity, other: Entity) None

Helper function to cleanly set the parent of an entity.

Parameters:
  • this – The entity whose parent to modify.

  • other – The new parent of the entity.