Skip to content
Snippets Groups Projects

Implements #218 red blue swap

Merged Nicolas Pope requested to merge feature/218/swaprgb into master
13 files
+ 92
15
Compare changes
  • Side-by-side
  • Inline
Files
13
@@ -24,7 +24,9 @@ enum struct codec_t : uint8_t {
POSE, // 4x4 eigen matrix
MSGPACK,
STRING, // Null terminated string
RAW // Some unknown binary format
RAW, // Some unknown binary format
Any = 255
};
/**
Loading