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

rwc2024 #45

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

rwc2024 #45

wants to merge 2 commits into from

Conversation

MatthijsBurgh
Copy link
Member

No description provided.

rospy.loginfo(f"Parsed semantics: {semantics}")
result = HMIResult(qr_code_data, semantics)
result = HMIResult(sentence, semantics)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
result = HMIResult(sentence, semantics)
result = HMIResult(qr_code_data, semantics)

Comment on lines +128 to +129
sentence = qr_code_data.lower()
semantics = parse_sentence(sentence, grammar, target)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
sentence = qr_code_data.lower()
semantics = parse_sentence(sentence, grammar, target)
semantics = parse_sentence(qr_code_data.lower(), grammar, target)

@MatthijsBurgh MatthijsBurgh requested a review from ar13pit July 22, 2024 09:49
@MatthijsBurgh MatthijsBurgh changed the title Rwc2024 rwc2024 Jul 22, 2024
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.

2 participants