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

Add Thing and Attribute msg #9

Open
Rezenders opened this issue Oct 23, 2023 · 0 comments
Open

Add Thing and Attribute msg #9

Rezenders opened this issue Oct 23, 2023 · 0 comments

Comments

@Rezenders
Copy link
Collaborator

Rezenders commented Oct 23, 2023

Add a generic ROS messages to represent things and attributes.

Something like:

Attribute:

string name
rcl_interfaces/ParameterValue value

Thing:

string type
Attributes[] attributes

Example:

type: 'person'
attributes: [{
    'name': 'age',
    'value': {'type': 1, 'integer_value': 30 }
}]
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