# Depth vision for autonomous navigation
the2nake, joshua, edison, ryan 10 min read
Most of my work for U-M ARV until March 2026. We used, among other techniques, RANSAC and point clouds to segment obstacles from the ground.
Most of my work for U-M ARV until March 2026. We used, among other techniques, RANSAC and point clouds to segment obstacles from the ground.
An extension on the A* pathfinding algorithm that creates less complex paths by skipping certain nodes using a line-of-sight check with line rasterisation.
Hash grid data structure description and implementation concerns. It greatly improves collision detection efficiency using a divide-and-conquer approach.
FLuid Implicit Particle technique in C with SDL. This is underlying work for a clone of the fluid simulation pendant by mitxela.