PathPlan.add_robot_trajectory

PathPlan.add_robot_trajectory(robot, trajectory)[source]

Adds a trajectory for a specific robot.

Parameters
  • robot (compas_fab.robots.Robot) – Instance of robot.

  • trajectory (compas_fab.robots.Trajectory) – Trajectory of the robot.