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

Support for high-order data types #414

Closed
paulboyes opened this issue Feb 17, 2022 · 4 comments
Closed

Support for high-order data types #414

paulboyes opened this issue Feb 17, 2022 · 4 comments

Comments

@paulboyes
Copy link

Support for high-order data types, to correlate rich sensor data with metadata. Example for a camera sensor, we need to model the image URL with the object list as part of the same sensor. Or is there a different way they recommend modeling this data.
struct Camera {
String uri;
List objectList;
}
Vehicle.ADAS.Camera:
type: sensor
datatype: Camera
description: “...”

@erikbosch
Copy link
Collaborator

Structs as datatype is being discussed now and then, see e.g. #326

@danielwilms
Copy link
Collaborator

I think the discussion went less in the direction of complex data types but rather into one realization problem. I would close this one as duplicate to #326.

@SebastianSchildt
Copy link
Collaborator

I agree, but I remember the discussion touching ROS(2), and I guess it would techically be possible to express ROS2 .msg in VSS by using rosidl . If that is a worthwhile discussion to be had, maybe we should open a separate discussion on that

@erikbosch
Copy link
Collaborator

We regularly close old issues and pull requests that appear to be abandoned or completed, where there have not been any activity for a long time. If you think your item is still relevant please feel to add a comment and re-open it. You are also very welcome to bring up the topic at one of our weekly VSS meetings.

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

No branches or pull requests

4 participants