You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to enable/disable the object detection from roscpp noetic. Noticed the change to enable_object_detection, but I do not see this definition from the srv folder? the start/stop_object_detection are deprecated right?
this is the snippet I have:
ros::ServiceClient client = n->serviceClient<zed_interfaces::stop_object_detection>(box_following_service_name_);
zed_interfaces::stop_object_detection srv;
ret = client.call(srv);
but I expect it to change it to a definition so I can set the data to true/false
The text was updated successfully, but these errors were encountered:
I need to enable/disable the object detection from roscpp noetic. Noticed the change to
enable_object_detection
, but I do not see this definition from the srv folder? the start/stop_object_detection are deprecated right?this is the snippet I have:
but I expect it to change it to a definition so I can set the data to true/false
The text was updated successfully, but these errors were encountered: