Hacker News new | ask | show | jobs
by franciscop 606 days ago
I've seen in the past a different trick that is adding an IMU[1] to the robot arm. When combining two different types of sensors, it's called Sensor Fusion[2], and it's really common to put together a IMU with GPS and slap a Kalman Filter[3] for very accurate position reading.

The particularly cool thing of this video though is that they could mount the new sensor within the motor itself, making it all a lot more compact.

[1] https://en.wikipedia.org/wiki/Inertial_measurement_unit

[2] https://en.wikipedia.org/wiki/Sensor_fusion

[3] https://en.wikipedia.org/wiki/Kalman_filter

1 comments

He goes into detail on the control algorithm of the project on the github. It's rather complicated... https://github.com/adamb314/ServoProject/blob/main/Doc/Theor...
wow I didn't know that Github supported MathJax! Also yeah, that's rather amazing/complicated stuff, thanks for pointing it out!