Pose Interface Reference

Message for a pose. More...


Detailed Description

Message for a pose.


import "vector3d.proto";
import "quaternion.proto";

message Pose
{
  optional string name            = 1;
  required Vector3d position      = 2;
  required Quaternion orientation = 3;
}

/// 

The documentation for this interface was generated from the following file: