Skip to content

Commit

Permalink
adding values to feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
marinagmoreira committed Mar 27, 2024
1 parent b93ea3d commit bd12fa8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hardware/is_camera/src/camera.cc
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,8 @@ namespace is_camera {
} else {
// Failed
res.success = false;
res.status_message = "Failed! Either thread not running or auto-exposure on";
res.status_message = "Failed! Either thread not running (" + std::to_string(thread_running_) +
") or auto-exposure on (" + std::to_string(auto_exposure_) + ")";
}

return true;
Expand Down

0 comments on commit bd12fa8

Please sign in to comment.