41 lines
1.3 KiB
Markdown
41 lines
1.3 KiB
Markdown
---
|
|
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:
|
|
- [ ]
|
|
|
|
|