Skip to content

Commit

Permalink
Error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
ignaciotb committed Dec 14, 2023
1 parent e3cf67a commit 4cfeada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sam_action_servers/src/emergency_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ class GenericSensorMonitor
abort_pub_.publish(abort);
if (topic_end_ == "heartbeat")
{
ROS_ERROR_STREAM_NAMED("Emergency manager ", "BT is down, aborting mission");
ROS_ERROR_STREAM_NAMED("Emergency manager ", "BT is down, emergency action triggered manually");
this->emergency_no_bt();
}
break;
Expand Down

0 comments on commit 4cfeada

Please sign in to comment.