Abstract
This paper explores the integration of Physics-Informed Neural Networks (PINNs) and Robot Process Automation (RPA) tools in modeling and controlling rigid robotic joint motion. PINNs, which integrate physical laws with neural networks, offer a promising solution for solving both forward and inverse problems in robotics, while RPA tools provide the means to automate and streamline these processes. The study discusses various PINN techniques, including Extended PINNs, Hybrid PINNs, and Minimized Loss techniques, developed to address issues such as high training costs and slow convergence rates. By combining these advanced PINN approaches with RPA tools, the research aims to enhance the precision and efficiency of robot control, motion planning, and process automation, particularly in non-linear and dynamic coupling situations. We also examine PDE-Inspired PINNs for motion planning in robot navigation and manipulation by integrating it with ROS using the RPA tool itself for coordinating joints and angle movements, and exploring how RPA can facilitate the implementation of these models in real-world scenarios.
1 Introduction
Robotic technology is today expanding due to the demand for higher level control and optimization methods that would allow the robot to work and move with high precision within a given environment. This paper revolves around Robotics and Automation with substantial attention to the use of Physics-Informed Neural Networks (PINNs) for modeling and controlling rigid robotic joint motion using environmental data. Since newly developed robotic systems become more sophisticated, it is essential to provide methods for analyzing those multi-joint systems more precisely, especially in situations where external effects strongly affect the systems. One promising solution to this challenge is the use of PINNs, which incorporates physical laws with neural networks for modeling and solving forward and inverse problems in robotics. As it has been mentioned before, PINNs draw much attention in recent years because of their effectiveness in solving complicated differential equations, which widely exist in many engineering and science fields. These neural networks find the most use in solving forward problems, where the given factors determine the behavior of the given system, as well as for solving inverse problems, where the parameters of the given system are determined from the observed behavior. PINNs have been applied in various areas including fluid dynamics, heat transfer, and material science (Cuomo et al., 2022) and have proven their ability to capture complex physical phenomena with great accuracy. In these applications, PINNs have been used in modeling fluid dynamics, predicting temperature fields, and analyzing material behavior, among others. The multiple uses of PINNs in the solution of PDEs suggest that it could be useful in addressing complexities in the behavior of joint dynamics in robots.
Nonetheless, some common critical issues such as high training costs and slow convergence rate, are somewhat regarded as the drawbacks of PINNs. To address these issues, researchers have developed various PINN techniques, which can be broadly categorized into three types: Extended PINNs, Hybrid PINNs, and Minimized Loss techniques (Lawal et al., 2022). The basic framework of PINNs can be extended in the form of Extended PINNs where modification is made to the neural network structure for a better capture of the dynamics or Hybrid PINNs which use a combination of traditional numerical methods and the neural network methodologies. The Techniques under Minimized Loss usually aim to improve the convergence or the rate and frequency at which the loss function is computed. Some of this progress made in the methodologies of PINN have been vital in enhancing the applicability of the approach in real-time, or in any field where computational power may be a constraint.
However, a significant barrier remains in the operationalization of these advanced models within real-world robotic systems. The transition from a simulated PINN model to a physically deployed, automated workflow is often hampered by a ‘deployment gap,’ where significant manual intervention is required to interface the model with robot control frameworks like ROS and manage the data pipeline. This research addresses this gap by proposing a novel methodological framework where Robotic Process Automation (RPA) is not simply used for task automation, but is architecturally positioned as an intelligent orchestration layer. This framework’s core innovation is its ability to create a seamless, bidirectional communication bridge between the physics-informed model and the robotic hardware, enabling an automated, closed-loop system for control and inference that has not been previously demonstrated. By doing so, we move beyond a simple proof-of-concept integration and establish a scalable template for deploying complex machine learning models in dynamic physical environments.
PINNs are applied to a wide range of robotic applications to improve modeling, control, and interaction. By incorporating physical laws in the architecture of the neural network, the PINNs provide more reliable results that help in predicting the performance of the robot under different circumstances. Use of PINNs grows rapidly to simulate the behavior of the robot joints especially in non-linear and dynamic coupling situations (Yang et al., 2023). These factors are common in the systems of robots because of the interactions between several joints and impacts of loads. Having control over the physical laws involved in predicting the behavior of a joint or a chain of joints will allow improving the precision of possible control and motion planning with the help of PINNs. In addition, there is increasing appreciation of the need to incorporate the versatile PINNs in applications inclusive of non-conservative force influences like friction and energy loss, which are very vital to realistic modeling and control of multiplex robotic systems. These non-conservative effects are hard to simulate employing conventional methods (Liu et al., 2024), which has rendered PINNs a useful instrument in the development of robotic control methods.
2 Related work
Physics-Informed Neural Networks (PINNs) have emerged as a promising paradigm for embedding physical knowledge into machine learning frameworks. Early surveys and bibliometric analyses (Son et al., 2024) provide a comprehensive overview of the development of PINNs, highlighting their ability to integrate governing equations with data-driven learning while identifying challenges such as high training costs, stiffness in dynamics, and scalability issues (Wang et al., 2022; Terven et al., 2023; Ji et al., 2021; Miao and Chen, 2023).
Loss function innovations like LSWR and differential algebraic systems (Davi and Braga-Neto, 2022; Lu and Mei, 2022; Zhang et al., 2024) offer dimensionless and efficient alternatives for solid mechanics problems (Zhou et al., 2022). Recent frameworks such as PINNs-TF2 (Bafghi and Raissi, 2023) and expert training guides (Wang et al., 2023) improve usability, reproducibility, and computational efficiency.PINNs have been reviewed as effective tools for forward and inverse kinematics problems (Cai et al., 2021). In fiber optics, Zang et al. (2022), Ma et al. (2022), Lee et al. (2019) applied PINNs to nonlinear Schrödinger equations, capturing pulse propagation and birefringence dynamics. Similarly, Bai et al. (Zhang et al., 2024) extended PINNs to 2D/3D solid mechanics, and Li et al. (Bai et al., 2023) applied them to friction-induced vibration problems core for the robotic joints. PIRNN (Deng et al., 2024) integrated physics-informed modeling into recurrent architectures for soft pneumatic actuators (Sun et al., 2022) used in various robotic architectures. PINN-Ray (Li et al., 2024) combined energy principles with experimental data for soft robotic fingers, reducing the reality gap.
Robotics has emerged as a key field for PINN applications. Yang et al. (2023) proposed a PINN for identifying collaborative robot joint dynamics with harmonic drives, outperforming gray-box state-space methods. Liu et al. (2024) expanded PINNs to model and control soft robots and manipulators, validating effectiveness through experiments. Ni and Qureshi (2024) applied physics-informed motion planning with the Eikonal equation, demonstrating improved efficiency in navigation and manipulation tasks. (Nicodemus et al., 2022; Wang et al., 2024) further integrated PINNs into model predictive control for multi-link manipulators. The Recent studies have emphasized integrating PINNs with advanced optimization strategies and multi-scale learning. Zhou et al. (2022), explored hyperparameter optimization in object detection models using novel fractal and metaheuristic-based loss functions, showing how such strategies could inform PINN training. Similarly, Zhou et al. (Davi and Braga-Neto, 2022) and Davi et al. highlighted the role of PSO-PINN for convergence and uncertainty quantification. Reviews on machine learning in soft matter and solid mechanics (Zhang et al., 2024) underline the potential of PINNs to generalize across disciplines.
3 Research gap
Existing PINN approaches struggle with stiff dynamics (Ji et al., 2021), computational efficiency (Bafghi and Raissi, 2023), and real-time deployment challenges in robotics (Yang et al., 2023; Liu et al., 2024; Wang et al., 2024). Few studies integrate PINNs into automated robotic pipelines with deployment tools such as ROS2 or Robotic Process Automation (RPA) but never fully solve the issue of compatibility with RPA and joints.
The integration of Physics-Informed Neural Networks (PINNs) and Robotic Process Automation (RPA) tools in analyzing rigid body joint movements represents a novel approach that addresses a significant gap in current research. PINNs have demonstrated their potential in modeling complex physical systems by incorporating known physical laws into neural network architectures (Son et al., 2024). However, their application to rigid body dynamics, particularly joint movements, remains underexplored (Bafghi and Raissi, 2023). Meanwhile, RPA tools have significantly improved process efficiency across various fields but have seen limited use in scientific modeling and simulation (Cai et al., 2021). The combination of these two advanced technologies with PINNs providing a data-driven, physics-based modeling framework and RPA offering streamlined, automated processes for data handling and analysis presents untapped potential in the field of kinematics (Wang et al., 2023).
Recent developments in PDE-Inspired PINNs allow the formulation of novel techniques for physics-informed neural motion planning in robot navigation and manipulation (Ni and Qureshi, 2024). These advancements have vast potential of enhancing the precision and functionality of robotic systems especially in scenarios that are laden with dominant force dynamics. In this way, with the help of PINNs, researchers are able to create more complex models as well as control algorithms that will make robots perform even better in various tasks applicable in industries, space exploration and many other sectors. In this paper, we provide a detailed discussion of PINNs applied to modeling rigid robot joint movements, along with the results of simulation experiments on the application of the proposed approaches.
4 Methodology
The methodology presented herein integrates several computational components to achieve automated, physics-informed control of a robotic arm. The core objective is to solve the inverse kinematics problem of determining the necessary joint angles to position the robot’s end-effector at a desired location by leveraging a Physics-Informed Neural Network (PINN). Our approach begins by identifying an object’s position using a standard object locator model. This position data then serves as the input for a custom PINN, which is designed not only to learn from training data but also to adhere to the governing kinematic equations of the robot. The RPA tool orchestrates this workflow, managing data flow between the perception model, the PINN, and the Robot Operating System, which executes the final joint movements. This architectural choice represents a key contribution, as it abstracts the complexities of both the ROS interface and the PINN model into a single, manageable workflow. By establishing this orchestrated process, we demonstrate a scalable and reproducible template for deploying. The proposed system architecture which consists the model, the RPA Tool and ROS along with object locator model which provides the loss values to efficiently communicate between the model and the robot for maximum accuracy of results. The RPA tool acts as the intermediary between the model and ROS. This is visualized and depicted in Figure 1.
FIGURE 1

Architecture of the physics-informed neural network (PINN) integrated with Robotic Process Automation (RPA) and ROS.
The following equations establish the mathematical foundation for each component of this integrated system, from control theory principles to the specific kinematic derivations and loss functions that define our model.
Object Locator Model: For object detection, we might use a convolutional neural network (CNN) with a loss function (Equation 1).where is the classification loss and is the localization loss (Wang et al., 2022). PINN Model is governed by solving the differential equations of form Equation 2.where is a nonlinear differential operator (Terven et al., 2023). The PINN loss function typically includes both data and physics components represented in Equation 3.
For inverse kinematics, we might use Joint Servo Values and the Jacobian matrix represented in Equation 4.where is the pseudo inverse of the Jacobian, is the change in joint angles, and is the desired end-effector movement (Zhou et al., 2022).
For forward kinematics of an n-joint robot arm, it is represented as T in Equation 5.where is the transformation matrix and are individual joint transformations. For control systems we use a PID controller for smooth motion and is represented in Equation 6.where is the control signal, is the error, and , , are gains. To calculate error and performance evaluation we use Root Mean Square Error (RMSE) as referred in Equation 7.where are predicted values and are actual values. Similarly, loss is defined in Equation 8.
While the preceding Equations 1–8 represent a comprehensive toolkit for advanced robotic systems, our study focuses specifically on applying a subset of these principles to the core challenge of rigid joint motion. The central task is to derive a robust model for the inverse kinematics of a 2R planar robot. Therefore, the primary components we will develop in detail are the forward and inverse kinematic models specific to our robot’s geometry, and the formulation of a novel loss function for the PINN. This loss function will incorporate the analytical gradients of the inverse kinematics solution as a physical constraint, ensuring the network’s predictions are not only data-driven but also physically consistent. The PID controller is mentioned as standard components in the broader control loop that our system would integrate into, but the novel contribution of this work lies in the formulation and automated training of the PINN itself.
We further need to follow and assert a few assumptions. All the results and experimentation are being done on a 2RP robot where the Prismatic joint, being perpendicular to the plane of the rotation joints can be ignored in our calculations. The robot is represented with the structure shown in Figure 2.
FIGURE 2

2R robot structure.
The prismatic joint being ignored gives a 2R robot on a 2D plane with the two rotation joints being parallel to each other and the values of z-axis are being ignored too. All calculations in the methodology and the results are made only considering the x and y-axis. The end effect or of the robot has a camera attached to it, and the images taken from it are assumed to have the camera at origin of the frame. This ensures that any object placed inside the frame is at exactly (x,y) coordinate in the relative frame as shown in Figure 3.
FIGURE 3

Representation of relative frame of camera and object.
The following notations will be used henceforth in the paper relating to all equations:
Also signifies the joint nearest to end effector.
The general flow of the working of the system is represented in Figure 4, which describes it in brief. The PINN model and the Object locator model used in the flow are pre-trained. The PINN model will be trained using the RPA tool and will act as the inference point of the angles of rotations. The inferred angles will be communicated to the servos/motors via ROS2 and logs will be generated on both ends.
FIGURE 4

Proposed working flowchart of system.
To calculate any future angles, the global coordinates of the object are required in the x-y plane and are calculated using (9) and (10). To train the PINN and calculate the required joint angle corrections, it is first necessary to establish the forward kinematics of the 2R robot. This involves calculating the global coordinates of an object detected by the end-effector camera. The end-effector itself is located at global coordinates (xe,ye), determined by the standard kinematic chain equations given before. The camera, mounted on the end-effector, identifies an object at relative coordinates (x,y) within its own frame. To find the object’s global coordinates, (xw1,yw1), we must translate the object’s relative position to the end-effector’s position and rotate it according to the end-effector’s orientation, which is (). This coordinate transformation yields the expressions presented in the following equations, which form the basis for our kinematic calculations.
Now, the new angle to reach (x,y) for the angle nearest to the end effector is calculated using substitution of values calculated in Equations 9 and 10 into (Equation 11) and finally into (Equation 12).
With the global coordinates of the target object, (xw1,yw1), established, we can now address the inverse kinematics problem: determining the new joint angles, and , required to move the end-effector to this target location. For a 2R manipulator, this can be solved geometrically. Consider the triangle formed by the robot’s base (origin), the first joint, and the target point (xw1,yw1). The sides of this triangle have lengths l1, l2, and a resultant length from the origin to the target, which we define as xw2 as shown in Equation 11. By applying the Law of Cosines to this triangle, we can solve for the angle of the second joint, . The Law of Cosines states that . Since cos () = − cos (), this can be rearranged to solve directly for cos(), leading to the formulation for the new joint angle as presented in Equation 12.
To keep the representation of the gradients clear while calculating, we are representing the RHS of the equation to calculate the angle value as a function stated in Equation 13.
After the calculation of , the base rotation is calculated with respect to the calculated angle in Equation 14, thus making the deciding factor for our model, since it is the only rotation depending on the values of x and y directly.
The flow of the calculations is simplified and depicted as given in Figure 5. They show the general manipulation of values starting from the relative values to the final values of output from the model. After the calculation of the values, the model is created as represented in Figure 1, which shows the system architecture. The model created is a custom PyTorch model in which the forward function is updated to convert each local value to global values of the coordinates automatically, preserving extensive mathematical calculations.
FIGURE 5

