Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion zed_nodelets/src/zed_nodelet/src/zed_wrapper_nodelet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5081,7 +5081,7 @@ bool ZEDWrapperNodelet::on_enable_object_detection(std_srvs::SetBool::Request& r
mObjDetRunning = false;

NODELET_ERROR_STREAM("Object detection not started. OD is not available for ZED camera model");
res.message = "OObject detection not started. OD is not available for ZED camera model";
res.message = "Object detection not started. OD is not available for ZED camera model";
res.success = false;
return res.success;
}
Expand Down