Next Article in Journal
Advances of ECG Sensors from Hardware, Software and Format Interoperability Perspectives
Next Article in Special Issue
Exploring the Role of Trust and Expectations in CRI Using In-the-Wild Studies
Previous Article in Journal
Investigation on 220 GHz Taper Cascaded Over-Mode Circular Waveguide TE0n Mode Converter
Previous Article in Special Issue
Service Robots in Catering Applications: A Review and Future Challenges
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Algorithm to Generate Trajectories in a Robotic Arm Using an LCD Touch Screen to Help Physically Disabled People

1
Facultad de Informática Mazatlán, Universidad Autónoma de Sinaloa, Culiacán Rosales 80020, Mexico
2
Centro de Investigación en Matemáticas, Zacatecas 98160, Mexico
*
Authors to whom correspondence should be addressed.
Electronics 2021, 10(2), 104; https://doi.org/10.3390/electronics10020104
Submission received: 13 November 2020 / Revised: 24 December 2020 / Accepted: 28 December 2020 / Published: 6 January 2021
(This article belongs to the Special Issue Applications and Trends in Social Robotics)

Abstract

:
In the last two-decade, robotics has attracted a lot of attention from the biomedical sectors, to help physically disabled people in their quotidian lives. Therefore, the research of robotics applied in the control of an anthropomorphic robotic arm to people assistance and rehabilitation has increased considerably. In this context, robotic control is one of the most important problems and is considered the main part of trajectory planning and motion control. The main solution for robotic control is inverse-kinematics, because it provides the angles of robotic arm joints. However, there are disadvantages in the algorithms presented by several authors because the trajectory calculation needs an optimization process which implies more calculations to generate an optimized trajectory. Moreover, the solutions presented by the authors implied devices where the people are dependent or require help from other people to control these devices. This article proposes an algorithm to calculate an accuracy trajectory in any time of interest using an LCD touch screen to calculate the inverse-kinematics and get the end-point of the gripper; the trajectory is calculated using a novel distribution function proposed which makes an easy way to get fast results to the trajectory planning. The obtained results show improvements to generate a safe and fast trajectory of an anthropomorphic robotic arm using an LCD touch screen allowed calculating short trajectories with minimal fingers moves.

1. Introduction

In the last two decades, automation and control have become a topic of interest for researchers from different areas. Mainly in industrial robotics [1,2] and in the medical area’s robotic systems. There is a wide variety of automation and control; however, the medical area has been greatly benefited; below, some works related to this area are mentioned, such as tele-operated surgery [3], surgical pattern cutting [4]. According to Shademan et al., an industrial robot’s precision offers excellent advantages in this area [5]. The trajectory of a robotic arm has been a subject widely studied by different researchers using different techniques. These techniques help us to understand and make different tasks; for example, in the industries, a robot arm makes repeated work where it is making a trajectory. This topic has been improved throughout time, and nowadays, some related works with robotic assistance arms have been developed [6,7,8] to help people with physical disabilities to become more independent in daily life. According to the works in [9,10], the most commonly used methods to calculate trajectories in robotic arms are cubic polynomials [11], trapezoidal trajectory [12], and the Euler angles [10]. With these methods, it is possible to obtain smooth motions in the joint space, and these movements are predictable in the task space.
However, these methods present specific problems when calculating the trajectory. According to the work of Sidobre and Desormeaux [11], with cubic polynomials, it is difficult to calculate the trajectory in an optimal time; that is, there is no freedom to take a trajectory with a time of 1 s or another to ensure accurate results in the trajectory. Hence, to obtain an accurate trajectory, it is necessary to estimate the optimal time, and therefore, more calculations are required. According to [13], the (N-1)-order polynomials present other disadvantages when generating the trajectories. First, it is only possible to generate velocity and acceleration for a determinate position, and it is not possible to change those positions. Second, when the polynomial order increases, the robotic arm acquires an oscillatory behavior, which causes an unnatural response, and therefore, the precision of the trajectory decreases. Third, the constraint equations system is difficult to solve, and compile-time is increased as a result. Finally, the polynomial coefficients have to be recomputed every time that a new endpoint is assigned.
In relation to the trapezoidal trajectory, there are some disadvantages. According to [12], although it does not require many computations, this trapezoidal profile requires additional response-time and has a constant acceleration, velocity, and deceleration regions, which means, large jerk causes vibrations which restrict position accuracy. Finally, another method that is very popular to calculate the trajectory of a robotic arm is Euler angles. According to [10] which can cause malfunction of robots with systematic errors and lead to undesirable results because of the nonlinearity of the three Euler angles.
In addition to the disadvantages presented in each of the methods, it is essential to mention that when estimating the velocity and the acceleration in a real application, these calculations can be affected by noise during the process. As an alternative to this problem, some authors [14,15,16] have proposed different approaches to reducing possible measurement errors and noise. In the work of Mercorelli [14] a velocity estimator based on current measurements is proposed. In another work [15] a derived approximation structure is proposed to estimate velocity by measuring position. In [16] the authors have proposed an adaptive algorithm to calculate a signal’s derivative with convergence in infinite time.
Some work has proposed to use a touch screen for robotic control as an alternative solution to help people with physical disabilities, providing an intuitive interface. Makwana and Tandon [17] have proposed controlling a robotic wheelchair using a touch screen to improve a person’s movements with physical disabilities. Similarly, Bularka et al. [18] present an alternative to control a robotic arm using the accelerometer of a watch and a smartphone; control is carried out using finger gestures on the touch screen or moving the phone in the air. The authors in [19] present solutions for robotic control using the potential advantages of smartphones so that people with a physical disability can interact with the environment in a friendly way.
Another problem related to robotic arms control is when a joystick or another kind of sensor is used. According to [20], some inconveniences can be presented, for example, it has been proved that controlling a robotic arm by voice commands lack high reliability, or when using keyboards, joystick or model controls to generate a robotic arm trajectory. However, these techniques are unsatisfactory because disabled persons cannot provide inputs to keyboard and joysticks for a sustained period.
To solve all problems mentioned regarding arm control and the calculation of their trajectory, first of all, it has been considered an LCD touch screen to generate the end-point motion of the robot because the control is intuitive, the people are more familiarized using an LCD touch screen due to they use smartphones, laptops, etc.; which count with an LCD touch screen to work. Also, the idea to use an LCD touch screen to control an anthropomorphic robotic arm with just one finger and using the distribution function proposed, it is a great option to help physically disabled people in their quotidian lives with an exact, fast and comfortable option to control the robotic arm. Concerning the problems mentioned above when calculating a robotic arm’s trajectory, it is proposed to use a distribution function, named distribution function-( ζ a t s ), that allows the calculation of an exact trajectory and for any parameter. For example, the velocity and acceleration can be chosen without affecting the desired position and the initial position by changing one parameter and making one calculation to generate the trajectory planning.
The remainder of this paper is organized as follows: Section 2 introduces an overview of previous related works on the application of different techniques to generate the trajectory of a robotic arm. Section 3 describes how the LCD touch screen works in order to understand the algorithm operation. Section 4 presents the proposed algorithm to generate a safe and fast trajectory; it includes the conditions, the linear transformation as baseline to calculate the inverse-kinematic with the distribution function and its properties to generate de trajectory and finally how is calculated the velocity and acceleration. Section 5, simulation and results, and designs land on the code using the Arduino Mega microcontroller to obtain the end-point of the robotic arm and MATLAB to generate the trajectory. Section 6 mentions a critical discussion of the results obtained with the proposed algorithm compared to the algorithm of cubic polynomials. Finally, Section 7 summarizes the conclusions of the paper and indicates further work.

2. Related Works

