vault backup: 2025-02-05 14:38:06

This commit is contained in:
2025-02-05 14:38:07 +01:00
parent 6ae96b0862
commit 23fd82117a
3738 changed files with 218546 additions and 24 deletions

View File

@@ -0,0 +1,40 @@
---
tags:
- daily
date: 2023-12-13
---
## Tasks
```tasks
due today
```
### Open Tasks
```tasks
due before today
no scheduled date
is not recurring
not done
sort by priority
```
```
```
___
### New Tasks
- [ ]
## Quick Notes
- Replace a external vision localization system (like [Vicon](https://www.vicon.com/) or [OptiTrack](https://optitrack.com/)) with a much simpler one using only a onboard camera: train a neural network (just as our hookfinder) to recognize an object and determine its exact pose (position and orientation) relative to the camera seeing it. When you know the exact position of the object you can also determine your relative position to it and thus use it as a source of localization. #idea/startup
- Iterative closest point ([[Iterative Closest Point|ICP]]) can be used to estimate the pose of the hook. For this we can use [libpointmatcher](https://github.com/norlab-ulaval/libpointmatcher?tab=readme-ov-file) or [simpleICP](https://github.com/pglira/simpleICP). But for the fist implementation we will just use 3 points and do it statically.
- https://enlightware.ch/ #work/company
- Anybotics #work/company
# Daily Recap
## Learnings
## Planning of Tomorrow
### New Tasks for tomorrow
1. change due dates of unfinished tasks today
2. add new tasks:
- [ ]