Robot.transformed_frames

Robot.transformed_frames(configuration, group=None)[source]

Get the robot’s transformed frames.

Parameters
  • configuration (Configuration) – Configuration to compute transformed frames for.

  • group (str, optional) – The planning group used for the calculation. Defaults to the robot’s main planning group.

Returns

list of compas.geometry.Frame – Transformed frames.