---
title: Time-Varying Kinematic Control in Robotics
url: https://www.emergentmind.com/topics/time-varying-kinematic-control
type: topic
---

# Time-Varying Kinematic Control in Robotics

Time-varying kinematic control refers to the design, analysis, and implementation of feedback controllers for robotic systems whose control objectives, reference signals, and/or constraints explicitly depend on time. In contrast to time-invariant settings, time-varying kinematic control frameworks address challenges such as time-dependent task-space trajectories, time-varying constraints, formation morphing, safety in dynamically changing environments, and prescribed-time stabilization. This area plays a central role in modern robotics, encompassing manipulators, mobile robots, multi-agent systems, and teleoperation platforms where flexibility, adaptability, and temporal specification are essential.

## 1. General Principles and Problem Formulation

Time-varying kinematic control is fundamentally concerned with systems governed by equations of the form
\[
\dot x(t) = f(x(t), u(t), t),\quad x\in\R^n,\, u\in\R^m,
\]
where $f$ may be time-dependent, and the control objective can include tracking a time-varying reference $x_d(t)$, enforcing time-dependent constraints, or achieving global stabilization within a specified time-window. The tracking or regulation cost is typically formulated as
\[
J = m(x(t_f)) + \int_{t_0}^{t_f} \ell(x(t), u(t), t)\,dt,
\]
subject to explicit equality and/or inequality constraints that may themselves depend on time or both state and time, e.g., $h(x, u, t) = 0$ [1701.08051].

Key challenges include:

- Explicit temporal variation in dynamics, references, and/or task-space constraints.
- Accommodation of nonholonomic (velocity) and holonomic (position/operational-space) constraints, which may themselves change over time.
- Stability, performance, and feasibility in the presence of time-dependent domains, uncertainties, or user input.

## 2. Optimal and Adaptive Time-Varying Kinematic Controllers

### Constrained Sequential Linear Quadratic (SLQ) for Mobile Manipulators

A major paradigm is the continuous-time, Constrained SLQ method, developed for high-degree-of-freedom (DoF) mobile manipulators with both nonholonomic and holonomic constraints [1701.08051]. The main workflow involves:

1. **System Modeling:** State $x(t)$ represents all robot coordinates (base and arm), with control $u(t)$ as their velocities. Unconstrained kinematics are $ẋ = u$, enabling a perfect-velocity-tracking assumption at the kinematic level.

2. **Constraint Incorporation:** Nonholonomic constraints (e.g., rolling without slip) are enforced as $A_n(x) u = 0$, while holonomic (task-space) constraints are encoded via $\phi(x) - x_{\mathrm{ref}}(t) = 0$ with possible velocity constraints $\frac{\partial \phi}{\partial x} u = \dot x_{\mathrm{ref}}(t)$.

3. **LQ Problem:** The continuous-time LQ objective, quadratic in $u$, is solved iteratively by linearizing both dynamics and constraints about a time-varying nominal trajectory. Each SLQ iteration solves a constrained, time-varying LQR subproblem, leading to Riccati-type backward equations for the time-varying value function $S(t)$ and multipliers.

4. **Feedback Law:** The resulting optimal, time-varying kinematic feedback has the form
\[
u^*(t) = \bar u(t) + k_{\mathrm{ff}}(t) + K(t)[x(t) - \bar x(t)],
\]
with $K(t)$ and $k_{\mathrm{ff}}(t)$ computed to ensure first-order feasibility. Solution steps employ adaptive step-size ODE solvers for both forward and backward passes, yielding computational cost $O(N)$ per iteration (where $N$ is adaptively chosen), and supporting real-time deployment at up to $100$ Hz for complex systems [1701.08051].

### LTV–LQR and Model-Based Approaches

Controllers based on linear time-varying (LTV) models, most notably the LTV–LQR, address time–indexed trajectory tracking with explicit gain adaptation. In human–robot shared-control tasks, candidate grasps are precomputed as time-parameterized trajectories, and an LTV–LQR is synthesized around each. Gains are computed by integrating the backward Riccati equation with time-varying weights, and real-time selection and blending are executed according to the user’s inferred intent [1906.08380]. This approach provides $L_2$-tracking guarantees via a time-varying Lyapunov function.

In optimal kinematic tracking for manipulators, adaptive critic designs (e.g., Single Network Adaptive Critic, SNAC) approximate the solution of the time-varying Hamilton-Jacobi-Bellman equation via neural networks, supporting nonlinear, time-varying references [1908.02077].

## 3. Synthesis Under Constraints and Safety Guarantees

### Control Barrier Functions for Time-Varying Safety

Time-varying kinematic control increasingly leverages control barrier functions (CBFs) for enforcing safety over moving, nonstatic regions. Uniformly time-varying CBFs require
\[
\sup_{u \in U} \left[ \nabla_x h(x, t) \cdot (f(x) + g(x) u) + \frac{\partial h}{\partial t}(x, t) + \alpha(h(x, t)) \right] \geq 0,
\]
where $\alpha$ is a class-$\mathcal{K}$ function [2408.12964]. Efficiently, one constructs $\Lambda$-shiftable CBFs: starting from an invariant $h(x)$, one certifies that $h(x,t) = h(x) - \nu(t)$ (where $\dot\nu(t) \leq \lambda(\nu(t))$) remains a valid time-varying CBF, yielding forward-invariance of moving safe sets and supporting quadratic-program synthesis for safe tracking.

### Hamilton–Jacobi Reachability and Tube-based Tracking

For systems with unknown, time-varying disturbances or constraints, safety-guaranteed time-varying tracking is achieved by offline solving the time-varying Hamilton-Jacobi–Isaacs variational inequality for the relative error model. The value function $V(r, t)$ characterizes the minimal cost-to-go or maximal deviation, defining a tube $\{V(r, t) \leq c\}$ within which the tracking error is certified invariant [2412.04129]. Online, a reference trajectory for a virtual or simplified planning model is (re)planned as constraints evolve, and the actual system is kept within tracked tubes via precomputed policies $u_s^*(r, t)$. This framework admits extensions to $\tau$-periodic dynamics via horizon mapping.

## 4. Formation, Swarm, and Multi-Agent Control with Time-Varying Objectives

### Leader–Follower and Shape-Morphing Strategies

Time-varying leader–follower formation control mandates that the relative positions, distances, and bearings in a formation adapt according to explicit, possibly complex, time-dependent profiles (e.g., $r_i(t), \alpha_i(t)$). Backstepping methodologies admit time-derivatives of these quantities, supporting globally asymptotically stable tracking of time-varying geometries [2205.11174]. Fuzzy–adaptive augmentations enable online tuning of gains to mitigate transient actuator saturation and "velocity jump" artifacts.

### Swarm Formation and Target Interception

Distance-based frameworks for multiple unicycle-type robots employ input transformations to achieve effective single-integrator-like equations, enabling time-varying flocking velocity and interception protocols. Here, only a subset of agents may have direct access to global time-varying references, while the rest reconstruct them via distributed, variable-structure observers. Stability of the entire formation is established via Lyapunov techniques and input-to-state stability interconnection arguments [1812.02051].

### Coverage Control Over Moving Domains

Time-varying multi-agent coverage is formulated as the minimization of locational cost over dynamic, possibly shape-changing domains, employing centralized or decentralized controllers that account for both local cell-coupling (via the Jacobian $\partial c/\partial p$) and explicit feedforward terms $\partial c/{\partial t}$ capturing domain motion and density evolution [1909.05377]. Exponential convergence to moving centroidal Voronoi tessellations is achievable under analytic simplifications and scalable decentralized control.

## 5. Prescribed-Time and Nonholonomic Kinematic Control

Time-varying high-gain feedback laws achieve exact prescribed-time convergence for uncertain nonholonomic chained systems by smooth, time-varying coordinate transforms and parametric Lyapunov equations [2409.03337]. The key mechanism involves time-blowup scaling, where the feedback gain increases as $t \to T^-$, ensuring that all states reach zero at the designer-chosen $T$ regardless of initial condition or triangular-structured uncertainty.

Nonholonomic mobile robots employing time-varying, oscillatory gradient-flow-based control exploit the Lie-algebraic structure to average out non-integrable constraints, enabling robust stabilization via periodic excitation (with engineered amplitude, frequency, and Lyapunov function shape) [2602.19334]. Time-optimal velocity tracking for differential-drive robots in the presence of time-varying reference velocities uses hybrid, finite-switching logic to ensure minimal convergence time without chattering [1706.05095].

## 6. Adaptation, Learning, and Robustness to Uncertainty

Model-based reinforcement learning for time-varying dynamics uses Gaussian process priors and variation-budget analysis to handle non-stationarity across episodes (e.g., due to wear, payload change, unmodeled disturbances) [2604.02260]. Recency-weighted buffers and adaptive planning maintain epistemic uncertainty and support dynamic-regret guarantees, ensuring continual adaptation in changing kinematic regimes. Learning mechanisms are tightly integrated with time-varying feedback policy design, supporting autonomous or semi-autonomous agents operating in dynamic real-world environments.

## 7. Teleoperation, Delay-Robustness, and Architectural Constraints

Teleoperation with closed-architecture robots under arbitrary bounded, time-varying delay employs dynamic feedback controllers combining local error, delayed peer state, and integral actions to guarantee delay-independent synchronization and infinite manipulability of degree one [2106.12470]. Adaptive dynamic augmentation further compensates for unknown inner-loop PID gains, while input-output stability is ensured even as time-dependent delays alter the effective communication topology.

---

Time-varying kinematic control constitutes a mathematically and practically sophisticated domain embedding optimality, safety, learning, and coordination. Across real-time manipulator control, robust mobile robot planning, adaptive multi-agent coverage, and teleoperation under delay, the field is shaped by continuous methodological advances in feedback law design, constraint handling, and algorithmic scalability [1701.08051, 1906.08380, 1812.02051, 2602.19334, 1706.05095, 2604.02260, 2106.12470, 2408.12964, 2412.04129, 2409.03337, 1909.05377, 2205.11174, 1908.02077].

Source: https://www.emergentmind.com/topics/time-varying-kinematic-control