Most robotic applications are currently related to industrial robot arms; therefore, it is essential to know the main concepts in robotics, such as kinematics, dynamics, movement planning, computer vision, and control. In this sense, robotic control is considered the core part when planning trajectories and the most used technique to achieve a specific position is inverse-kinematics.
Liu et al. [21] analyzed the Denavit-Hartenberg (DH) method for planning trajectories with multiple manipulators; besides, the authors solved the inverse kinematics equation employing the matrix operation algebraic method. In another work [22], the authors proposed the exponential product method based on screw theory to avoid the singularity problem. They used different analytical, geometric, and algebraic methods combined with the Paden-Kahan subproblem and the matrix theory. Other works [23,24,25,26,27] proposed conventional tools to discover the robot manipulator’s kinematic solutions.
Other methods have been used to control a robotic arm; for example, the authors [28] designed and programmed an interface with open control algorithms to generate and control three types of movements: joint interpolation, linear interpolation, and circular arcs. The results have been tested on the CompactRIO industrial controller. According to the results obtained, some position errors were found in the end effector, and the process shows oscillations on the desired coordinates. In the work of Barghi-Jond et al. [29] proposed the use of 3rd, 4th and 5th-degree polynomial trajectory to present three problems of optimization of trajectories, and it has been mentioned that the slowest trajectory occurs when there is a high-degree polynomial. The coefficients of the polynomial cannot get frequently.
In other work [30], the authors have used artificial intelligence to optimize trajectory planning; mainly, this work is focused on an improved genetic algorithm. The authors mention that the polynomial interpolation method is an excellent option to study robot obstacle avoidance due to the complexity of this method. Then, the trajectory of the robot’s joints is planned by the quantic polynomial; however, the optimal time of this method is 13.729 s because a smooth motion is presented at this time, and the trajectory planning presents oscillations. Other authors [31] used trapezoidal motion to generate trajectories; nevertheless, it is necessary to reduce the residual vibration in acceleration and deceleration. According to [12], the trapezoidal trajectory has a constant velocity and acceleration, and a large jerk causes vibration, the accuracy of the results decreases and requires an additional response time.
In another research work [32], the authors have proposed optimizing the trajectory planning using the Gaussian distribution.
The research of robotics applied in the area of assistance and rehabilitation has in-creased considerably, kinds of research works have focused on motion planning using manipulators with different degrees of freedom to allow the independence of patients who require rehabilitation or assistance in daily life activities [33,34]. Most of the research related to the trajectory generation for assistance or rehabilitation manipulators are based on the use of different techniques such as: forward and inverse-kinematic analysis [35,36], DH method [37], the Jacobian Equation [38], the geodetic curves [39], and the minimum jerk algorithm [40], among others. All methods are used in order to improve the safety and the experience of patients who need to perform human-robot interaction to recover the functional impairment or to help the functional rehabilitation of people with loss of autonomy [41,42,43].
As a result of the analysis of the related works, it can be highlighted there are several research works that present solutions both Robotic controls, as well as robotics, applied in the area of assistance and rehabilitation. However, several disadvantages in these algorithms are presented, the trajectory can oscillate between feasible and infeasible during optimization, and it needs an optimization process which implies more calculations to generate an optimized trajectory. Moreover, the solutions presented by the authors were applied with joystick MATLAB, Lab-VIEW, industrial controller CompactRIO and camera. This implies that people are dependent or require help from other people to control these devices. In addition, the trajectory captured in these devices is slower and more complex to generate the trajectory of a robotic arm, and the short trajectories cannot be calculated.

3. LCD Touch Screen Operation

Nowadays, using joystick is widespread and other types of electronics devices to control a robotic arm, whatever is the kind of robotic arm; cartesian, SCARA, cylindrical, delta, spherical, and anthropomorphic. Nevertheless, these sensors that are used as control tools could have problems when it is implemented within particular characteristics, and it cannot meet the necessities or expectations to get the maximum utilization. These problems are due to constant effort requirement and waiting time while a force is being applied until the robotic arm gets the desired position, without mentioning that it is needed to coordinate. Supposing that the patient is sick of diabetics (in the case of hypoglycemia), lupus, or another disease that impedes good coordination, so in this case, joystick could be a difficult tool used by patients who present these cases. Therefore, it has been thought in those cases and has been implemented the LCD touch screen rather than joystick or another device. Before to start explaining about the algorithm to obtain the trajectory of the anthropomorphic robotic arm using the LCD touch screen as a control.
First, how the LCD touch screen works, it has to be explained. Arduino Mega was utilized to program the interface and get the data to obtain the end-position of the robotic arm; it was used the libraries Adafruit_TFTLCD.h, Adafruit_GFX.h and TouchScreen.h. Then, the interface was programmed to reference the task space such as it can be observed in Figure 1a, so, four right triangles with equal areas, each time that the LCD touch was touched, it gives us a coordinate between 123 and 932 in the axis X and, 897 and 128 in the axis Y. This coordinate is processed using MATLAB to obtain a coordinate ( x p , y p ) where x p ( 1 , 1 ) and y p ( 0 , 1 ) . So, every coordinate which is less than 527.5 and greater or equal to 123, that means 1 x p 0 and, if a coordinate greater than 527.5 is given and less or equal to 932, then 0 < x p 1 . this is the same for y p ; if a coordinate between 128 and 512.5 is given, then 0 y p 0.5 , and if a coordinate between 512.5 and 897 is given, then 0.5 y p 1 . Note that 527.5 is the middle point in the axis X of the LCD touch screen and 512.5 is the middle point of the axis Y of the LCD touch screen. Taking the coordinates ( x p , y p ) , it can be started to work with the algorithm presented in the next section.

4. Algorithm Description

The proposed algorithm has been thought for the anthropomorphic robotic arm, which has three rotation joints, and it has been inspired in third-order polynomial time scaling to propose the distribution function, which is discussed through this paper. In the next section, it is going to talk more about this distribution function. First, it is necessary to speak of the first conditions, second establish the linear transformation as baseline to calculate the inverse-kinematic with the distribution function and its properties to generate de trajectory and finally calculating the velocity and acceleration.

4.1. Nomenclature

x p : coordinate in the axis X obtained from the LCD Touch screen.
y p : coordinate in the axis Y obtained from the LCD Touch screen.
α p : angle to obtain the direction of the coordinate obtained from the LCD Touch screen.
α : total angle rotation of the first joint of the robotic arm.
S f : final position.
q 0 : initial position.
t s : final time of the trajectory.
a : parameter to change the shape of the trajectory, velocity, acceleration, and Jerk.
n : constant greater to 1.
ζ : parameter used to generate the trajectory through the time.

4.2. Description of Conditions

