Skip to content

Add automatic topic detection - #9

Open
anand2718 wants to merge 4 commits into
mainfrom
8-automatic-topic-detection
Open

Add automatic topic detection#9
anand2718 wants to merge 4 commits into
mainfrom
8-automatic-topic-detection

Conversation

@anand2718

Copy link
Copy Markdown

For issue #8

Added checks to the parser to include automatic topic detection. If automatic is set to true, possibilities are:

  • One image topic is found and set as the topic
  • More than one image topic is found, listing the image topics and causing a parser error

If the automatic argument is not specified and a topic isn't specified, a parser error is triggered.

The detection method currently is to just check if "image" is a substring of the ROS message type.

@anand2718 anand2718 linked an issue Oct 1, 2024 that may be closed by this pull request
@amarburg

amarburg commented Oct 1, 2024

Copy link
Copy Markdown
Contributor

Posted a few comments and requested changes.

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

Successfully merging this pull request may close these issues.

[FEATURE]: Automatic topic detection

3 participants