Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
// 用此函数查看是否收到图像话题
137
bool getImageStatus(void)
138
{
139
boost::shared_lock<boost::shared_mutex> lock(mutex_image_status);
140
return image_status;
141
}
142
143
void switchCallback(const std_msgs::Bool::ConstPtr& msg)
144
{
Callers
2
main
Function · 0.70
yolo
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected