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

Implemented vision_msgs #40

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open

Conversation

Nalwa-Jayesh
Copy link

@Nalwa-Jayesh Nalwa-Jayesh commented Sep 19, 2023

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


Copy link
Contributor

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
Copy link
Contributor

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.

@sudo-deep
Copy link

PR is outdated, too many conflicts.

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

Successfully merging this pull request may close these issues.

4 participants