Skip to content
View florianpfleiderer's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report florianpfleiderer

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
florianpfleiderer/README.md

Hi there, I'm Florian!

I hold a Master’s Degree in Computer Science from the University of St Andrews, where I focused on machine learning, multi-core programming, and data-intensive systems. My master’s thesis centered on model-based reinforcement learning, exploring sample-efficient methods for decision-making and control in dynamic environments.
During my undergraduate degree in Electrical Engineering and Communication Technologies at the Technical University of Vienna, I focused on Robotics, Machine Vision and Control. I was also part of TU Wien Racing, where I led the embedded software development for the racecar’s electronic control unit and contributed to securing a top-25 place among over 200 international teams.
My interests lie in robotics, reinforcement learning, and control, with a focus on building intelligent and impactful autonomous systems.

LinkedIn GitHub florianpfleiderer Website

🔭 I'm currently working on ...

  • experimenting with ROS2
  • learning rust

🌱 My best projects ...

  • Transformer-based World Model for Cloth Manipulation - Deep RL · Control · Manipulation

    Implementation of a Transformer-based state-space model (TSSM) for robotic cloth manipulation. The agent learns latent world models from fabric manipulation datasets and uses model-predictive control for planning. Built on the Agent-Arena framework for training, evaluation, and benchmarking of world-model agents on cloth flattening and other deformable-object tasks.

  • Improved Change Detection in Autonomous SystemsROS · DINO-ViT · Perception

    Integration of the CYWS-3D model into an indoor mobile robotics research project to enhance visual change detection. Combines DINO-pretrained Vision Transformers for feature extraction, SuperGlue GNNs for correspondence matching, and UNet-SCSE modules for spatial reasoning. Uses CenterNet detection with differentiable 3D warping to bypass traditional reconstruction pipelines, improving occlusion handling and geometric registration for unsupervised home-assistance scenarios.

  • Autonomous Robot Hockey SystemROS · Sensor Fusion · Navigation

    A ROS-based multi-robot system enabling autonomous hockey-style gameplay. Implements LiDAR + Kinect sensor fusion for perception and potential-field motion planning for real-time navigation and obstacle avoidance. Features a state-machine architecture supporting team coordination, dynamic target selection, puck manipulation, and goal-scoring behavior on physical robots.

  • SimpleSynth — Digital Modular SynthesizerC++ · Audio DSP · GUI

    A node-based modular synthesizer for real-time audio generation and processing. Built with ImGui/ImNodes for an interactive interface and STK for audio synthesis and effects. Supports patch creation via drag-and-drop, live parameter editing, save/load functionality, and extensibility for custom modules.

💡 A little more about me...

Programming Languages:

C++ C Python Rust Haskell Erlang

Technologies and Frameworks:

Git Docker ROS OpenCV PyTorch

Cryptography:

RSA GPG SSL/TLS Public Key Infrastructure

📫 How to reach me:

Mail: florian@pfleiderer.at

Pinned Loading

  1. ARHS ARHS Public

    Autonomous Robot Hockey System (ARHS) - A ROS-based software for autonomous robots to play a hockey-like game. Key tasks include motion control, obstacle avoidance, detecting field components (puck…

    Python 2 1

  2. CYWS3D-pipeline CYWS3D-pipeline Public

    Model Optimisation and Comparison for Improved Change Detection in Autonomous Systems

    Python 1

  3. SimpleSynth SimpleSynth Public

    The motivation for this project was to develop a modular synthesizer to produce different sounds and create short loops to use in music production. It utilises the ImNodes and ImGui libraries for g…

    C++ 4 1

  4. TSSAgent TSSAgent Public

    Implementation of a Transformer-based state-space model (TSSM) for robotic cloth manipulation. The agent learns latent world models from fabric manipulation datasets and uses model-predictive contr…

    Jupyter Notebook