ABOUT ME

Hi there! I am a robotics engineer from Malaga with more than 8 years of experience in academia and industry.

Magna Cum Laude PhD in Mechatronics and Robotics Engineering with extensive experience in academia and industry. Skilled in developing and testing software for manipulator and mobile robots, both in simulation and on diverse hardware platforms in real-world environments.My experience includes working as a robotics engineer at Cyber Surgery (San Sebastián-Donostia, Spain), developing and enhancing a surgical robot assistant for spinal procedures. My work tasks include improving the collision detection system and analyzing the workspace and dynamics of the assistant.Previously, I spent more than two years with the GNC team at Airbus in Stevenage, UK, developing autonomous navigation algorithms for prototype mobile platforms and designing planning and control strategies for robotic arms used in autonomous sample tube retrieval.I earned my PhD from the University of Malaga (Spain), where I specialized in path planning for mobile robots. During my studies, I conducted research at the European Space Agency (ESA-ESTEC, Netherlands) and completed a short stay at DFKI (Germany). My research career also includes positions at the Space Robotics Lab (University of Malaga) and SpaceR (University of Luxembourg).

PROJECTS AND COLLABORATIONS

PLANETARY EXPLORATION



MEDICAL / SURGICAL


SEARCH & RESCUE

AGRICULTURE

ROBOTS

Spine Robotic Assistant ALAYA

Links of interest:
- LinkedIn Post about arrival

SHERPA TT

SherpaTT is a mobile manipulator equipped with four articulated wheeled-legs and a 6 DoF robotic arm placed on its top.

MEDICAL ROBOTICS


Spine Robotic Assistant ALAYA

Links of interest:
- LinkedIn Post about arrival


6DoF robot simulink diagram for simulation

Simulink diagram that simulates a 6DoF manipulator that has been used in surgical robotics.
The diagram solves the constrained movements of a manipulator that holds a surgical instrument that is introduced inside the patient's abdomen using a trocar. In this situation, the movements are performed taking into account the insertion point (fulcrum). To solve this issue, a Jacobian based position control scheme has been used, which is able to generate the manipulator joint angles references to perform a movement taking into account a previously fixed fulcrum point. The obtained joint angles are then used to animate a 3D model (VRML) of the 6DoF manipulator. Morever, this 3D model allows to place the instrument tip at any orientation using Euler ZYZ angles or a rotation matrix.
The 3D model can also be used for teaching or research purposes, e.g. to calculate its kinematics.
The Jacobian based position control scheme has been presented in the paper:
Perez-del-Pulgar, C.J.; Munoz, V.F.; Velasco, J.J.; Gomez, R., "Parallel force-position control scheme with fuzzy gain tuning for single port laparoscopic surgery," in Control, Automation and Systems (ICCAS), 2013 13th International Conference on , vol., no., pp.101-106, 20-23 Oct. 2013.
doi: 10.1109/ICCAS.2013.6703871
Please, reference this paper if you use the model.This work has been developed by the University of Malaga students:
Ana María Gómez Delgado
José Ricardo Sánchez Ibáñez
Ignacio Alzugaray López
Pedro Cervera Pedregosa
Juan José Velasco Manzanares
Cite As
Carlos Pérez del Pulgar (2025). 6DoF robot simulink diagram for simulation (https://www.mathworks.com/matlabcentral/fileexchange/54455-6dof-robot-simulink-diagram-for-simulation), MATLAB Central File Exchange. Retrieved March 4, 2025.

IBB4 - Integrated Breadboard 4

SPACE ROBOTICS


Integrated Breadboard 4

Sample Fetch Rover - Integrated Breadboard 2



ADE: Autonomous DEcision making in very long traverses

ARES: Autonomous Routing on Extreme Surfaces

RESCUE ROBOTICS

Rescue Robotics Projects: FIRST-ROB and TRUST-ROB

Rescue robotics. Development and implementation of anisotropic path planner for autonomous navigation of mobile robots on irregular terrains.
National research project DPI2015-65186-R

Extreme Path Planning for Exploration Mobile Robots

Increasing autonomy on mobile robots is essential. The main reason is to provide them with the ability to perform operations on their own. This skill is desirable in fields such as planetary exploration or search and rescue operations. Mobile robots could carry out more tasks in a time window by not relying on human intervention. These systems could, for instance, drive longer distances and hence reach more places. Autonomous navigation rests on the use of path planning algorithms. These algorithms generate a path that guides the robot towards a target location. Yet, off-road and unstructured environments can pose a challenge to its locomotion capabilities. Thus, the path planner must address them at the same time as the robot mobility skills. In this way, this algorithm finds the path that minimizes a metric such as energy consumption. Not always precise information describing the environments is complete. The path planner must hence dynamically update the generated path whenever necessary. The robot may deal with terrain elements that were not addressed before in situ. This thesis tackles problems that arise in autonomous navigation on irregular terrains. As a first step, it presents an overview of the existing path planning algorithms. This overview focuses on those algorithms that are compatible with ground mobile robots. It serves to build a classification of the existing approaches. This classification rests on their functionality. In a few words, it tackles the different ways in which path planner model and process the environment and the robot mobility. This thesis puts the focus on some of them that are capable to produce the globally optimal path given a cost map. These are called PDE (Partial Derivative Equation) solving algorithms. How to adapt these algorithms to the autonomous navigation of irregular terrains is the cornerstone of this thesis. It deals first with the use of a path planner along with a reconfigurable robot.