Skip to content

Add support for nested ULOG fields within ULOG generator #28

@filipembedded

Description

@filipembedded

For now, it's not possible for Ulog generator to support nested .yaml fields. It could be handy if there is a case where there are multiple fields that have subfields that are named the same.
Example:

name: some_sensor
description: Contains sensor data - x, y and z
field1:
  - name: x
    type: float
  - name: y
    type: float
  - name: z
    type: float
field2:
  - name: x
    type: float
  - name: y
    type: float
  - name: z
    type: float

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions