Skip to content

September 2022 Updates

Published On:
Sep 30, 2022
Last Updated:
Sep 30, 2022

Updates This Month

  • Updates to the Kalman Filter page.

  • Upgraded the Netlify build image from Ubuntu Xenial 16.04 (which is deprecated and was going to be unsupported in November 2022) to Ubuntu Focal 20.04. This initially caused a hugo build failure, which was resolved by adding GEM_PATH to the security: exec: osEnv: section of the config.yaml.

  • Updated the C++ On Embedded Systems page with more info and examples on what C++ features you should and shouldn’t use in an embedded system. Also replaced a code example that was using a pointer to use a reference.