Skip to content

Commit ca8dd90

Browse files
committed
bugfix removed unimplemented bp types
1 parent 05b8187 commit ca8dd90

File tree

1 file changed

+0
-4
lines changed
  • Source/ROSIntegration/Classes/RI

1 file changed

+0
-4
lines changed

Source/ROSIntegration/Classes/RI/Topic.h

-4
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,8 @@ enum class EMessageType : uint8
2323
Bool = 3,
2424
Float64 = 7,
2525
Header = 8,
26-
Int16 = 9,
2726
Int32 = 11,
2827
Int64 = 12,
29-
UInt16 = 13,
30-
UInt32 = 14,
31-
UInt64 = 15,
3228

3329
Vector3 = 2,
3430
Point = 17,

0 commit comments

Comments
 (0)