Add ZED SVO to MCAP conversion tool
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
// Generated by https://github.com/foxglove/foxglove-sdk
|
||||
|
||||
syntax = "proto3";
|
||||
|
||||
import "proto/foxglove/Quaternion.proto";
|
||||
import "proto/foxglove/Vector3.proto";
|
||||
|
||||
package foxglove;
|
||||
|
||||
// A position and orientation for an object or reference frame in 3D space
|
||||
message Pose {
|
||||
// Point denoting position in 3D space
|
||||
foxglove.Vector3 position = 1;
|
||||
|
||||
// Quaternion denoting orientation in 3D space
|
||||
foxglove.Quaternion orientation = 2;
|
||||
}
|
||||
Reference in New Issue
Block a user