#!/usr/bin/python
# -*- coding: utf-8 -*-
class MechatronicsEngineer:
def __init__(self):
self.name = "Daniel"
self.role = "Software Developer and Mechatronics Engineer Specializing in Trajectory Generation"
self.mission = "Pushing the advent of tech forward and helping those in need on the way."
def say_hi(self):
print("Hey, I am Daniel! Thank you for stopping by. I am so stoked to be doing great things in tech!")
me = MechatronicsEngineer()
me.say_hi()Focus: Autonomous systems • UAV trajectory generation • Perception-aware planning • Cinematic robotics
Built through competitive robotics, independent research, and simulation-driven development


