You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

BoundedSequences.msg 1.3 kB

12345678910111213141516171819202122232425262728293031323334
  1. # Bounded sequences of different types
  2. bool[<=3] bool_values
  3. byte[<=3] byte_values
  4. char[<=3] char_values
  5. float32[<=3] float32_values
  6. float64[<=3] float64_values
  7. int8[<=3] int8_values
  8. uint8[<=3] uint8_values
  9. int16[<=3] int16_values
  10. uint16[<=3] uint16_values
  11. int32[<=3] int32_values
  12. uint32[<=3] uint32_values
  13. int64[<=3] int64_values
  14. uint64[<=3] uint64_values
  15. string[<=3] string_values
  16. BasicTypes[<=3] basic_types_values
  17. Constants[<=3] constants_values
  18. Defaults[<=3] defaults_values
  19. bool[<=3] bool_values_default [false, true, false]
  20. byte[<=3] byte_values_default [0, 1, 255]
  21. char[<=3] char_values_default [0, 1, 127]
  22. float32[<=3] float32_values_default [1.125, 0.0, -1.125]
  23. float64[<=3] float64_values_default [3.1415, 0.0, -3.1415]
  24. int8[<=3] int8_values_default [0, 127, -128]
  25. uint8[<=3] uint8_values_default [0, 1, 255]
  26. int16[<=3] int16_values_default [0, 32767, -32768]
  27. uint16[<=3] uint16_values_default [0, 1, 65535]
  28. int32[<=3] int32_values_default [0, 2147483647, -2147483648]
  29. uint32[<=3] uint32_values_default [0, 1, 4294967295]
  30. int64[<=3] int64_values_default [0, 9223372036854775807, -9223372036854775808]
  31. uint64[<=3] uint64_values_default [0, 1, 18446744073709551615]
  32. string[<=3] string_values_default ["", "max value", "min value"]
  33. # Regression test: check alignment of basic field after a sequence field is correct
  34. int32 alignment_check

DORA (Dataflow-Oriented Robotic Architecture) is middleware designed to streamline and simplify the creation of AI-based robotic applications. It offers low latency, composable, and distributed datafl