Skip to content
View elcolin's full-sized avatar

Highlights

  • Pro

Block or report elcolin

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
elcolin/README.md

Hello there

whoami

My name is Elise.

  • Robotics apprentice at CNRS
  • Student at 42 Paris
  • Passionate about embedded systems, autonomous robotics, low-level programming, and machine learning.

tech stack

tech stack

You can check some of my Fusion360 work on ORP.

currently building

Rampeluche

An autonomous robot featuring:

  • 2D LiDAR
  • Wi-Fi communication
  • IMU integration
  • Custom sensor fusion pipeline

latest work

Self Driving Car

As part of my work, I implemented a Pure Pursuit path-tracking controller in C++ and developed speed control algorithms for a robotized Renault Zoe.

Learn2Slither

A reinforcement learning project based on the classic Snake game.
Teaching an agent how not to embarrass itself.

Snake Gif

ft_traceroute

A reimplementation of traceroute written from scratch.
Tracks packet routes across networks and shows what happens between your machine and the destination host.

interests

  • Robotics (quite shocking)
  • AI
  • Street workout
  • Drawing
  • Making things move when they shouldn't

Contact

Pinned Loading

  1. rampeluche rampeluche Public

    Creating an autonomous bot.

    C++

  2. learn2slither learn2slither Public

    Exploring reinforcement learning with Q-Learning in a snake-like game.

    Python

  3. ft_traceroute ft_traceroute Public

    Finds the path to a destination (ip or domain name), trace the route and check its round trip time.

    C