Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 368 Bytes

SupportedTypes.md

File metadata and controls

20 lines (16 loc) · 368 Bytes

Supported types

Because it's kind of difficult to automatically reproduce all types which are defined in ROS wiki in C# / managed code, I can only provide a limited subset at the moment:

  • bool

  • int8

  • uint8

  • int16

  • uint16

  • int32

  • uint32

  • int64

  • uint64

  • float32

  • float64

  • string

  • arrays

  • nested messages are supported