mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-07 08:20:35 +08:00
fixed position tracking overshoot
This commit is contained in:
committed by
Lorenz Meier
parent
142884bcd8
commit
3aaad68c76
@@ -1647,8 +1647,6 @@ void MavlinkReceiver::handle_message_follow_target(mavlink_message_t *msg)
|
||||
} else {
|
||||
orb_publish(ORB_ID(follow_target), _follow_target_pub, &follow_target_topic);
|
||||
}
|
||||
|
||||
warnx("new msg recieved");
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user