-
Notifications
You must be signed in to change notification settings - Fork 45
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
Only show some code 'Done.Subscribed to /camera/color/raw_image' without more information #18
Comments
As long as the "publish_detections" parameter is set to true (which it is by default), the bounding boxes and masks will be published on the topic "/yolact_ros/detections". If you want to check whether this is working, you can use rostopic tools, e.g. "rostopic echo /yolact_ros/detections". To use them in another ROS node, you can subscribe to the topic (Python Tutorial / C++ Tutorial). |
i got stuck with the same problem,how can i get the masks? |
As mentioned in my previous reply, you have to subscribe to |
thanks for your help! i found my mistake |
hi,i am new to ROS.After running ur code .why just show the following code'Done.Subscribed to /camera/color/raw_image' without more information?,i am sure i have subscribed to the topic camera/color/image_raw and changed some codeto show the raw image so how to get the message of boundingbox and mask?
The text was updated successfully, but these errors were encountered: