Updated docs

This commit is contained in:
thenetworkgrinch
2023-04-08 13:35:46 -05:00
parent 67c5980cbc
commit ecef13c190
113 changed files with 116 additions and 111 deletions

View File

@@ -203,6 +203,7 @@ public class SwerveMath
* Logical inverse of the Pose exponential from 254. Taken from team 3181.
*
* @param transform Pose to perform the log on.
* @return {@link Twist2d} of the transformed pose.
*/
public static Twist2d PoseLog(final Pose2d transform)
{