Skip to content

Robot visual odometry

control one mermaid canvas
<div data-mermaid-height="180px"></div>
flowchart LR
    Camera[Camera Frame] --> ORB[ORB Detection]
    ORB --> Match[Feature Matching]
    Match --> RANSAC[RANSAC]
    RANSAC --> Motion["dx, dy, yaw"]
    Motion --> Pose["x, y, heading"]
    Pose --> Velocity["vx, vy, yaw rate"]
control one mermaid canvas
<div data-mermaid-height="180px"></div>
flowchart LR
    Camera[Camera Frame] --> ORB[ORB Detection]
    ORB --> Match[Feature Matching]
    Match --> RANSAC[RANSAC]
    RANSAC --> Motion["dx, dy, yaw"]
    Motion --> Pose["x, y, heading"]
    Pose --> Velocity["vx, vy, yaw rate"]

Markdown Cheatsheet and VSCode Extensions

Github Docs - Basic writing and formatting syntax

Markdown

Tag Markdown
**bold** bold
*italic* italic
~~strikethrough~~ ~~strikethrough~~
$\LaTeX$ \(\LaTeX\)
--- ---

new tab [link](https://uri){:target="_blank"}

images

width control ![](images/markdown.png){ width=10% }
width control ![](images/markdown.png){ width=20% }

headings

Heading 1

# Heading 1

Heading 2

## Heading 2

Heading 3

### Heading 3


emoji

Complete list

:sunglasses: :sunglasses: :heart: :heart: