Motion Control¶
We would partition the controller into two parts, model-based portion and servo portion.
The model-based portion makes use of feedback to reduce the system such that it appears like a unit mass.
Control-law decomposition
Given model
choose \(f=\alpha f'+\beta\) such that
so
we design a control law to compute \(f'\), so
the system yields
Trajectory-following control¶
Given a planned trajectory \(x_d(t)\) is smooth, which means our trajectory generator could give access to \(x_d,\dot{x}_d,\ddot{x}_d\) all the time.
Trajectory following
Define error \(e=x_d-x\), then a servo-control law that cause trajectory following
combined with equation \(\ref{servo-portion}\), we have
which is also called error space.
Disturbance Rejection¶
Consider a noise \(f_{dist}\), then equation \(\ref{error-space}\) becomes
If \(\max_t f_{dist}(t)<a\), then the consequent error \(e\) is a also bounded.
Modelling & Control of a single joint¶
We first develop a simplified model of a single rotary joint.
Modelling
For direct current (DC) motor, we have
where the first one is a driven torque of the motor, and the second one is the generated voltage of rotation.
In the circuit of the armature, we have
The gear ratio \(\eta\) causes an increase in the torque seen at the load and a reduction in the speed of the load, given by
- Write a dynamic equaiton of the rotor
where \(I_m\), \(I\) are the inertias of the motor rotor and of the load, respectively, and \(b_m\), \(b\) are viscous friction coefficients for the rotor and load bearings, respectively.
Using equation \(\ref{relation-joint-rotor}\), we write the above equation in terms of motor variables \(\theta_m\) or joint/load variables \(\theta\)
where \(I+I_m \eta^2\) is called the effective inertia seen at the output of the gearing, \(b+b_m\eta^2\) is called the effective damping.