Static Pose Sensor to Body Calibration Blog Post
March 10, 2026
We published another blog post that I wrote about static pose sensor to body calibration a couple days ago. Enjoy!
March 10, 2026
We published another blog post that I wrote about static pose sensor to body calibration a couple days ago. Enjoy!
December 11, 2025
We published another blog post that I wrote about static calibration yaw correction a couple days ago. Enjoy!
August 12, 2025
I recently wrote a blog post about uv, the Python package manager. You can find it here on the SageMotion website. Enjoy!
January 3, 2025
I was using Web Plot Digitizer to calculate the area of something in an image. While this works okay, I really wanted a more intuitive way of doing this.
July 23, 2024
For some of the projects I am working on, I need to calculate the mean of a stream of data. I have found that the Knuth online mean is a good way to do this. It is a simple algorithm that is easy to understand and implement. The other nice thing about the formula is that you just need to keep the last mean and the number of samples that have been used in the mean calculation. You donโt need to keep a list of all of the values in the stream so far. While I found the formula online, I was not able to find a derivation of it. It is probably in TAOCP, but I thought that it would be more interesting to derive it myself. That is all that this post is about. I also will show how it is used.
May 15, 2024
While I was waiting for some code to compile, I decided to go though my bookmarks and clean them up. Here are some links that I found interesting: