During the 2024/25 semester, I completed an internship where I developed the skid-steer kinematics for a wheel-driven robot. I implemented the control software to calculate the required movements using inverse kinematics, enabling the robot to accurately follow a sequence of predefined waypoints. The main program was written in C89 for a 32-bit AVR microcontroller.
Right now I'm learning parallel computing in C and Python using the libraries OpenMP and MPI.