uzh-rpg / rpg_quadrotor_control

Quadrotor control framework developed by the Robotics and Perception Group
Other
585 stars 185 forks source link

Update go to point and heading fields with actual state estimate while not in hover #62

Closed kohlerj closed 5 years ago

kohlerj commented 6 years ago

In order to avoid sending your drone where you do not want it to go, why not update the fields where you enter the x,y,z and heading values with the values for the state estimate while you are not hovering? I would do the change in the GUI file with a simple if condition.

mfaessle commented 6 years ago

Sounds like a good idea! Two comments about it:

kohlerj commented 6 years ago

@mfaessle

  1. Ok
  2. Was the plan all along ;)