JPL M2020 Internship
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, ……
Python Scripts for Parsing SPICE Output: A Workshop
Github Repository Python is particularly useful for writing quick scripts. I find myself reaching for Python whenever I need to parse output into more readable/processable forms like csv files or pandas DataFrames. Engineering students at UCI ……