I worked in Section 374K with Justin Huang implementing RRTConnect has a motion planning algorithm for the the 5 DOF arms on the Mars rovers. Usually in motion planning, paths are smoothed to make corners into curves for less jerky motion; however, for space robotics, planners try to send the least amount of data through space to the rovers so the minimal number of viapoints is preferred. So instead of smoothing the RRT-generated paths, I spent the majority of my time simplifying the paths to the smallest number of viapoints.
My Final Presentation:
My Final Report, which has more information on path simplification algorithms:
I also got to hang out in the Mars Yard, where I got to see replicas of Curiosity and Perserverence used to test out new features.