-
Notifications
You must be signed in to change notification settings - Fork 32
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
Specify number of detections #41
Comments
Hi @hsaleem1
|
@fgonzalezr1998, can you please further guide about the third point? I mean how can I execute "kill - 9" signal? |
@hsaleem1 You can use the "system" function from stdlib to execute a "pkill [process_name]" (where process_name" is the process name of darknet_ros_3d). I think it will be "darknet_ros_3d_node" but you can see it with htop or ps. I recommend you to consult its man page. Also, you can execute a fork() + exec() instead of system(). It provides a greater control over the process son but in this case may be you don't have to. |
Hi there,
Can somebody please guide me that how can we limit the number of detection after running the launch file? As the output is providing repeated and continuous values.
Thanks.
The text was updated successfully, but these errors were encountered: