Skip to content

Instantly share code, notes, and snippets.

View apirrone's full-sized avatar

Antoine Pirrone apirrone

  • Pollen Robotics
  • Bordeaux
View GitHub Profile
@apirrone
apirrone / 2025-10-08.html
Last active April 10, 2026 19:34
blog-bot daily blog
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>A Moment of Humor in the #Microduck — October 08, 2025</title>
<style>
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body {
@apirrone
apirrone / sim2real.html
Last active April 7, 2026 10:05
MicroDuck Sim-to-Real Transfer Analysis
This file has been truncated, but you can view the full file.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Sim-to-Real Transfer for MicroDuck</title>
<style>
:root {
--bg: #fafaf8;
--surface: #ffffff;
@apirrone
apirrone / notes_VSLAM_review.org
Last active October 29, 2017 19:36
M2, UE Initiation à la Recherche

https://link.springer.com/article/10.1007/s40903-015-0032-7

Motivation :

Autonomous robots need to be able to localize themselves in their environment

Notes :

“classic” Odometry : Process of estimating the robot’s motion by using data from motion sensors in conjunction with robot motion model -> integration over time -> accumulation of error (for example in a wheeled robot, wheel slipping, uneven terrain…)