// Generated by the protocol buffer compiler. DO NOT EDIT! // source: PMotion.proto package messages; public interface OdometryWalkOrBuilder extends com.google.protobuf.MessageOrBuilder { // optional float rel_x = 1; /** * <code>optional float rel_x = 1;</code> */ boolean hasRelX(); /** * <code>optional float rel_x = 1;</code> */ float getRelX(); // optional float rel_y = 2; /** * <code>optional float rel_y = 2;</code> */ boolean hasRelY(); /** * <code>optional float rel_y = 2;</code> */ float getRelY(); // optional float rel_h = 3; /** * <code>optional float rel_h = 3;</code> */ boolean hasRelH(); /** * <code>optional float rel_h = 3;</code> */ float getRelH(); // optional float gain = 4; /** * <code>optional float gain = 4;</code> */ boolean hasGain(); /** * <code>optional float gain = 4;</code> */ float getGain(); }