Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
haitomatic committed Nov 15, 2023
1 parent b71f08f commit 5e8647c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mavlink_interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,7 @@ 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 << 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 5e8647c

Please sign in to comment.