Skip to content

Commit

Permalink
updated prints
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Oct 17, 2023
1 parent 80b4b37 commit 53e3784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/control_manager/control_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2908,7 +2908,7 @@ void ControlManager::timerSafety(const ros::TimerEvent& event) {

if (!failsafe_triggered_ && !eland_triggered_) {

ROS_ERROR("[ControlManager]: activating emergency land: position error %.2f/%.2f m (x: %.2f, y: %.2f, z: %.2f)", error_size, _eland_threshold_,
ROS_ERROR("[ControlManager]: activating emergency land: position error %.2f/%.2f m (error x: %.2f, y: %.2f, z: %.2f)", error_size, _eland_threshold_,
position_error.value()[0], position_error.value()[1], position_error.value()[2]);

eland();
Expand Down

0 comments on commit 53e3784

Please sign in to comment.