Skip to content

Commit

Permalink
Commander: Do not announce home via MAVLink
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzMeier committed Feb 9, 2016
1 parent 3e02bb1 commit e59323c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/commander/commander.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -986,7 +986,7 @@ static void commander_set_home_position(orb_advert_t &homePub, home_position_s &

home.yaw = attitude.yaw;

mavlink_and_console_log_info(mavlink_fd, "home: %.7f, %.7f, %.2f", home.lat, home.lon, (double)home.alt);
PX4_INFO("home: %.7f, %.7f, %.2f", home.lat, home.lon, (double)home.alt);

/* announce new home position */
if (homePub != nullptr) {
Expand Down

0 comments on commit e59323c

Please sign in to comment.