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

Fix Issues with Missing Message and Incorrect Resource Name #14

Open
neelam-kushwah opened this issue Jul 29, 2024 · 0 comments
Open

Fix Issues with Missing Message and Incorrect Resource Name #14

neelam-kushwah opened this issue Jul 29, 2024 · 0 comments

Comments

@neelam-kushwah
Copy link
Contributor

neelam-kushwah commented Jul 29, 2024

I've identified several issues with the current protobuf files that need to be addressed:

  • Missing Message Definition: In the braking_service.proto file, there is a BrakeAssistance publish topic, but the corresponding message definition is missing in its topics proto.
  • Incorrect Resource name: In engine_service.proto, the publish topic is defined as:
    option (uprotocol.publish_topic) = { id : 0x8001, name : "horn", message : "oil" };
    This should be updated to:
    option (uprotocol.publish_topic) = { id : 0x8001, name : "oil", message : "Oil" };
@neelam-kushwah neelam-kushwah changed the title Update Proto Imports and Resolve issues Fix Issues with Missing Message and Incorrect Resource Name Jul 29, 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

No branches or pull requests

1 participant