Make MCAP and depth support optional
This commit is contained in:
@@ -13,6 +13,15 @@
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
|
||||
#ifndef CVMMAP_STREAMER_HAS_MCAP
|
||||
#define CVMMAP_STREAMER_HAS_MCAP 0
|
||||
#endif
|
||||
|
||||
#ifndef CVMMAP_STREAMER_HAS_MCAP_DEPTH
|
||||
#define CVMMAP_STREAMER_HAS_MCAP_DEPTH 0
|
||||
#endif
|
||||
|
||||
|
||||
namespace cvmmap_streamer::record {
|
||||
|
||||
enum class DepthEncoding {
|
||||
|
||||
Reference in New Issue
Block a user