Skip to content

Commit

Permalink
dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
haitomatic committed Nov 15, 2023
1 parent ccff328 commit cd906ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mavlink_interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,6 @@ void MavlinkInterface::handle_actuator_controls(mavlink_message_t *msg)
mavlink_hil_actuator_controls_t controls;
mavlink_msg_hil_actuator_controls_decode(msg, &controls);

std::cout << "time : " << controls.time_usec << std::endl;
armed_ = (controls.mode & MAV_MODE_FLAG_SAFETY_ARMED);

for (unsigned i = 0; i < n_out_max; i++) {
Expand Down

0 comments on commit cd906ab

Please sign in to comment.