Skip to content

Commit

Permalink
vtol adjust landing setpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudio-Chies committed Aug 19, 2024
1 parent e29a36a commit d0cbb86
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/modules/navigator/land.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,8 @@ Land::on_active()
_navigator->get_vstatus()->in_transition_mode) {
struct position_setpoint_triplet_s *pos_sp_triplet = _navigator->get_position_setpoint_triplet();

// create a virtual wp 1m in front of the vehicle to track during the backtransition
waypoint_from_heading_and_distance(_navigator->get_global_position()->lat, _navigator->get_global_position()->lon,
_navigator->get_local_position()->heading, 1.f,
&pos_sp_triplet->current.lat, &pos_sp_triplet->current.lon);
// create a wp in front of the VTOL until which the VTOL in multicopter mode is able to decelerate
_navigator->calculate_breaking_stop(pos_sp_triplet->current.lat, pos_sp_triplet->current.lon);

_navigator->set_position_setpoint_triplet_updated();
}
Expand Down

0 comments on commit d0cbb86

Please sign in to comment.