Lab Write-Ups

Posts with tag “Python”

See all tags
11 posts in total

Lab 10: Grid Localization using Bayes Filter

Implementing a Bayes filter in simulation over a (12, 9, 18) discretized grid, updating a belief over robot pose from ToF readings.

Lab 5: Linear PID Control and Linear Interpolation

A linear PID controller that drives the robot to a stop 304 mm from a wall, using linear extrapolation to decouple the control loop from the slower ToF sample rate.

Lab 1: Artemis and Bluetooth

Setting up the SparkFun RedBoard Artemis Nano, verifying the serial, analog-read and PDM microphone examples, then building a BLE command-and-notify link between the board and my laptop.