1
ewpratten.com/content/blog/2022-04-11-angle-problem.md
Evan Pratten 66528d6284 Revert "The great migration"
This reverts commit f184e610368cedc50f9dd557953c83f70b55f329.
2024-11-14 12:45:30 -05:00

18 lines
514 B
Markdown

---
title: The angle problem
description: A look at a slightly infuriating robotics problem
date: 2022-04-11
tags:
- frc
draft: true
extra:
uses:
- katex
excerpt: In this post, I take a look at a mathematical problem commonly encountered
with relative rotation offset calculation in robotics.
aliases:
- /blog/angle-problem
---
In robotics, a common task is calculating the shortest arc between two rotational offsets. Such a task finds itself in turrets and other mechanisms requiring planar rotation.