Skip to content

Commit

Permalink
Create rigid-transforms.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kpwelsh authored Nov 20, 2024
1 parent 2e7bb67 commit 2fc87d9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions projects/rigid-transforms.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
layout: project
type: project
image: img/cotton/cotton-square.png
title: "Cotton"
date: 2024
published: true
labels:
- Robotics
- ROS2
summary: "TODO:"
---


# Rigid Transforms

The hardest thing about performing spatial operations is transforming between many reference frames. This small Python library encapsulates all of the necessary operations on rigid transformations $T\in SE3$ from basic constructions, to representation transformations, to parallel transport and Kabsch registration.

0 comments on commit 2fc87d9

Please sign in to comment.