MAVProxy icon indicating copy to clipboard operation
MAVProxy copied to clipboard

Reset state estimate (for SITL)

Open madratman opened this issue 8 years ago • 2 comments

I am using the ardupilot_gazebo_sitl_plugin to explore some learning algorithms in a gazebo environment. So, every time my drone is about to crash, I would like to "reset" it completely. I tried various approaches like going to mode STABILIZE, sending rc[3] = 0, and then resetting the gazebo model. Another way is to set the mode to RTL, wait to land and then reset model. Either way, the copter thinks it is in the previous state after resetting the gazebo model, and hence, I want to find a way to hardcode/reset the pose itself. Is there a way to do the same over mavproxy?

madratman avatar Apr 14 '17 02:04 madratman

I am also still looking for a simple way to just reset the copter to its initial position

moritzschaefer avatar Nov 20 '19 19:11 moritzschaefer

Also looking for a solution.

Kinggrass avatar Jul 17 '23 08:07 Kinggrass