Skip to content

Latest commit

 

History

History
72 lines (44 loc) · 2.79 KB

README.md

File metadata and controls

72 lines (44 loc) · 2.79 KB

Human State Aware Controller For a Tethered UAV

Objectives

  • 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.

Contents

Results

Steady State Solution

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

Steady State Solution under Constant Control Input

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

Hybrid Control

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.