Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
haitomatic committed Nov 8, 2023
1 parent 210d77c commit 8f222d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mavlink_interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ void MavlinkInterface::ReadMAVLinkMessages()
//std::cerr << "[MavlinkInterface] check message from msg buffer.. " << std::endl;
auto msg = PopRecvMessage();
if (msg) {
std::cout << "[MavlinkInterface] ReadMAVLinkMessages -> handle_message " << std::endl;
//std::cout << "[MavlinkInterface] ReadMAVLinkMessages -> handle_message " << std::endl;
handle_message(msg.get());
}
} while( (!enable_lockstep_ && !IsRecvBuffEmpty()) ||
Expand Down

0 comments on commit 8f222d1

Please sign in to comment.