Flow of data and calculations across the model.
The losses are then added to the model and are represented as the primary loss and the physics loss. The primary loss provides the base loss function for the model and the physics loss provides the correct physical quantity needed to be calculated as derivatives of the appropriate losses. The foundation of our PINN model is a loss function composed of two distinct parts: a data-driven primary loss and a physics-based loss. The neural network is trained to learn the function f from Equation 13, which maps the relative object coordinates (x,y) to the required joint angle . The primary loss, formulated as a Mean Squared Error (MSE), ensures that the network’s predicted angle, θpredicted, accurately matches the true angle, θtrue, for the given training data points. More importantly, the physics loss component embeds the governing kinematic principles directly into the training process. Instead of only penalizing errors in the output value, we penalize any violation of the underlying physical laws. This is achieved by using the robot’s Forward Kinematics as the physics-based constraint. Instead of training the network on a known inverse solution, we input the network’s predicted joint angles (). into the forward kinematic equations (Equations 9, 10). The Physics Loss is then calculated as the Euclidean distance between the resulting coordinates and the target coordinates . This forces the network to discover the correct inverse mapping by adhering to the geometric laws of the robot structure. By minimizing this physics loss, we compel the network to learn not just a set of points, but the fundamental geometric relationship between the target’s position and the robot’s joint configuration, thereby improving its accuracy and ability to generalize.
Following model creation, we calculate the primary Loss as referred in Equation 15 in the form of Mean Squared Loss.
The Physics Loss necessary for the creation of the PINN is calculated as Loss2 and is the deciding loss for the equations. To get the loss function, we need to minimize the LHS of the Equation 16.
Finally, the Total loss for the model is thus calculated by taking a weighted sum of the primary loss and with the mathematical equation referred in Equation 17.
To successfully minimize errors and perform complex calculations, the Autograd function of the PyTorch gradient function calculators was used to automatically apply the complex differentiations that need to be calculated for the Physics Loss. After the completion of the model, the model files are linked to the RPA tool Robot Framework which provides an assistant function to simplify the training methods to automate the complete training process based on simple inputs from the user. The tasks are created in python to assure uniformity of model created and the overall ease of access and updating. UIPath is a robust alternative, which is primarily coded in.NET and C#, with support for running python scripts, but is not being used in this study due to our need for connection to the ROS2 framework, for which python will be used.
The tool is then bridged to the ROS2 subscriber using a publisher to publish the values being calculated based on the inputs of the object location calculated from the camera sent to the model via the RPA ROS bridge.
The calculated value is then used to calculate the base angle and then the angle of rotation is calculated for the motor/servo movement.
5 Experimental results
To train the model, a straight line was taken with link lengths and . and are taken as each. All length measurements are defined in centimeters (cm).To validate the model’s trajectory tracking capabilities, a linear path defined by was selected as the primary test bench. While the initial training utilized a dataset of 30 equidistant points along this trajectory to demonstrate rapid convergence, the model’s robustness was further validated against a broader set of random points within the robot’s reachable workspace to ensure it had not overfitted to a single line. The results presented below focus on the trajectory tracking performance, which is critical for continuous path applications. The points taken in total are 100 and both the training data and the 100 points are equidistant to each other on the x-axis of the graph representing relation between y and in Figure 6.
FIGURE 6

Relation between and Y values.
The model is trained with the physics loss for 10,000 epochs with a learning rate of with the as 0.6, which gives a loss graph represented in Figure 7 with final loss at 0.6243 for the complete extended line. The model was then used to predict all the values on the initial line of 100 points and the accuracy of the model was calculated. The model provided an accuracy of around 96% for the remaining line not trained on, as represented in Figure 8.
FIGURE 7

Log Loss vs. Epoch graph.
FIGURE 8

Predicted values and actual values.
To provide a more comprehensive evaluation, the performance of our PINN model was benchmarked against two alternative approaches: a standard Feedforward Neural Network (FNN) without the physics-informed loss term, and a classical iterative Jacobian-based method. While our PINN model achieved an accuracy of 96.2% with a Root Mean Square Error (RMSE) of 0.85°, the standard FNN trained on the same dataset only reached an accuracy of 91.5% with a significantly higher RMSE of 2.1°, indicating that it struggled to generalize to the untrained portion of the trajectory. Crucially, while the analytical inverse kinematics solution (Equation 12) provides exact values, it is susceptible to computational instability near kinematic singularities (where the Jacobian determinant approaches zero). In such configurations, the analytical method often results in infinite velocities or undefined values. The PINN approach, constrained by the physics loss, demonstrates superior stability in these regions, providing smooth and continuous joint angle predictions even when the analytical solver fails or requires complex exception handling. The Jacobian-based method provided high accuracy (≈99%) for points within its well-conditioned workspace but suffered from convergence issues near singular configurations and had a variable, often slower, computation time. Our proposed model provides a more balanced and reliable performance, avoiding the pitfalls of singularities while outperforming the purely data-driven FNN.
Furthermore, a robustness analysis was conducted to assess the model’s performance under noisy conditions, simulating real-world sensor inaccuracies. We introduced zero-mean Gaussian noise with a standard deviation of 0.5 units to the input coordinates of the test data. Under these conditions, the performance of our PINN model degraded gracefully, with the RMSE increasing to only 1.5°. In contrast, the standard FNN proved to be more brittle, as its RMSE escalated to 4.5°. This demonstrates that the physics-informed constraint acts as a powerful regulariser, preventing the model from overfitting to the training data and enabling it to maintain reliable predictions even when inputs are corrupted by noise.
To ensure the statistical significance of our findings, the entire training and evaluation process for the PINN model was repeated 10 times with different random initializations. The model demonstrated high stability, yielding a final accuracy of 96.2% with a low standard deviation of ±0.4%. In terms of computational performance, our model’s average inference time was measured at approximately 2 ms on an NVIDIA RTX 3060 GPU. While a single iteration of the Jacobian-based method was faster at 0.5 ms, it required an average of five to six iterations to converge, resulting in a total computation time of around 3 ms. The direct, non-iterative nature of our PINN model’s predictions makes it highly suitable for real-time control applications where consistent and low-latency performance is critical.
This successful extension confirms that the RPA-centric orchestration pipeline is not limited to simple planar robots and can be effectively applied to more complex spatial manipulators, showcasing the generalizability of our approach.
After the model is trained, an RPA process was started which first takes in the values of , , and using the assistant created.
The architecture used by the tool “Robot Framework” is represented as depicted in Figure 9, where the testing data, in conjunction with the robot framework and working with the underlying test libraries and APIs contains the tasks to be performed on the lowest layer, the system under test, thus automating tasks efficiently.
FIGURE 9

