-
Notifications
You must be signed in to change notification settings - Fork 9
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
Implemented vision_msgs #40
base: develop
Are you sure you want to change the base?
Conversation
Nalwa-Jayesh
commented
Sep 19, 2023
•
edited
Loading
edited
- Vision msgs being sent
- Detecting the objects
- Vision msgs can be seen in terminal while the node is running
|
||
detection_arr.detections.append(detection_msg) | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add comments to everyline to make code understandable to others.
@@ -3,7 +3,7 @@ object_detection: | |||
input_img_topic: color_camera/image_raw | |||
output_bb_topic: object_detection/img_bb | |||
output_img_topic: object_detection/img | |||
publish_output_img: 1 | |||
output_vision_topic: object_detection/vision_msg |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should rename the topic to object_detection/detection_info
as it might be more self explanatory.
PR is outdated, too many conflicts. |