feat(record): add raw ZED body MCAP capture
This commit is contained in:
@@ -84,6 +84,7 @@ struct McapRecordConfig {
|
||||
std::string path{"capture.mcap"};
|
||||
std::string topic{"/camera/video"};
|
||||
std::string depth_topic{"/camera/depth"};
|
||||
std::string body_topic{"/camera/body"};
|
||||
std::string frame_id{"camera"};
|
||||
McapCompression compression{McapCompression::Zstd};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user