apollo icon indicating copy to clipboard operation
apollo copied to clipboard

Typo in conti_radar.proto

Open jilinzhou opened this issue 6 years ago • 0 comments

Describe the bug as subject

message ContiRadarObs {
...
  // orientation angle to the radar; (+) = counterclockwise; unit = degree
  optional double oritation_angle = 18;
...
  // orientation angle standard deviation to the radar; (+) = counterclockwise; unit = degree
  optional double oritation_angle_rms = 21;
...
}

"oritation_xxx" should be "orientation_xxx".

jilinzhou avatar Oct 04 '18 19:10 jilinzhou