I am a Robotics Engineer currently pursuing an MSc in Robotics at Aalborg University, with a BSc in Electronic Engineering, Robotics & Mechatronics from the University of Seville. I specialize in computer vision, deep learning, and real-time control systems.
My work focuses on bridging the gap between theoretical sensor integration and robust, deployable robotics software, drawing from my experience as a Robotics Software Engineer Intern at CATEC and as an Electromechanical Engineer at ACIERTA Retail.
- Languages: C/C++, Python, MATLAB, Bash, Linux
- Robotics & AI: ROS/ROS2, PyTorch, TensorFlow, OpenCV, Hugging Face
- DevOps & Simulation: Git, Docker, CI/CD, Gazebo, CoppeliaSim
- Hardware & CAD: SolidWorks, Microcontrollers, PCB Soldering
Autonomous Counter-UAV System (MSc Project) My current major focus is an autonomous tracking architecture for UAVs. To make the system modular and scalable, I have separated the subsystems into dedicated ROS 2 packages:
- Perception: Real-time 3D UAV detection using an optimized PointPillars network for conical LiDARs (
pointpillars_UAV_ros2). - State Estimation: Fusing noisy LiDAR and acoustic DOA signals via a Bayesian Particle Filter (
particle_filter_ros2). - Control: Inverse kinematics and tracking computations for a 2-DOF turret (
pan_tilt_control,livox_avia_pan_tilt_ros2). - Tooling & Simulation: Synthetic data pipelines and dataset converters (
drone_detector_sim,bag_to_kitti_converter,truckscenes_to_kitti).
Hex-Bot: AI-Powered Hexapod Robot
- Designed multidirectional C-based kinematic control derived from custom Denavit-Hartenberg mathematical models. You can explore the core math and hardware engine in
Hex-Bot-Kinematics.
- LinkedIn: antonio-luis-gonzalez-hernandez
- Email: agonza25@student.aau.dk
- GitHub: AntonioLuisGH