pose.Translation().X() and pose.Translation.Y() are common operations, so shortening them to pose.X() and pose.Y() would be convenient. Java uses the getX() convention so that is used instead of X() for Java.
Closes #2508. Co-authored-by: Prateek Machiraju <prateek.machiraju@gmail.com>