Commit 8c2f662c authored by Danny Schrader's avatar Danny Schrader

Added comment for dummy variable in vehicle.cc. Enabled _firmwarePlugin call...

Added comment for dummy variable in vehicle.cc.  Enabled _firmwarePlugin call that shows 'Landing aborted.' message.
parent 3345db1e
...@@ -1843,9 +1843,9 @@ void Vehicle::abortLanding(void) ...@@ -1843,9 +1843,9 @@ void Vehicle::abortLanding(void)
sendMavCommand(defaultComponentId(), sendMavCommand(defaultComponentId(),
MAV_CMD_DO_GO_AROUND, MAV_CMD_DO_GO_AROUND,
true, // show error if fails true, // show error if fails
50); 50); // this is a dummy value that is currently ignored
//_firmwarePlugin->abortLanding(this); _firmwarePlugin->abortLanding(this);
} }
bool Vehicle::guidedMode(void) const bool Vehicle::guidedMode(void) const
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment