Skip to content

Commit 7334ebe

Browse files
Krishna626lemmer-fzi
authored andcommitted
fix enum coding style and a tab issue at line 89
Signed-off-by: Radhakrishna Kothamasu <45497122+Krishna626@users.noreply.github.com> Signed-off-by: Markus Lemmer <lemmer@fzi.de>
1 parent 165e178 commit 7334ebe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

osi_motionrequest.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ message MotionRequest
5050
{
5151
// Desired state calculated by the HAD function.
5252
//
53-
DESIRED_STATE = 0;
53+
OUTPUT_OPTIONS_DESIRED_STATE = 0;
5454

5555
// Desired trajectory calculated by the HAD function.
5656
//
57-
TRAJECTORY = 1;
57+
OUTPUT_OPTIONS_TRAJECTORY = 1;
5858
}
5959

6060
// \brief The desired state is calculated by the HAD function as a result of the motion planning stack.
@@ -86,7 +86,7 @@ message MotionRequest
8686
// Unit: m/s^2
8787
//
8888
optional Vector3d acceleration = 5;
89-
}
89+
}
9090

9191
// \brief Defined trajectory desired by the HAD function.
9292
//

0 commit comments

Comments
 (0)