RASW
Patrick Tibbetts and 3 OthersJasmine HorowitzNico Bellucci
Lloyd Graves
RASW is an open-source software package meant to assist people with robotic arms who lack the knowledge required to program the arm from scratch. RASW utilizes Python code to do the math behind inverse and forward kinematics. RASW takes inputs of either angle or your endpoint depending on whether you are doing forward or inverse, then you input the number of arms and how long each one is. After RASW has all of the relevant information needed to do the math, it will output either the endpoint you have reached or the angles you need to get depending on if you are doing inverse or forward kinematics.