Medtronic interview question

What was a difficult engineering challenge you faced recently?

Interview Answer

Anonymous

2 July 2026

I was coding a PID controller for a mobile robot in ROS, but the base code provided by the course staff had no way of tweaking the gains without recompiling/reuploading the code to the robot every time. To expedite the tuning process I added the ability to update the parameters while the controller was running.