MCPcopy Create free account
hub / github.com/amov-lab/Prometheus / getImageStatus

Function getImageStatus

Modules/object_detection/cpp_nodes/aruco_det.cpp:137–141  ·  view source on GitHub ↗

用此函数查看是否收到图像话题

Source from the content-addressed store, hash-verified

135
136// 用此函数查看是否收到图像话题
137bool getImageStatus(void)
138{
139 boost::shared_lock<boost::shared_mutex> lock(mutex_image_status);
140 return image_status;
141}
142
143void switchCallback(const std_msgs::Bool::ConstPtr& msg)
144{

Callers 2

mainFunction · 0.70
yoloMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected