addPoses

public static Pose addPoses(Pose one, Pose two)

This returns a Pose that is the sum of the two input Pose.

Return

returns the sum of the two Pose.

Parameters

one

the first Pose

two

the second Pose