Skip to content
This repository was archived by the owner on Aug 11, 2023. It is now read-only.
This repository was archived by the owner on Aug 11, 2023. It is now read-only.

RosMessage parsing of nested type failed #303

Description

@chenyashuai

The reason is that there are two ways for ros to transfer custom type arrays. For the undeclared size is len+data, for the declared size is data, rosjava parses the value type array according to len+data, and for the declared value type array The type of size is still carried out in this way, so there is a problem of parsing

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions