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

Enable CLASS and SET support in codegen-py #48

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

jpbusch
Copy link
Collaborator

@jpbusch jpbusch commented Nov 28, 2024

TODO

Breaking Changes

etsi_its_cpm_ts_msgs
  • CollectivePerceptionMessage.msg
    - int64 HEADER_MIN = 0
  • CpmContainers.msg: removed
  • CorrelationColumn.msg
    - int64 MIN_SIZE = 1
    - int64 MAX_SIZE = 13
    + uint8 MIN_SIZE = 1
    + uint8 MAX_SIZE = 13
  • MatrixIncludedComponents.msg
    - int64 MIN_SIZE_BITS = 13
    - int64 MAX_SIZE_BITS = 13
    + uint8 SIZE_BITS = 13
  • MessageRateHz.msg
    - uint8 EXPONENT_MIN = 0
    - uint8 EXPONENT_MAX = 2
    + int8 EXPONENT_MIN = -5
    + int8 EXPONENT_MAX = 2
  • PerceivedObjectsIds.msg
    - int64 MIN_SIZE = 0
    - int64 MAX_SIZE = 255
    + uint8 MIN_SIZE = 0
    + uint8 MAX_SIZE = 255
  • PerceivedObjects.msg
    - int64 MIN_SIZE = 0
    - int64 MAX_SIZE = 255
    + uint8 MIN_SIZE = 0
    + uint8 MAX_SIZE = 255
  • PerceptionRegionContainer.msg
    - int64 MIN_SIZE = 1
    - int64 MAX_SIZE = 256
    + uint16 MIN_SIZE = 1
    + uint16 MAX_SIZE = 256
  • PolygonalShape.msg
    - int64 POLYGON_MIN_SIZE = 3
    - int64 POLYGON_MAX_SIZE = 16
    + uint8 POLYGON_MIN_SIZE = 3
    + uint8 POLYGON_MAX_SIZE = 16
  • RadialShapesList.msg
    - int64 MIN_SIZE = 1
    - int64 MAX_SIZE = 16
    + uint8 MIN_SIZE = 1
    + uint8 MAX_SIZE = 16
  • SensorInformationContainer.msg
    - int64 MIN_SIZE = 1
    - int64 MAX_SIZE = 128
    + uint8 MIN_SIZE = 1
    + uint8 MAX_SIZE = 128
  • SequenceOfCartesianPosition3d.msg
    - int64 MIN_SIZE = 1
    - int64 MAX_SIZE = 16
    + uint8 MIN_SIZE = 1
    + uint8 MAX_SIZE = 16
  • SequenceOfIdentifier1B.msg
    - int64 MIN_SIZE = 1
    - int64 MAX_SIZE = 128
    + uint8 MIN_SIZE = 1
    + uint8 MAX_SIZE = 128
  • TrailerDataSet.msg
    - int64 MIN_SIZE = 1
    - int64 MAX_SIZE = 8
    + uint8 MIN_SIZE = 1
    + uint8 MAX_SIZE = 8
  • VruClusterInformation.msg
    - int64 CLUSTER_BOUNDING_BOX_SHAPE_MIN = 0
  • WrappedCpmContainer.msg
    - CpmContainers container_data
    
    + OriginatingVehicleContainer container_data_originating_vehicle_container
    + uint8 CHOICE_CONTAINER_DATA_ORIGINATING_VEHICLE_CONTAINER = 1
    
    + OriginatingRsuContainer container_data_originating_rsu_container
    + uint8 CHOICE_CONTAINER_DATA_ORIGINATING_RSU_CONTAINER = 2
    
    + SensorInformationContainer container_data_sensor_information_container
    + uint8 CHOICE_CONTAINER_DATA_SENSOR_INFORMATION_CONTAINER = 3
    
    + PerceptionRegionContainer container_data_perception_region_container
    + uint8 CHOICE_CONTAINER_DATA_PERCEPTION_REGION_CONTAINER = 4
    
    + PerceivedObjectContainer container_data_perceived_object_container
    + uint8 CHOICE_CONTAINER_DATA_PERCEIVED_OBJECT_CONTAINER = 5

@lreiher lreiher marked this pull request as ready for review November 29, 2024 10:09
@lreiher lreiher self-requested a review November 29, 2024 10:10
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