- To aid a human in navigating from one position to another, using a tethered aerial vehicle.
- To propose a human-state-aware controller for this system.
- Research Paper Notes
Research Papers we read during this project - Human State Aware 3D Control
Implementation of the 3D Human State Aware Controller - Taut Cable 2D Control
Implementation of 2D Taut Cable Controller
Assumptions:
- Human changes his direction in accordance with the direction of cable force.
- If the difference between magnitude of position vector (from human to drone) and original length of tether is less than or equal to zero, then cable force is zero
- If the x and y components of cable force are too small, the human velocity becomes zero.
- If the magnitude of cable force becomes zero at any instant, the human stops moving.
- Values of certain constants have been changed according to our interpretation
Another method proposed by the paper was
Assumptions:
- The cable force is assumed to be constant
- Human and drone have the same velocity and follow a constant velocity trajectory
- The product of proportional gain and error in robot position is assumed to be constant
We thought of combining these two approaches into a Hybrid approach
Assumptions:
- For initial 50 seconds, it is assumed that the product of proportional gain and error in robot position is large and considered to be constant. For the rest of simulation time the steady state approach assumptions are taken into account.