The joint which is more nearly to the base of the robotic arm has to rotate greater or equal to 0 degrees and equal or less to 180 degrees, and that would be represented 0 α 180 , where α represents the first-joint degrees with a clockwise or counterclockwise rotation, depending on the point that has been touched on the LCD touch screen. Then, it can be obtained the coordinate ( x p , y p ) which gives another datum to obtain α p that represent the degrees of the condition that ( x p , y p ) is positioned which is going to be calculated as follow:
α p = { tan 1 ( y p x p ) π 2   i f   x p = 0   a n d   y p > 0 0   i f   x p = y p = 0
where x p must be strictly differently than zero in the first part of (1) and for when x p = 0 then α = π 2 . x p , y p are represented like intervals, y p is contained in ( 0 , 1 ), α is contained in ( 0 , π ) (( 0 , 180 ) degrees) and x p is contained in ( 1 , 1 ) and for when π 2 α π happens, the gripper is located from the negative x coordinate because the direction of α provokes a direction with a negative x value. this means, for example, that 0 is the lowest position in the axis y that the gripper can get and 1 is the highest position that the gripper can reach in the axis y . These boundaries are given by the robotic arm dimensions, for example, suppose that each link measure 1 unit and we have three links, then the maximum height that is possible to make is 3 units seen from the base of the robotic arm to the gripper and height that is possible to make is 0 units seen from the base.
Therefore, to represent a coordinate which was touched on the LCD touch screen, four conditions are presented which the values of x p and y p are greater or equal than to each other, it means, two cases where x p y p or y p x p occur. The four conditions are represented in four right triangles which represent the workspace of the LCD touch screen. The conditions and its equations are described in [44]. These conditions are the baseline to calculate the inverse-kinematics.

4.3. Linear Transformation

Three different values have been defined, which are obtained from the LCD touch screen; then the robotic arm needs to get the point in the space that was touched in the LCD touch screen, so a linear transformation is required to know where the gripper is. It can be constructed a vector ( x p , y p , α ) which the linear transformation work with it, also x p is defined such as depth-location of the gripper point, y p is the height location of the gripper point and α is the direction where x p and y p are located such as it was defined in Figure 1a. In summary, when a point in the LCD touch screen is touched, this point is seen from the top view and then, the linear transformation is used to see the same point but with side view. So, the linear transformation is defined first: T : 3 3 and k whatever real number to avoid collision between links for when α rotates counterclockwise such as is presented in Figure 1a and α is defined in [44]:
T ( x p y p α ) = ( k x p k y p α )
If α has to rotate clockwise, so the second linear transformation is used.
T ( x p y p α p ) = ( k x p k y p α p + 180 )
That means α needs to rotate inversely; therefore, the conditions are switched of its place, the first condition to the fourth condition and the second condition to the third condition, such as it is shown in Figure 1b and α p is the direction of ( x p , y p ) where the coordinate is located in the condition to arrive.
For example, an initial coordinate ( x 0 , y 0 ) is given which is located in the fourth condition from Figure 1a and 135 α 0 = tan 1 ( y 0 x 0 ) + 180 180 then 45 tan 1 ( y 0 x 0 ) 0 and α 0 = tan 1 ( y 0 x 0 ) is selected, then 45 α 0 = tan 1 ( y 0 x 0 ) 0 which is obtained that 45 α 0 = tan 1 ( y 0 x 0 ) 0 that means x 0 y 0 and the third condition is the final position that is wanted to get to, then observing it in the second condition from Figure 1b, then x 1 y 1 and α 1 = { tan 1 ( y 1 x 1 ) 90 , note that α 0 α 1 and α 0 α 1 , then, applying (3).
T ( x 1 y 1 α 1 ) = ( k ( x 1 ) k y 1 α 1 + 180 ) = ( k ( x 1 ) k y 1 α 1 + 180 )
Therefore ( k x 1 , k y 1 , α 1 + 180 ) where α 1 = α 1 + 180 and x 1 y 1 was got, then α 1 = { tan 1 ( y 1 x 1 ) 90 that is α 1 = { tan 1 ( y 1 x 1 ) 90 with | x 1 | | y 1 | and since α 0 α 1 and α 0 α 1 that means 45 α 1 = { tan 1 ( y 1 x 1 ) 90 90 seen from Figure 1b, multiplying by 1 then 45 α 1 = { tan 1 ( y 1 x 1 ) 90 90 and adding 180 it is had 135 α 1 + 180 = { tan 1 ( y 1 x 1 ) 90 + 180 90 , that means 135 α 1 90 . Therefore effectively ( k x 1 , k y 1 , α 1 ) is located in the third condition from Figure 1a or in the second condition from Figure 1b and α 1 rotates α 0 ( α 1 + 180 ) clockwise to get to third condition from Figure 1a.
Another example, an initial coordinate ( x 0 , y 0 ) is given which is in the third condition seen from Figure 1a and the second condition is the final position that is wanted to get to, then it is had y 0 x 0 and α 0 = { tan 1 ( y 0 x 0 ) 90 + 180 then 90 α 0 135 where 45 α 0 = tan 1 ( y 0 x 0 ) 90 is obtained and y 0 x 0 . Calculating the new point ( x 1 , y 1 ) which is in the second condition from Figure 1a and calculating with the linear transformation (3) it is had a α 1 = tan 1 ( y 1 x 1 ) and y 1 x 1 is needed due to y 1 and x 1 are located in the third condition seen from Figure 1b.
Then:
T ( x 1 y 1 α 1 ) = ( k ( x 1 ) k y 1 α 1 + 180 ) = ( k ( x 1 ) k y 1 α 1 + 180 )
where ( k x 1 , k y 1 , α 1 + 180 ) is obtained and α 1 = α 1 + 180 is defined with x 1 y 1 , that means α 0 = α 1 , then 90 α 1 135 multiplying by -1 and adding 180, it is got 90 α 1 + 180 45 , then 90 α 1 = α 0 45 with y 1 x 1 , therefore ( k x 1 , k y 1 , α 1 ) is located in the third condition seen from Figure 1b or ( k x 1 , k y 1 , α 1 ) second condition that is seen from Figure 1a, then, α (first-joint degree) has to rotate α 0 ( α 1 + 180 ) clockwise starting to α 0 and getting α 1 + 180 which is in the second condition from Figure 1a. In a similar way, the other remaining cases can be proven and for when the first joint rotates counterclockwise, the (2) linear transformation is used and 0 α = α p 45 in the first condition, 45 α = α p 90 in the second condition, 90 α = α p + 180 135 in the third condition, and 135 α = α p + 180 180 in the fourth condition and α is defined in [44] for each condition.
In this way, the degree’s condition can be found with the second linear transformation, and it can find the degrees that the first-joint has been moved with the coordinate that has been touched. Having said that, it is used the geometry method from [45] to calculate the inverse-kinematics. The equations were represented in the most convenient way to obtain results. Then, the equations are presented below:
q 2 = { tan 1 ( y p x p ) tan 1 ( l 2 sin q 3 l 1 + l 2 cos q 3 ) tan 1 ( y p x p ) + tan 1 ( l 2 sin q 3 l 1 + l 2 cos q 3 )
And:
q 3 = { cos 1 ( x p 2 + y p 2 l 2 2 l 3 2 2 l 2 l 3 ) c o s 1 ( x p 2 + y p 2 l 2 2 l 3 2 2 l 2 l 3 )
where q 2 and q 3 are the final position of the second-joint and third-joint and l 2 = 1 and l 3 = 1 are the length of the second link and third link. This inverse kinematic is for a 2 DOF robotic arm, we can use these formulas to get the position ( x p ,   y p ) with a direction of α which represents the degrees that the first-joint has to rotate. This algorithm can be implemented to a robotic arm with more degrees of freedom as long as exist a geometric method to calculate the degree of the second-joint to the n-joint. For example, supposing that a 6DOF manipulator is used, the formulas could be used to calculate the inverse kinematic of 5DOF manipulator presented in [46].

4.4. Distribution and Trajectory Function

The next distribution function has been proposed because is too easy to calculate the trajectory for whatever point; moreover, it is exact, due to the degree or radians are ordained in the whole interval [ 0 , 1 ] which is the number S f the final position, so, if the final position is 180 degree, that means S f = 1 , or if the final position is 45 that means S f = 1 / 4 . In this way, the radians or degrees between 0 and π radians (180 degrees) are represented in the interval [ 0 , 1 ] with the number S f with whatever time of interest ( t s ). The distribution function with parameters ζ , a and t s is represented below.
S ( x ) = { n x ζ | n x + t s x 1 n a | w h e r e   a < t s   a n d   0 < x 0 i f   x 0
where n is a natural number greater than 1, n > 1 , it can help to reduce the value of the parameter ζ , and different velocities, accelerations, and different shapes of the trajectory can be obtained.
Moreover, the function S ( x ) is a distribution function because it fulfils the characteristics of a distribution function that has been proved in [47]. Once the distribution function-( ζ a t s ) has been presented, it is proposed how the trajectory function-( ζ a t s ) using the Equation (8) must work in order to compute a safe and fast point-to-point trajectory.
The distribution function has to get to the final position S f in the start position which is q 0 where it belongs to [ 0 , 1 ] . As it was mentioned before, reducing the compile time is wanted; the computation of the function is necessary to reduce. Also, it is wanted to have an exact trajectory, which means, with high accuracy in the results. Thereby, one parameter is assigned to each join space trajectory; for these reasons, the next characteristic is introduced. Exist a number ζ for whatever x > 0 , q 0 and S f such that S f S ( x ) + q 0 and S ( x ) + q 0 > q 0 , and for when x gets to t s , then the equalization is fulfilled:
S ( x ) = n x ζ n x + t s x 1 n a > 0
then:
q 0 < n x ζ n x + t s x 1 n a + q 0 S f
Then ζ x ln [ ( S f q 0 ) ( n x + t s x 1 n a ) ] ln n , and for when x is approaching to t s ( x t s ), occurs:
ζ = lim x t s x ln [ ( S f q 0 ) ( n x + t s x 1 n a ) ] ln n = t s l o g n [ ( S f q 0 ) ( n t s n a ) ]
For when S f n x ζ | n x + t s x 1 n a | + q 0 < q 0 , then:
ζ = t s ln [ ( q 0 S f ) ( n t s n a ) ] ln ( n ) = t s l o g n [ ( q 0 S f ) ( n t s n a ) ]
In this way, the trajectory is made from an initial position greater than the final position, which means q 0 > S f .
Using the Equation (8) and adding q 0 , the trajectory function-( ζ a t s ) is defined and used for calculating the linear and curved motion trajectory in order to obtain the final position from the LCD touch screen. The trajectory function-( ζ a t s ) is presented below:
S ζ a t s ( x ) = { q 0   i f   x 0 n x ζ | n x + t s x 1 n a | + q 0   i f   0 < x t s   a n d   q 0 S f       ( 1 s t   c o n d i t i o n ) n x ζ | n x + t s x 1 n a | + q 0   i f   0 < x t S   a n d   S f < q 0       ( 2 n d   c o n d i t i o n )
where n is a real number such that n > 1 . When n is so close to 1, large values of ζ are presented and that could provoke great magnitudes of velocity, acceleration and Jerk. Then, n = 2 is used to take advantages of non-large values of ζ and allows us to show other advantages for when t s = 1 . Then n = 2 is used to get the results using the algorithm proposed and show some examples to obtain different shape of trajectories, implementing the function (13) and calculating the parameter ζ with (11) and (12).
Example 1: It is used Equation (11) to compute ζ using n = 2 and n = 12 with t s = 4 and q 0 = 0.45 , two different trajectories are generated with the same end-point S f = 0.8 calculated by (13: 1 s t   c o n d i t i o n ) such as it is shown in Figure 2.
Example 2: When the 2nd condition is used, then, ζ is calculated by using the Equation (12). Then, a decreasing trajectory is presented. In this example the final position is 0.85 and the trajectory starts in 0.65, this means S f < q 0 . Figure 3 represents the trajectory with a total time equal to 1 and using a parameter a = 0 and ζ = 0.53915881.
Example 3: Different shapes of trajectory have been presented at this moment, but this characteristic can increase if the parameter a is changed (see Figure 4). Moreover, the velocity, acceleration, and Jerk can increase and decrease in order to obtain linear or curved trajectories as well as diversity to generate trajectories.
This property is only presented when the total time of the trajectory is equal to 1 because | n ( x + 1 x 1 ) n a | is not enough small for when x is 0 < x < t s (the reader can draw the function g ( x ) = n x ζ and h ( x ) = n ( x + 1 x 1 ) n a to get a better idea). However, a curved motion can be obtained even when the total time is greater than 1, for example in Figure 5, different curved motions are shown.

4.5. Calculation of Velocity and Acceleration

Finally, in order to generate a safe and fast trajectory, the velocity and acceleration calculation must be obtained. Getting the position from S ( x ) it can be obtained S ˙ ( x ) = d d x S ( x ) and S ¨ ( x ) = d 2 d x 2 S ( x ) to obtain the velocity and acceleration respectively.
The velocity is represented below:
S ˙ ( x ) = { ln | n | n x ζ + 1 ( t s n x + t s x n a + 1 x 2 ) ( n x + t s x n a + 1 ) 2 x 2 0   i f   x 0
Note that S ˙ ( x ) is effectively a density function, according to [40]; therefore, S ˙ ( x ) is always positive S ˙ ( x ) 0 , only in cases that the distribution function is used as a trajectory function and S ( x ) takes negative values (for example q 0 < 0 or S f < 0 ), the density function that is to say the velocity function can be positive and pass to a negative values.
Then, according to [48], the acceleration is represented below:
S ¨ ( x ) = { ln ( n ) n x ζ + 1 ( ( n 2 x + 2 t s x ln ( n ) + n x + t s x + a + 1 ln ( n ) ) t s 2 + ( n x + t s x + a + 1 ln ( n ) + n 2 a + 2 ln ( n ) ) x 4 + ( 2 n x + t s x + a + 1 2 n 2 x + 2 t s x ) t s x 4 n x + t s x + a + 1 ln ( n ) t s x 2 ) ( n x + t s x n a + 1 ) 3 x 4 0   i f   x 0
Then, the position, velocity, acceleration and Jerk (the derivative of the acceleration) is obtained and shown in Figure 6 for when t s = 1 with different value of a .
Changing the value of a , a smooth trajectory can be obtained. Note that the velocity, acceleration and Jerk start at 0 and also these functions are finites, moreover, the Jerk is continuous and can approximate to 0 for using different values of a . This is an advantage characteristic when the function S ζ a t s ( x ) is used because it generates smooth trajectories, and we can take care of the robotic arm quality.
To obtain the trajectories in Matlab, the function (13) is multiplied by π , therefore the units are π r a d / s and π r a d / s 2 for the velocity and acceleration respectively. The position is obtained in radians using the Equations (6) and (7) to obtain the inverse kinematic and the gripper position.
It is necessary to emphasize that the final result using the function (13) and a parameter ζ with three decimals are not affected in precision (see Figure 7). Also, to generate the desired point-to-point trajectory just require one computation with high exactitude. To show this, a short trajectory is generated using ζ = 17.609 and the resulting trajectory is compared with the resulting trajectory with ζ calculated by using the function (13), which value is 17.6096404.

5. Simulation and Results

First, the LCD touch screen is used in Arduino Mega and it is connected to MATLAB, where the data is read, then, the simulation and the results obtained are found in the guide of MATLAB. The guide shows the results of position, velocity, and acceleration which are in the next tables, with velocity and acceleration graphs. With the coordinates ( x p , y p ) , the degrees of the second and third articulation are calculated with the function (9) and (10), and the degrees of the first articulation is calculated depending on the four conditions where the coordinate ( x p , y p ) are located. Secondly, the degrees are switched ( q 2 , q 3 , α ) in the closed interval ( 0 , 1 ) or ( 1 , 0 ) , and finally, the trajectory is calculated, with the current position encrypted and calculating the parameter ζ . In Figure 8, the whole process and position-zero are represented.
This process is repeated the times as much as the trajectory is calculated with the LCD touch screen and the initial position is q 0 = 0 in each joint (that means q 1 , q 2 and q 3 are equal to zero, which are presented in Figure 8). In Table 1, α is between 0 α 45 degrees and 0 S f α 0.25 , with the different coordinates ( x p , y p ) represented as a division of y p over x p , and the value of each ζ , velocity and acceleration of the joint-2, joint-3 and joint- α (or joint-1). In Figure 9 the position, velocity, and acceleration vectors are shown for the first condition, the trajectory animation is shown using the example of the last result from the Table 1 with a 2 = 1 ,   a 3 = 5 and a α = 2.5 and the gripper is in the end-point (1,1,45) according to the linear transformation in the Equation (2).
In Figure 10 the velocity functions have the maximum value in the same point of the domain of S ˙ ( x ) , which means, a linear-motion is obtained. In Table 2 the results of the second condition are shown, taking deferent values greater than zero of a 2 , a 3 and a α to generate a curved-motion and starting in q 0 for when α = 45 .
The maximums of each acceleration are located almost in the same location at the domain of S ˙ ( x ) , then, and a curve-motion is presented due to the maximum values of the acceleration are not close and the acceleration functions are different distributed through the time (see Figure 11). Table 3 shows the results of the trajectory in the third condition, using 100 a 2 = a 3 = a α < 0 .
According to Table 3, most of the time, a linear motion is presented, and also, the trajectory is smooth and equilibrated (see Figure 12).
In Table 4, the fourth condition is showed; it is had a 1.5 a 2 = a 3 = a α 0 to observe the velocity and acceleration behavior, the numbers a 2 , a 3 , and a α have been changed through the fourth condition.
As can be noted in Figure 10, Figure 11, Figure 12 and Figure 13, different motions are presented because the parameter a has been changed through the four conditions. The maximums of the acceleration function are almost located closet of each other in the domain of S ¨ ( x ) such as it was presented in Table 4. Most of the time, a smooth trajectory is obtained (this depends on the values a and n chosen) because the velocity is suitably distributed through the time and, therefore, the acceleration too (see Figure 13). Therefore, the velocity has to be conveniently distributed through the time to have a smoother trajectory using the parameter n and a .

6. Discussion

The trajectory obtained in the four conditions is exact and comfortable to obtain a safe and fast trajectory. It is not necessary to calculate and make restrictions such as polynomials trajectory, and it is not presented oscillations and inexactitudes in the end-point. Moreover, the general problem of all methods to calculate the trajectory is the presentation of oscillations and using the distribution function presented; the oscillation is eliminated in any case. Also, with this algorithm, it has been decreased the process of calculation and hence the compile time reduced.
The velocity and acceleration calculated using this distribution function can be modified according to the desired kind of movement, so, it can be had many options according to obtain the best safe and fast trajectory, unlike other methods. That is, the trajectory has only one option to generate the velocity and acceleration for a specific start-point and end-point, and most of the time, oscillations occur in large jerks, and the accuracy of the results decreases in smaller trajectories.
It is important to highlight that the algorithms mentioned in the related works, in addition to using the algorithm to calculate the trajectory, usually use other techniques such as an additional feedback control algorithm or employ a time-based profile generator to calculates key times, and in this way, to obtain the optimal time calculations and reduce unnatural behavior, with this proposed algorithm no further calculations are necessary, this distribution function only performs a calculation and as a result a faster and safer process is obtained to calculate the trajectory as well as showed in the results, the trajectory is always accurate with a determinate shape of the trajectory according to the parameter (a).
In Table 5, it is presented different end-position of each condition and it has been compared the values of the end-position using the distribution function proposed and cubic polynomial with a trajectory of 1 s. It can be observed that the results of the cubic polynomials are inaccurate while the distribution function is accurate. Figure 14 shows these simulated results in MATLAB with an anthropomorphic robotic arm. It can be clearly seen that the trajectory of the joint -α rotates starting in position zero q 0 = 0 and gets to the end-position equal to 1, that means, 180 degrees or π radians. It is used the distribution function presented with a total time of 1 s, as it can be noted, the result of the end-position is 3.14159...radians, that means 180 degrees, unlike cubic polynomial, the result of the end-position is 3.0533 radians which is 174.941204 degrees. Therefore, the distribution function proposed is more accurate than cubic polynomials and present a smooth trajectory, according to the velocities and acceleration obtained.
Note that the gripper is situated in the coordinate ( 2 , 1 ) and the input coordinate is x = 2 and y = 1, that means ( x p , y p ) = ( 1 , 0.25 ) (obtained from the LCD Touch screen) with α=180 then x p = 1 seen from condition 4 Figure 1a or x p = 1 (input) seen from condition Figure 1b. Then, α determinates the sense of x p touched in the LCD Touch screen, no matter which is the sense of the input value of X.

7. Conclusions

A novel algorithm for the trajectory calculation of a robotic arm using an LCD touch screen with the distribution function has been proposed. This proposal is easy to carry out to get a safe and fast trajectory results. Moreover, the distribution function is exact when the calculation of ζ is correct, and just one computation has to be it to obtain the trajectory (see Table 5). The way to calculate ζ has a simple formula to get the trajectory in an easy way to interpret. The function starts in q 0 and gets to S f when the time is complete t s , similar to the n-order polynomial, but, in a different way to the trajectory method mentioned and whatever another technique. The distribution function calculates the trajectory with one computation which implies a faster process to calculate the trajectory in whatever time of interest. Also, the velocity and the acceleration functions do not implement always the same values, because these can be modified to obtain a smoother trajectory just changing the parameter a or n and it can be obtained a curved or linear motion. The polynomial trajectory increments its coefficients to obtain a smoother trajectory, and the function proposed has the advantage to get the flattest trajectory changing the parameter a and different motions such as linear or curve motion.
In future works, the value of ζ can be optimized because it can help to make different economics controls and electronics designs such as the control touch presented in this paper, but now, in a more direct way such as the PID controller. Another future work can be developed for adding more joints to the robotic arm using this method and getting an inverse-kinematics in function to the axis X and Y. Also, another interesting future work is using the method proposed in the work of Mercorelli [14] to estimate the velocity and acceleration in the presence of noise and combine the properties and advantages of using the trajectory function-( ζ a t s ) presented in this work. Finally, the parameter ζ could be defined as a variable to obtain many via points with great accuracy and convenient velocity/acceleration functions, but this is another proposed for future work.

Author Contributions

Conceptualization, Y.Q. and O.Z. Ideas; formulation or evaluation of general research objectives and goals; methodology, Y.Q., J.M. and C.L. were developed and designed the methodology; as well as creating models; software, Y.Q. and O.Z. Programming, software development; designing computer programs; implementation of the computer code and supporting algorithms; testing of existing code components; validation, Y.Q., J.M. and C.L. Verification, whether as a part of the activity or separate, of the overall replication/reproducibility of results/experiments and other research outputs; formal analysis, Y.Q. and O.Z. Application of statistical, mathematical, computational, or other formal techniques to analyze or synthesize study data; investigation, Y.Q., O.Z. and J.M. Conducting a research and investigation process, specifically performing the experiments, or data/evidence collection; resources, Y.Q., O.Z., J.P. and R.E. Provision of study materials, reagents, materials, patients, laboratory samples, animals, instrumentation, computing resources, or other analysis tools; data curation, Y.Q. and O.Z. Management activities to annotate (produce metadata), scrub data and maintain research data (including software code, where it is necessary for interpreting the data itself) for initial use and later reuse; writing—original draft preparation, Y.Q. and O.Z. Preparation, creation and/or presentation of the published work, specifically writing the initial draft (including substantive translation); writing—review and editing, Y.Q., O.Z. and J.M. Preparation, creation and/or presentation of the published work by those from the original research group, specifically critical review, commentary or revision—including pre-or post-publication stages; visualization, Y.Q., O.Z. and J.M. Preparation, creation and/or presentation of the published work, specifically visualization/data presentation; supervision, Y.Q. and J.M. Oversight and leadership responsibility for the research activity planning and execution, including mentorship external to the core team; project administration, Y.Q., C.L. and J.M. Management and coordination responsibility for the research activity planning and execution; funding acquisition, Y.Q. All authors have read and agreed to the published version of the manuscript

Funding

This research received no external funding.

Acknowledgments

This work was supported by Project FORDECyT 296737 “Consorcio en Inteligencia Artificial”—México.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Grau, A.; Indri, M.; Bello, L.L.; Sauter, T. Industrial robotics in factory automation: From the early stage to the Internet of Things. In Proceedings of the 43rd Annual Conference of the IEEE Industrial Electronics Society, Beijing, China, 29 October–1 November 2017; pp. 6159–6164. [Google Scholar]
  2. Yenorkar, R.; Chaskar, U.M. GUI Based Pick and Place Robotic Arm for Multipurpose Industrial Applications. In Proceedings of the Second International Conference on Intelligent Computing and Control. Systems, Madurai, India, 14–15 June 2018; pp. 200–203. [Google Scholar]
  3. Burgner-Kahrs, J.; Rucker, D.C.; Choset, H. Continuum Robots for Medical Applications: A Survey. IEEE Trans. Rob. 2015, 31, 1261–1280. [Google Scholar] [CrossRef]
  4. Murali, A.; Sen, S.; Kehoe, B.; Garg, A.; Mcfarland, S.; Patil, S.; Boyd, W.D.; Lim, S.; Abbeel, P.; Goldberg, K. Learning by observation for surgical subtasks: Multilateral cutting of 3D viscoelastic and 2D Orthotropic Tissue Phantoms. In Proceedings of the IEEE International Conference on Robotics and Automation, Seattle, WA, USA, 26–30 May 2015; pp. 1202–1209. [Google Scholar]
  5. Shademan, A.; Decker, R.S.; Opfermann, J.D.; Leonard, S.; Krieger, A.; Kim, P.C. Supervised autonomous robotic soft tissue surgery. Sci. Trans. Med. 2016, 8, 337ra64. [Google Scholar] [CrossRef] [PubMed]
  6. Chung, C.; Wang, H.; Cooper, R. A functional assessment and performance evaluation for assistive robotic manipulators: Literature review. J. Spinal Cord Med. 2013, 36, 273–289. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  7. Al-Halimi, R.K.; Moussa, M. Performing Complex Tasks by Users with Upper-Extremity Disabilities Using a 6-DOF Robotic Arm: A Study. Trans. Neu. Sys. Rehab. Eng. 2017, 25, 686–693. [Google Scholar] [CrossRef]
  8. John, R.A.; Varghese, S.; Shaji, S.T.; Sagayam, K.M. Assistive Device for Physically Challenged Persons Using Voice Controlled Intelligent Robotic Arm. In Proceedings of the International Conference on Advanced Computing and Communication Systems, Coimbatore, India, 6–7 March 2020; pp. 806–810. [Google Scholar]
  9. Williams, R.L. Simplified Robotics Joint-Space Trajectory Generation with a via Point Using a Single Polynomial. J. Robot. 2013, 2013, 735958. [Google Scholar] [CrossRef] [Green Version]
  10. Dong, M.; Yao, G.; Li, J.; Zhang, L. Research on Attitude Interpolation and Tracking Control Based on Improved Orientation Vector SLERP Method. Robotica 2020, 38, 719–731. [Google Scholar] [CrossRef]
  11. Sidobre, D.; Desormeaux, K. Smooth Cubic Polynomial Trajectories for Human-Robot Interactions. J. Intell. Robot. Syst. 2019, 95, 851–869. [Google Scholar] [CrossRef] [Green Version]
  12. Hong-Jun, H.; Yungdeug, S.; Jang-Mok, K. A Trapezoidal Velocity Profile Generator for Position Control Using a Feedback Strategy. Energies 2019, 12, 1–14. [Google Scholar]
  13. Sciavicco, L.; Siciliano, B. Modelling and Control of Robot Manipulators; Springer: London, UK, 2010. [Google Scholar]
  14. Mercorelli, P. Robust feedback linearization using an adaptive PD regulator for a sensorless control of a throttle valve. Mechatron. J. 2009, 19, 1334–1345. [Google Scholar] [CrossRef]
  15. Schimmack, M.; Mercorelli, P. A sliding mode control using an extended Kalman filter as an observer for stimulus-responsive polymer fibres as actuator. Int. J. Model. Identif. Control. 2017, 27, 84–91. [Google Scholar] [CrossRef]
  16. Schimmack, M.; Mercorelli, P. An Adaptive Derivative Estimator for Fault-Detection Using a Dynamic System with a Suboptimal Parameter. Algorithms 2019, 12, 101. [Google Scholar] [CrossRef] [Green Version]
  17. Makwana, S.D.; Tandon, A.G. Touch screen based wireless multifunctional wheelchair using ARM and PIC microcontroller. In Proceedings of the International Conference on Microelectronics, Computing and Communications, Durgapur, India, 23–25 January 2016; pp. 1–4. [Google Scholar]
  18. Bularka, S.; Szabo, R.; Otesteanu, M.; Babaita, M. Robotic Arm Control with Hand Movement Gestures. In Proceedings of the International Conference on Telecommunications and Signal Processing, Athens, Greece, 4–6 July 2018; pp. 1–5. [Google Scholar]
  19. Wu, L.; Alqasemi, R.; Dubey, R. Development of Smartphone-Based Human-Robot Interfaces for Individuals with Disabilities. IEEE Robot. Autom. Lett. 2020, 5, 5835–5841. [Google Scholar] [CrossRef]
  20. Fall, C.L.; Quevillon, F.; Blouin, M.; Latour, S.; Campeau-Lecours, A.; Gosselin, C.; Gosselin, B. A Multimodal Adaptive Wireless Control Interface for People with Upper-Body Disabilities. IEEE Trans. Biomed. Circuits Syst. 2018, 12, 564–575. [Google Scholar] [CrossRef] [PubMed]
  21. Liu, X.; Qiu, C.; Zeng, Q.; Li, A. Kinematics Analysis and Trajectory Planning of collaborative welding robot with multiple manipulators. Procedia CIRP 2019, 81, 1034–1039. [Google Scholar] [CrossRef]
  22. Zhao, R.; Shi, Z.; Guan, Y.; Shao, Z.; Zhang, Q.; Wang, G. Inverse kinematic solution of 6R robot manipulators based on screw theory and the Paden–Kahan subproblem. Int. J. Adv. Robot. Syst. 2018, 15, 1–11. [Google Scholar] [CrossRef]
  23. Wang, Y.; Su, C.; Wang, H.; Zhang, Z.; Sheng, C.; Cui, W.; Liang, X.; Lu, X. A Convenient Kinematic Calibration and Inverse Solution Method for 4-DOF Robot. In Proceedings of the Chinese Control and Decision Conference, Nanchang, China, 3–5 June 2019; pp. 5747–5750. [Google Scholar]
  24. Csanádi, B.; Tar, J.K.; Bitó, J.F. Matrix inversion-free quasi-differential approach in solving the inverse kinematic task. In Proceedings of the 17th International Symposium on Computational Intelligence and Informatics, Budapest, Hungary, 17–19 November 2016; pp. 000061–000066. [Google Scholar]
  25. Liu, W.; Chen, D.; Steil, J.J. Analytical inverse kinematics solver for anthropomorphic 7-DOF redundant manipulators with human-like configuration constraints. J. Intell, Robot. Syst. 2017, 86, 63–79. [Google Scholar] [CrossRef]
  26. Kuhlemann, I.; Schweikard, A.; Ernst, F.; Jauer, P. Robust inverse kinematics by configuration control for redundant manipulators with seven DOF. In Proceedings of the 2nd International Conference on Control Automation and Robotics, Hong Kong, China, 28–30 April 2016; pp. 49–55. [Google Scholar]
  27. Gong, M.; Li, X.; Zhang, L. Analytical Inverse Kinematics and Self-Motion Application for 7-DOF Redundant Manipulator. IEEE Access 2019, 7, 18662–18674. [Google Scholar] [CrossRef]
  28. Aroca-Trujillo, J.L.; Pérez-Ruiz, A.; Rodriguez-Serrezuela, R. Generation and Control of Basic Geometric Trajectories for a Robot Manipulator Using CompactRIO®. J. Robot. 2017, 2017, 1–11. [Google Scholar] [CrossRef] [Green Version]
  29. Barghi-Jond, H.; Nabiyev, V.; Benveniste, R. Trajectory Planning Using High Order Polynomials under Acceleration Constraint. J. Opt. Ind. Eng. 2017, 10, 1–6. [Google Scholar]
  30. Zhang, J.; Meng, Q.; Feng, X.; Shen, H. A 6-DOF robot-time optimal trajectory planning based on an improved genetic algorithm. Robot. Biomim. 2018, 5, 1–7. [Google Scholar] [CrossRef]
  31. Yoon, H.J.; Chung, S.Y.; Kang, H.S.; Hwang, M.J. Trapezoidal motion profile to suppress residual vibration of flexible object moved by robot. Electronics 2019, 8, 30. [Google Scholar] [CrossRef] [Green Version]
  32. Mukadam, M.; Yan, X.; Boots, B. Gaussian Process Motion planning. In Proceedings of the International Conference on Robotics and Automation, Stockholm, Sweden, 16–21 May 2016; pp. 9–15. [Google Scholar]
  33. Chivarov, N.; Chikurtev, D.; Markov, E.; Chivarov, S.; Kopacek, P. Cost Oriented Tele-Controlled Service Robot for Increasing the Quality of Life of Elderly and Disabled—ROBCO 18. IFAC-PapersOnLine 2018, 51, 192–197. [Google Scholar] [CrossRef]
  34. Lauretti, C.; Cordella, F.; Guglielmelli, E.; Zollo, L. Learning by Demonstration for Planning Activities of Daily Living in Rehabilitation and Assistive Robotics. IEEE Trans. Robot. Autom. Lett. 2017, 2, 1375–1382. [Google Scholar] [CrossRef]
  35. Harischandra, P.A.D.; Abeykoon, A.M.H.S. Development of an upper limb master-slave robot for bimanual rehabilitation. In Proceedings of the Moratuwa Engineering Research Conference, Moratuwa, Sri Lanka, 29–31 May 2017; pp. 52–57. [Google Scholar]
  36. Miao, Q.; Mcdaid, A.; Zhang, M. A three-stage trajectory generation method for robot-assisted bilateral upper limb training with subject-specific adaptation. Rob. Auton. Syst. 2018, 105, 38–46. [Google Scholar] [CrossRef]
  37. Rahman, M.H.; Rahman, M.J.; Cristobal, O.L.; Saad, M. Development of a whole arm wearable robotic exoskeleton for rehabilitation and to assist upper limb movements. Robotica 2015, 33, 19–39. [Google Scholar] [CrossRef] [Green Version]
  38. Zhang, J.; Cheah, C.C. Passivity and stability of human–robot interaction control for upper-limb rehabilitation robots. IEEE Trans. Robot. 2017, 31, 233–245. [Google Scholar] [CrossRef]
  39. Soltani-Zarrin, R.; Zeiaee, A.; Langari, R.; Tafreshi, R. A computational approach for human-like motion generation in upper limb exoskeletons supporting scapulohumeral rhythms. In Proceedings of the International Symposium on Wearable Robotics and Rehabilitation, Houston, TX, USA, 5–8 November 2017; pp. 1–2. [Google Scholar]
  40. Oliveira, P.W.; Barreto, G.A.; Thé, G.A.P. A Novel Tuning Method for PD Control of Robotic Manipulators Based on Minimum Jerk Principle. In Proceedings of the Latin American Robotic Symposium, Brazilian Symposium on Robotics and Workshop on Robotics in Education, Joao Pessoa, Brazil, 6–10 November 2018; pp. 396–401. [Google Scholar]
  41. Fattal, C.; Leynaert, V.; Laffont, I.; Baillet, A.; Enjalbert, M.; Leroux, C. SAM, an Assistive Robotic Device Dedicated to Helping Persons with Quadriplegia: Usability Study. Int. J. Soc. Robot. 2019, 11, 89–103. [Google Scholar] [CrossRef]
  42. Bai, J.; Song, A.; Xu, B.; Nie, J.; Li, H. A Novel Human-Robot Cooperative Method for Upper Extremity Rehabilitation. Int. J. Soc. Robot. 2017, 9, 265–275. [Google Scholar] [CrossRef]
  43. Frolov, A.A.; Kozlovskaya, I.B.; Biryukova, E.V.; Bobrov, P.D. Use of Robotic Devices in Post-Stroke Rehabilitation. Neurosci. Behav. Phys. 2018, 48, 1053–1066. [Google Scholar] [CrossRef]
  44. Quiñonez, Y.; Zatarain, O.; Lizarraga, C.; Peraza, J.; Estrada, R.; Mejía, J. Simulation of a Robotic Arm Controlled by an LCD Touch Screen to Improve the Movements of Physically Disabled People. In Trends and Innovations in Information Systems and Technologies; Rocha, Á., Adeli, H., Reis, L., Costanzo, S., Orovic, I., Moreira, F., Eds.; Springer: Budva, Montenegro, 2020; Volume 3, pp. 120–133. [Google Scholar]
  45. Corke, P. Robotics, Vision and Control.: Fundamental Algorithms in MATLAB, 1st ed.; Springer Publishing Company: Berlin/Heidelberg, Germany, 2013. [Google Scholar]
  46. Iliukhin, V.N.; Mitkovskii, K.B.; Bizyanov, D.A.; Akopyan, A.A. The Modeling of Inverse Kinematics for 5 DOF Manipulator. Proc. Eng. 2017, 176, 498–505. [Google Scholar] [CrossRef]
  47. Quiñonez, Y.; Zatarain, O.; Lizarraga, C.; Mejía, J. Proposal for a New Method to Improve the Trajectory Generation of a Robotic Arm Using a Distribution Function. In New Perspectives in Software Engineering; Mejia, J., Muñoz, M., Rocha, Á., Quiñonez, Y., Eds.; Springer: Cham, Swizerland; Mazatlan, Mexico, 2021; Volume 1, pp. 213–231. [Google Scholar]
  48. Park, K.I. Fundamentals of Probability and Stochastic Processes with Applications to Communications; Springer: Holmdel, NJ, USA, 2018. [Google Scholar]
Figure 1. Representation of the four conditions and the two linear transformation. (a) First linear transformation. (b) Second linear transformation.
Figure 1. Representation of the four conditions and the two linear transformation. (a) First linear transformation. (b) Second linear transformation.
Electronics 10 00104 g001
Figure 2. (a) presents the trajectory S ζ a t s ( x ) for when n = 2 and n = 12 (b) in order to obtain a different shape of the trajectory planning.
Figure 2. (a) presents the trajectory S ζ a t s ( x ) for when n = 2 and n = 12 (b) in order to obtain a different shape of the trajectory planning.
Electronics 10 00104 g002
Figure 3. Representation of the second case.
Figure 3. Representation of the second case.
Electronics 10 00104 g003
Figure 4. Different examples of trajectories for when a approximates to t s = 1 .
Figure 4. Different examples of trajectories for when a approximates to t s = 1 .
Electronics 10 00104 g004
Figure 5. Different examples of trajectories for different values of a and a total time equal to 5.
Figure 5. Different examples of trajectories for different values of a and a total time equal to 5.
Electronics 10 00104 g005
Figure 6. (a) and (b) show position, velocity, and acceleration and (c) shows the Jerk of the trajectory in a second, starting in the position 0 and finalizing in 1 using different values of a to change the velocity and acceleration (the parameter a of (a) is greater than the parameter a of (b)).
Figure 6. (a) and (b) show position, velocity, and acceleration and (c) shows the Jerk of the trajectory in a second, starting in the position 0 and finalizing in 1 using different values of a to change the velocity and acceleration (the parameter a of (a) is greater than the parameter a of (b)).
Electronics 10 00104 g006
Figure 7. Two different results of trajectory to compare the final value of the trajectory, using three decimals and many decimals. On the right side of the figure, an approach is presented to observe the difference between the two final results obtained.
Figure 7. Two different results of trajectory to compare the final value of the trajectory, using three decimals and many decimals. On the right side of the figure, an approach is presented to observe the difference between the two final results obtained.
Electronics 10 00104 g007
Figure 8. Illustration of the whole process to calculate the trajectory and the position-zero of the robotic arm where q 1 , q 2 , q 3 = 0 wich is presented on the right side and in the task space, the position is x p = 1 , y p = 2 and α = 0 , so it is had the coordinate (2, 0) with a direction equal to 0.
Figure 8. Illustration of the whole process to calculate the trajectory and the position-zero of the robotic arm where q 1 , q 2 , q 3 = 0 wich is presented on the right side and in the task space, the position is x p = 1 , y p = 2 and α = 0 , so it is had the coordinate (2, 0) with a direction equal to 0.
Electronics 10 00104 g008
Figure 9. Guide of MATLAB, where the final position (rad), velocity (rad/s) and acceleration (rad/s2) values are shown, and the trajectory is seen with the joint position commands.
Figure 9. Guide of MATLAB, where the final position (rad), velocity (rad/s) and acceleration (rad/s2) values are shown, and the trajectory is seen with the joint position commands.
Electronics 10 00104 g009
Figure 10. Example of a velocity and acceleration acquired of a linear-motion on each joint in the first condition with a = 0 . The velocity and acceleration are multiplied by π to get the units (rad/s and rad/s2 respectively). (a) Velocity. (b) Acceleration.
Figure 10. Example of a velocity and acceleration acquired of a linear-motion on each joint in the first condition with a = 0 . The velocity and acceleration are multiplied by π to get the units (rad/s and rad/s2 respectively). (a) Velocity. (b) Acceleration.
Electronics 10 00104 g010
Figure 11. Example of a velocity and acceleration acquired of a curved-motion on each joint in the second condition using a 2 , a 3 ,   a α > 0 . (a) Velocity. (b) Acceleration.
Figure 11. Example of a velocity and acceleration acquired of a curved-motion on each joint in the second condition using a 2 , a 3 ,   a α > 0 . (a) Velocity. (b) Acceleration.
Electronics 10 00104 g011
Figure 12. Example of a velocity and acceleration acquired on each joint in the third condition, using a 2 = a 3 = a α < 0 to obtain a smoother linear-motion. (a) Velocity. (b) Acceleration.
Figure 12. Example of a velocity and acceleration acquired on each joint in the third condition, using a 2 = a 3 = a α < 0 to obtain a smoother linear-motion. (a) Velocity. (b) Acceleration.
Electronics 10 00104 g012
Figure 13. Example of a velocity and acceleration acquired on each joint in the fourth condition using 1.5 a 2 = a 3 = a α 0 to obtain a smooth not curved-motion. (a) Velocity. (b) Acceleration.
Figure 13. Example of a velocity and acceleration acquired on each joint in the fourth condition using 1.5 a 2 = a 3 = a α 0 to obtain a smooth not curved-motion. (a) Velocity. (b) Acceleration.
Electronics 10 00104 g013
Figure 14. Simulation results of the alpha-join trajectory using distribution function proposed and cubic polynomial with a trajectory of 1 s.
Figure 14. Simulation results of the alpha-join trajectory using distribution function proposed and cubic polynomial with a trajectory of 1 s.
Electronics 10 00104 g014
Table 1. Results of the trajectory planning in the first condition, the coordinate ( x p , y p ) is located in the first right triangle’s area.
Table 1. Results of the trajectory planning in the first condition, the coordinate ( x p , y p ) is located in the first right triangle’s area.
α . ( y p x p ) ( ζ 2 , ζ 3 , ζ α ) T ( S 2 ( x ) , S 3 ( x ) , S α ( x ) ) S ˙ ( x ) S ¨ ( x )
5.71 0.075 0.75 (2.534, 1.407, 5.978)( 0.345 ,   0.75 ,   0.031 )(0.527, 1.152, 0.048)(2.0371, 4.682, 0.187)
11.3 0.17 0.85 (5.299, 5.666, 6.009)( 0.294 ,   0.714 ,   0.062 )(0.077, 0.060, 0.047)(0.3011, 0.2126, 0.177)
21.8 0.415 0.83 (4.386, 6.521, 5.099)( 0.198 ,   0.692 ,   0.121 )(0.146, 0.0333, 0.089)(0.5669, 0.1299, 0.35)
30.96 0.47 0.78 (6.510, 8.332, 5.296)( 0.176 ,   0.699 ,   0.172 )(0.033, 0.009, 0.077)(0.129, 0.041, 0.3005)
41.98 0.83 0.93 (4.023, 3.972, 5.029)( 0.053 ,   0.571 ,   0.233 )(0.188, 0.194, 0.093)(0.7263, 0.7558, 0.361)
45 1 1 (5.214, 4.803, 6.897)( 0.000 ,   0.500 ,   0.250 )(0.082, 0.109, 0.025)(0.313, 0.4192, 0.0991)
Table 2. Results of the trajectory planning in the second condition, the coordinate ( x p , y p ) is located in the second right triangle’s area and the three joints start with q 1 = q 2 = q 3 = 0 in the first result for when α = 45 degrees.
Table 2. Results of the trajectory planning in the second condition, the coordinate ( x p , y p ) is located in the second right triangle’s area and the three joints start with q 1 = q 2 = q 3 = 0 in the first result for when α = 45 degrees.
α ( y p x p ) ( ζ 2 , ζ 3 , ζ α ) T ( S 2 ( x ) , S 3 ( x ) , S α ( x ) ) S ˙ ( x ) S ¨ ( x )
45( 0.82 0.82 )(2.162, 2.0277, 3.312)( 0.053 ,   0.606 ,   0.250 )(0.0825, 0.1651, 0.399)(0.5553, 1.110, 2.6193)
63.434( 0.2 0.4 )(2.162, 2.0227, 3.312)( 0.280 ,   0.856 ,   0.352 )(0.3535, 0.389, 0.159)(2.378, 2.619, 1.071)
71.56( 0.93 0.31 )(2.184, 2.4501, 4.463)(0.060, 0.673, 0.397)(0.579, 0.299, 0.0708)(2.3352, 1.942, 0.4812)
80.53( 0.77 0.128 )(6.058, 3.816, 4.3267)(0.075, 0.744, 0.447)(0.023, 0.1109, 0.079)(0.1596, 0.7536, 0.529)
90 ( x p 0 , y p = 1 ) (3.680, 3.458, 4.2485)(0.166, 0.666, 0.500)(0.142, 0.1218, 0.082)(0.9659, 0.8279, 0.558)
Table 3. The trajectory planning results in the third condition are shown, the coordinate ( x p , y p ) is located in the third right triangle’s area and the three joints start with q 1 = q 2 = q 3 = 0 in the first result for when α = 90 .
Table 3. The trajectory planning results in the third condition are shown, the coordinate ( x p , y p ) is located in the third right triangle’s area and the three joints start with q 1 = q 2 = q 3 = 0 in the first result for when α = 90 .
−α + 180 ( y p x p ) ( ζ 2 , ζ 3 , ζ α ) T ( S 2 ( x ) , S 3 ( x ) , S α ( x ) ) S ˙ ( x ) S ¨ ( x )
90 ( x p 0 , y p = 0.61 ) (3.271, 0.335, 1.000)(0.103, 0.792, 0.500)(0.161, 1.238, 0.781)(0.568, 1.136, 4.511)
100.8( 0.67 0.127 )(4.257, 6.143, 4.058)(0.051, 0.778, 0.560)(0.081, 0.022, 0.093)(0.556, 0.150, 0.636)
108.434( 0.56 0.186 )(4.111, 5.019, 4.559)( 0.006 ,   0.809 ,   0.602 )(0.090, 0.048, 0.066)(0.614, 0.327, 0.450)
115.2( 0.69 0.32 )(7.097, 4.115, 4.733)( 0.014 ,   0.751 ,   0.640 )(0.011, 0.090, 0.058)(0.077, 0.612, 0.399)
135( 0.97 0.97 )(7.753, 2.102, 3.184)( 0.009 ,   0.518 ,   0.750 )(0.007, 0.363, 0.171)(0.049, 2.471, 1.167)
Table 4. Results of the trajectory planning in the fourth condition, the coordinate ( x p , y p ) is located in the fourth right triangle’s area and the three joints start with q 1 = q 2 = q 3 = 0 in the first result for when α = 135 and in the last result, α = 180 .
Table 4. Results of the trajectory planning in the fourth condition, the coordinate ( x p , y p ) is located in the fourth right triangle’s area and the three joints start with q 1 = q 2 = q 3 = 0 in the first result for when α = 135 and in the last result, α = 180 .
−α + 180 ( y p x p ) ( ζ 2 , ζ 3 , ζ α ) T ( S 2 ( x ) , S 3 ( x ) , S α ( x ) ) S ˙ ( x ) S ¨ ( x )
135( 0.81 0.81 )(4.442, 0.989, 0.695)( 0.055 ,   0.611 ,   0.750 )(0.084, 0.927, 1.136)(6.6471, 5.802, 7.121)
141.34( 0.595 0.74 )(4.229, 4.184, 5.242)( 0.127 ,   0.685 ,   0.785 )(0.106, 0.110, 0.053)(1.193, 1.196, 1.172)
153.43( 0.41 0.82 )(4.388, 6.821, 4.311)( 0.2008 ,   0.696 ,   0.852 )(0.110, 0.017, 0.101)(1.936, 1.173, 1.189)
171( 0.101 0.64 )(3.422, 4.054, 5.273)( 0.345 ,   0.790 ,   0.950 )(0.216, 0.139, 0.060)(1.939, 1.930, 1.929)
180( 0 0.19 )(4.005, 3.742, 5.321)( 0.4697 ,   0.9394 ,   1.00 )(0.190, 0.228, 0.076)(1.931, 1.943, 1.949)
Table 5. Results obtained with the algorithm proposed in this work in comparison with the Cubic Polynomial Algorithm.
Table 5. Results obtained with the algorithm proposed in this work in comparison with the Cubic Polynomial Algorithm.
αTrajectory Function- ( ζ a t s ) Cubic Polynomials
450.25(π) rad 45 ° 0.7633 radians 43.73 °
71.560.3976(π) rad 71.5624 ° 1.2139 radians 69.55 °
115.20.64(π) rad 115.1988 ° 1.9541 radians 111.9656 °
1801(π) rad 180 ° 3.053 radians 174.941204 °
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Quiñonez, Y.; Mejía, J.; Zatarain, O.; Lizarraga, C.; Peraza, J.; Estrada, R. Algorithm to Generate Trajectories in a Robotic Arm Using an LCD Touch Screen to Help Physically Disabled People. Electronics 2021, 10, 104. https://doi.org/10.3390/electronics10020104

AMA Style

Quiñonez Y, Mejía J, Zatarain O, Lizarraga C, Peraza J, Estrada R. Algorithm to Generate Trajectories in a Robotic Arm Using an LCD Touch Screen to Help Physically Disabled People. Electronics. 2021; 10(2):104. https://doi.org/10.3390/electronics10020104

Chicago/Turabian Style

Quiñonez, Yadira, Jezreel Mejía, Oscar Zatarain, Carmen Lizarraga, Juan Peraza, and Rogelio Estrada. 2021. "Algorithm to Generate Trajectories in a Robotic Arm Using an LCD Touch Screen to Help Physically Disabled People" Electronics 10, no. 2: 104. https://doi.org/10.3390/electronics10020104

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop