Skip to content

Commit

Permalink
Range.proto: fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mrivi authored and TSC21 committed Jun 27, 2019
1 parent 8ef5625 commit 22df947
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions msgs/Range.proto
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ import "quaternion.proto";

message Range
{
required int64 time_usec = 1;
required float min_distance = 2;
required float max_distance = 3;
required float current_distance = 4;
optional float h_fov = 5;
optional float v_fov = 6;
optional gazebo.msgs.Quaternion orientation = 7;
required int64 time_usec = 1;
required float min_distance = 2;
required float max_distance = 3;
required float current_distance = 4;
optional float h_fov = 5;
optional float v_fov = 6;
optional gazebo.msgs.Quaternion orientation = 7;
}

0 comments on commit 22df947

Please sign in to comment.