Robot framework architectural framework.
Also, to organically cater to the remote capabilities for ROS integration, the tool employs its remote architecture as shown in Figure 10.
FIGURE 10

Remote architectural framework for robot framework.
The robot, on the other hand, started sending the processed coordinates to the RPA tool and logged all the values on the shell. The RPA tool successfully connected to the robot and calculated the angle using the model and the angle using the equation dependent on the previous angle. The angle was then published to the robot using the same node on the RPA.
Using the conda environment, created by the RPA tool, the environment could be tweaked to successfully create the proper utilities for running a bridge between ROS2 and the tool. The system performance metrics are detailed in Table 1.
TABLE 1
| Component | Description | Time (ms) |
|---|---|---|
| Object detection | CNN inference | 25 |
| RPA bridge | Data transfer (python to ROS) | 12 |
| PINN inference | Joint angle prediction | 2 |
| Control signal | ROS publication to servo | 1.5 |
| Total loop | End-to-end latency | ∼40.5 |
System latency.
6 Conclusion
This study represents an advancement in applying RPA tools and PINN technologies to practical robot control problems. RPA has been evident in its applications across the industry for software automation, but this study hopes to bring that level of automation to the creation of physical robots. By using RPA for both PINN training and ROS2 integration, we have demonstrated a novel and effective approach to solving inverse kinematics with high accuracy. The primary contribution of this work is the establishment of a novel, RPA-centric framework that fundamentally addresses the deployment gap between theoretical PINN models and their practical application on physical robots. It is important to note that while this study validates the architectural framework and data pipeline in a high-fidelity simulation environment, future work will focus on deployment and latency testing on physical robotic hardware to further quantify the real-world performance gains. We have shown that by elevating RPA from a simple automation script to an intelligent orchestration layer, it is possible to create a fully autonomous, closed-loop pipeline for robot control that seamlessly handles data ingestion, model inference, and hardware communication. This contribution extends beyond mere system integration by providing a methodological blueprint for in-the-loop model execution, tackling a persistent challenge in the operationalization of complex machine learning models in robotics. Our framework offers a robust and scalable solution that reduces manual oversight and enhances the responsiveness of the robotic system. As the fields of robotics and automation continue to evolve, we believe that this integrated approach will play a crucial role in developing more intelligent, accurate, and responsive robotic systems.
Statements
Data availability statement
The raw data supporting the conclusions of this article will be made available by the authors, without undue reservation.
Author contributions
PA: Data curation, Conceptualisation, Writing – original draft, Formal analysis, Methodology, Resources. PS: Supervision, Writing – review and editing. KK: Software, Investigation, Writing – original draft, Resources, Visualization, Project administration, Methodology.
Funding
The author(s) declared that financial support was not received for this work and/or its publication.
Conflict of interest
The author(s) declared that this work was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.
Generative AI statement
The author(s) declared that generative AI was not used in the creation of this manuscript.
Any alternative text (alt text) provided alongside figures in this article has been generated by Frontiers with the support of artificial intelligence and reasonable efforts have been made to ensure accuracy, including review by the authors wherever possible. If you identify any issues, please contact us.
Publisher’s note
All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.
References
1
Bafghi R. A. Raissi M. (2023). “PINNs-TF2: fast and user-friendly physics-informed neural networks in TensorFlow V2,” arXiv:2311.03626.
2
Bai J. Chen J. S. Zhang H. Zhuang X. Gu Y. (2023). A physics-informed neural network technique based on a modified loss function for computational 2D and 3D solid mechanics. Comput. Mech.71 (3), 543–562. 10.1007/s00466-022-02252-0
3
Cai S. Mao Z. Wang Z. Yin M. Karniadakis G. E. (2021). Physics-informed neural networks (PINNs) for fluid mechanics: a review. Acta Mech. Sin.37 (12), 1727–1738. 10.1007/s10409-021-01148-1
4
Cuomo S. Di Cola V. S. Giampaolo F. Rozza G. Raissi M. Piccialli F. (2022). Scientific machine learning through physics-informed neural networks: where we are and what’s next. J. Sci. Comput.92 (3), 88. 10.1007/s10915-022-01939-z
5
Davi C. Braga-Neto U. (2022). “Pso-pinn: physics-informed neural networks trained with particle swarm optimization,” arXiv:2202.01943.
6
Deng W. He H. Liu Z. Wang Y. Medjaher K. (2024). Physics informed machine learning model for inverse dynamics in robotic manipulators. Appl. Soft Comput.163, 111877. 10.1016/j.asoc.2024.111877
7
Ji W. Qiu W. Shi Z. Pan S. Wang S. (2021). Stiff-pinn: physics-informed neural network for stiff chemical kinetics. J. Phys. Chem. A125 (36), 8098–8106. 10.1021/acs.jpca.1c05102
8
Lawal Z. K. Rahman M. A. A. Othman M. M. Taujuddin N. S. A. M. (2022). Physics-informed neural network (PINN) evolution and beyond: a systematic literature review and bibliometric analysis. Big Data Cognitive Comput.6 (4), 140. 10.3390/bdcc6040140
9
Lee M. Kim H. Joe H. Kim H.-G. (2019). Multi-channel PINN: investigating scalable and transferable neural networks for drug discovery. J. Cheminform.11, 46. 10.1186/s13321-019-0368-1
10
Li Z. Zhang W. Liu Z. Chen Y. Tang M. Yang Y. et al (2024). Physics-informed neural networks for friction-involved nonsmooth dynamics problems. Nonlinear Dyn.112 (9), 7159–7183. 10.1007/s11071-024-09350-z
11
Liu J. Borja P. Della Santina C. (2024). Physics-informed neural networks to model and control robots: a theoretical and experimental investigation. Adv. Intell. Syst.6 (5), 2300385. 10.1002/aisy.202300385
12
Lu Y. Mei G. (2022). A deep learning approach for predicting two-dimensional soil consolidation using physics-informed neural networks (PINN). Mathematics10 (16), 2949. 10.3390/math10162949
13
Ma Y. Li C. Zhu J. He X. (2022). A preliminary study on the resolution of electro-thermal multi-physics coupling problem using physics-informed neural network (PINN). Algorithms15 (2), 53. 10.3390/a15020053
14
Miao Z. Chen Y. (2023). VC-PINN: variable coefficient physics-informed neural network for forward and inverse problems of PDEs with variable coefficient. Phys. D. Nonlinear Phenom.456, 133945. 10.1016/j.physd.2023.133945
15
Ni R. Qureshi A. H. (2024). “Physics-informed neural networks for robot motion under constraints,” in Proc. 1st workshop neural fields robotics (RoboNerF) at ICRA.
16
Nicodemus J. Jerez J. L. De la Cruz J. M. Z. J. M. Sava S. M. (2022). Physics-informed neural networks-based model predictive control for multi-link manipulators. IFAC-PapersOnLine55 (20), 331–336. 10.1016/j.ifacol.2022.09.117
17
Son S. Jeong J. Jeong D. Sun K. H. Oh K.-Y. (2024). “Physics-informed neural network: principles and applications,” in Recent advances in neuromorphic computing (IntechOpen).
18
Sun W. Akashi N. Kuniyoshi Y. Nakajima K. (2022). Physics-informed recurrent neural networks for soft pneumatic actuators. IEEE Robotics Automation Lett.7 (3), 6862–6869. 10.1109/lra.2022.3178496
19
Terven J. Cordova-Esparza D. M. Ramirez-Pedraza A. Chavez-Urbiola E. A. Romero-Gonzalez J. A. (2023). “Loss functions and metrics in deep learning,” arXiv:2307.02694.
20
Wang Q. Ma Y. Zhao K. Tian Y. (2022). A comprehensive survey of loss functions in machine learning. Ann. Data Sci.9, 187–212. 10.1007/s40745-020-00253-5
21
Wang S. Sankaran S. Wang H. Perdikaris P. (2023). “An expert’s guide to training physics-informed neural networks,” arXiv:2308.08468.
22
Wang X. Zhang C. Wang D. Chen F. Viswanathan V. Scalzo R. et al (2024). “PINN-Ray: a physics-informed neural network to model soft robotic fin ray fingers,” 247, 254. 10.1109/iros58592.2024.10802217
23
Yang X. Du Y. Li L. Zhou Z. Zhang X. (2023). Physics-informed neural network for model prediction and dynamics parameter identification of collaborative robot joints. IEEE Robotics Automation Lett.8 (12), 8462–8469. 10.1109/lra.2023.3329620
24
Zang Y. Yu Z. Xu K. Lan X. Chen M. Yang S. et al (2022). Principle-driven fiber transmission model based on PINN neural network. J. Light. Technol.40 (2), 404–414. 10.1109/JLT.2021.3139377
25
Zhang K. Gong X. Jiang Y. (2024). Machine learning in soft matter: from simulations to experiments. Adv. Funct. Mater.34, 2315177. 10.1002/adfm.202315177
26
Zhou M. Li B. Wang J. (2022). Optimization of hyperparameters in object detection models based on fractal loss function. Fractal Fract.6 (12), 706. 10.3390/fractalfract6120706
Summary
Keywords
motion planning, physics-informed neural networks, rigid robotic joint motion, robot Operating system (ROS), RPA, robot navigation
Citation
Agrawal P, Sekar P and Kushwaha KK (2026) Automating PINN-based kinematic resolution of robotic joints using robotic process automation frameworks. Front. Robot. AI 12:1752595. doi: 10.3389/frobt.2025.1752595
Received
23 November 2025
Revised
18 December 2025
Accepted
22 December 2025
Published
13 January 2026
Volume
12 - 2025
Edited by
Pei-Wei Tsai, Swinburne University of Technology, Australia
Reviewed by
Manar Lashin, Benha University, Egypt
Abdalla Elgammal, British University in Egypt, Egypt
Updates
Copyright
© 2026 Agrawal, Sekar and Kushwaha.
This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.
*Correspondence: Pavithra Sekar, pavithra.sekar@vit.ac.in
Disclaimer
All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.