Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enable_object_detection and srv definition #13

Open
ladrians opened this issue Feb 27, 2024 · 2 comments
Open

enable_object_detection and srv definition #13

ladrians opened this issue Feb 27, 2024 · 2 comments

Comments

@ladrians
Copy link

ladrians commented Feb 27, 2024

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

@Myzhar
Copy link
Member

Myzhar commented Feb 27, 2024

Hi @ladrians
can you better explain your problem?
The Object Detection service interface has not changed in the recent period.

@ladrians
Copy link
Author

Hello thanks, my point is that zed_interfaces::stop_object_detection is correct to be available and not and option related to enable_object_detection?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants