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

Only show some code 'Done.Subscribed to /camera/color/raw_image' without more information #18

Open
Jue-Jue-511 opened this issue May 19, 2021 · 4 comments

Comments

@Jue-Jue-511
Copy link

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?

@Eruvae
Copy link
Owner

Eruvae commented May 19, 2021

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).

@DeveloperFuloo
Copy link

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?

i got stuck with the same problem,how can i get the masks?

@Eruvae
Copy link
Owner

Eruvae commented Oct 17, 2021

As mentioned in my previous reply, you have to subscribe to /yolact_ros/detections. If you renamed the node, the namespace changes. Do you get output for rostopic echo /yolact_ros/detections? If not, try rostopic list to check which topics are available.

@DeveloperFuloo
Copy link

As mentioned in my previous reply, you have to subscribe to /yolact_ros/detections. If you renamed the node, the namespace changes. Do you get output for rostopic echo /yolact_ros/detections? If not, try rostopic list to check which topics are available.

thanks for your help! i found my mistake

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

No branches or pull requests

3 participants